Loading services/core/java/com/android/server/InputMethodManagerService.java +7 −12 Original line number Diff line number Diff line Loading @@ -2634,8 +2634,6 @@ public class InputMethodManagerService extends IInputMethodManager.Stub if (!calledFromValidUser()) { return; } final long ident = Binder.clearCallingIdentity(); try { synchronized (mMethodMap) { if (!calledWithValidToken(token)) { final int uid = Binder.getCallingUid(); Loading @@ -2645,9 +2643,6 @@ public class InputMethodManagerService extends IInputMethodManager.Stub } } mWindowManagerInternal.clearLastInputMethodWindowForTransition(); } finally { Binder.restoreCallingIdentity(ident); } } @Override Loading Loading
services/core/java/com/android/server/InputMethodManagerService.java +7 −12 Original line number Diff line number Diff line Loading @@ -2634,8 +2634,6 @@ public class InputMethodManagerService extends IInputMethodManager.Stub if (!calledFromValidUser()) { return; } final long ident = Binder.clearCallingIdentity(); try { synchronized (mMethodMap) { if (!calledWithValidToken(token)) { final int uid = Binder.getCallingUid(); Loading @@ -2645,9 +2643,6 @@ public class InputMethodManagerService extends IInputMethodManager.Stub } } mWindowManagerInternal.clearLastInputMethodWindowForTransition(); } finally { Binder.restoreCallingIdentity(ident); } } @Override Loading