Searched refs:InputMethodManagerService (Results 1 – 5 of 5) sorted by relevance
37 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()
177 public class InputMethodManagerService extends IInputMethodManager.Stub class388 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 InputMethodManagerService4448 private final InputMethodManagerService mService;4450 LocalServiceImpl(@NonNull InputMethodManagerService service) { in LocalServiceImpl()[all …]
199 # InputMethodManagerService.java
7232 PLcom/android/server/inputmethod/InputMethodManagerService$1;->onServiceConnected(Landroid/content/…7233 HSPLcom/android/server/inputmethod/InputMethodManagerService$ClientDeathRecipient;->binderDied()V7234 …InputMethodManagerService$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()Z7238 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 …]
110 import com.android.server.inputmethod.InputMethodManagerService;1158 mSystemServiceManager.startService(InputMethodManagerService.Lifecycle.class); in startOtherServices()