Home
last modified time | relevance | path

Searched refs:InputMethodManagerService (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/inputmethod/
DInputMethodManagerServiceTests.java37 static InputMethodManagerService.ImeDisplayValidator sChecker =
49 static InputMethodManagerService.ImeDisplayValidator sMustNotBeCalledChecker =
59 InputMethodManagerService.computeImeDisplayIdForTarget( in testComputeImeDisplayId_defaultDisplayId()
67 InputMethodManagerService.computeImeDisplayIdForTarget( in testComputeImeDisplayId_InvalidDisplayId()
76 InputMethodManagerService.computeImeDisplayIdForTarget( in testComputeImeDisplayId_noSystemDecorationSupportDisplay()
85 InputMethodManagerService.computeImeDisplayIdForTarget( in testComputeImeDisplayId_withSystemDecorationSupportDisplay()
/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodManagerService.java188 public class InputMethodManagerService extends IInputMethodManager.Stub class
411 private final InputMethodManagerService mImms;
414 ClientDeathRecipient(InputMethodManagerService imms, IInputMethodClient client) { in ClientDeathRecipient()
1500 private final InputMethodManagerService mParentIMMS;
1504 MethodCallback(InputMethodManagerService imms, IInputMethod method, in MethodCallback()
1546 final InputMethodManagerService mService;
1554 UserSwitchHandlerTask(InputMethodManagerService service, @UserIdInt int toUserId, in UserSwitchHandlerTask()
1584 private InputMethodManagerService mService;
1588 mService = new InputMethodManagerService(context); in Lifecycle()
1659 public InputMethodManagerService(Context context) { in InputMethodManagerService() method in InputMethodManagerService
[all …]
/frameworks/base/services/core/java/com/android/server/
DEventLogTags.logtags178 # InputMethodManagerService.java
/frameworks/base/services/
Dart-profile16575 HPLcom/android/server/inputmethod/-$$Lambda$InputMethodManagerService$MMyKF1SeotTOu5KNBltIfhafmb8;-…
16576 …ethod/-$$Lambda$InputMethodManagerService$oxpSIwENeEjKtHbxqUXuaXD0Gn8;-><init>(Lcom/android/server…
16577 PLcom/android/server/inputmethod/-$$Lambda$InputMethodManagerService$oxpSIwENeEjKtHbxqUXuaXD0Gn8;->…
16591 …m/android/server/inputmethod/InputMethodManagerService$1;-><init>(Lcom/android/server/inputmethod/
16592 PLcom/android/server/inputmethod/InputMethodManagerService$1;->onBindingDied(Landroid/content/Compo…
16593 HPLcom/android/server/inputmethod/InputMethodManagerService$1;->onServiceConnected(Landroid/content…
16594 PLcom/android/server/inputmethod/InputMethodManagerService$1;->onServiceDisconnected(Landroid/conte…
16595 …m/android/server/inputmethod/InputMethodManagerService$2;-><init>(Lcom/android/server/inputmethod/
16596 PLcom/android/server/inputmethod/InputMethodManagerService$2;->executeMessage(Landroid/os/Message;)V
16597 …m/android/server/inputmethod/InputMethodManagerService$3;-><init>(Lcom/android/server/inputmethod/
[all …]
/frameworks/base/services/java/com/android/server/
DSystemServer.java117 import com.android.server.inputmethod.InputMethodManagerService;
1265 mSystemServiceManager.startService(InputMethodManagerService.Lifecycle.class); in startOtherServices()