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.java177 public class InputMethodManagerService extends IInputMethodManager.Stub class
388 private final InputMethodManagerService mImms;
391 ClientDeathRecipient(InputMethodManagerService imms, IInputMethodClient client) { in ClientDeathRecipient()
1333 private final InputMethodManagerService mParentIMMS;
1337 MethodCallback(InputMethodManagerService imms, IInputMethod method, in MethodCallback()
1379 private InputMethodManagerService mService;
1383 mService = new InputMethodManagerService(context); in Lifecycle()
1443 public InputMethodManagerService(Context context) { in InputMethodManagerService() method in InputMethodManagerService
4448 private final InputMethodManagerService mService;
4450 LocalServiceImpl(@NonNull InputMethodManagerService service) { in LocalServiceImpl()
[all …]
/frameworks/base/services/core/java/com/android/server/
DEventLogTags.logtags199 # InputMethodManagerService.java
/frameworks/base/services/
Dart-profile7232 PLcom/android/server/inputmethod/InputMethodManagerService$1;->onServiceConnected(Landroid/content/…
7233 HSPLcom/android/server/inputmethod/InputMethodManagerService$ClientDeathRecipient;->binderDied()V
7234InputMethodManagerService$ClientState;-><init>(Lcom/android/internal/view/IInputMethodClient;Lcom/…
7235 HSPLcom/android/server/inputmethod/InputMethodManagerService$ClientState;->toString()Ljava/lang/Str…
7236 HSPLcom/android/server/inputmethod/InputMethodManagerService$DebugFlag;-><init>(Ljava/lang/String;Z…
7237 HSPLcom/android/server/inputmethod/InputMethodManagerService$DebugFlag;->value()Z
7238 PLcom/android/server/inputmethod/InputMethodManagerService$ImmsBroadcastReceiverForAllUsers;->onRec…
7239 HSPLcom/android/server/inputmethod/InputMethodManagerService$ImmsBroadcastReceiverForSystemUser;->o…
7240 PLcom/android/server/inputmethod/InputMethodManagerService$InputMethodPrivilegedOperationsImpl;->hi…
7241 PLcom/android/server/inputmethod/InputMethodManagerService$InputMethodPrivilegedOperationsImpl;->no…
[all …]
/frameworks/base/services/java/com/android/server/
DSystemServer.java110 import com.android.server.inputmethod.InputMethodManagerService;
1158 mSystemServiceManager.startService(InputMethodManagerService.Lifecycle.class); in startOtherServices()