/frameworks/base/services/core/java/com/android/server/inputmethod/ |
D | InputMethodManagerInternal.java | 39 public abstract class InputMethodManagerInternal { class 183 private static final InputMethodManagerInternal NOP = 184 new InputMethodManagerInternal() { 265 public static InputMethodManagerInternal get() { in get() 266 final InputMethodManagerInternal instance = in get() 267 LocalServices.getService(InputMethodManagerInternal.class); in get()
|
D | InputMethodManagerService.java | 191 import com.android.server.inputmethod.InputMethodManagerInternal.InputMethodListListener; 5648 LocalServices.addService(InputMethodManagerInternal.class, new LocalServiceImpl()); in publishLocalService() 5651 private final class LocalServiceImpl extends InputMethodManagerInternal {
|
/frameworks/base/services/autofill/java/com/android/server/autofill/ui/ |
D | RemoteInlineSuggestionViewConnector.java | 31 import com.android.server.inputmethod.InputMethodManagerInternal; 111 final InputMethodManagerInternal inputMethodManagerInternal = in onTransferTouchFocusToImeWindow() 112 LocalServices.getService(InputMethodManagerInternal.class); in onTransferTouchFocusToImeWindow()
|
/frameworks/base/services/autofill/java/com/android/server/autofill/ |
D | AutofillInlineSessionController.java | 29 import com.android.server.inputmethod.InputMethodManagerInternal; 47 private final InputMethodManagerInternal mInputMethodManagerInternal; 65 AutofillInlineSessionController(InputMethodManagerInternal inputMethodManagerInternal, in AutofillInlineSessionController()
|
D | AutofillInlineSuggestionsRequestSession.java | 41 import com.android.server.inputmethod.InputMethodManagerInternal; 60 private final InputMethodManagerInternal mInputMethodManagerInternal; 110 @NonNull InputMethodManagerInternal inputMethodManagerInternal, int userId, in AutofillInlineSuggestionsRequestSession()
|
D | AutofillManagerServiceImpl.java | 90 import com.android.server.inputmethod.InputMethodManagerInternal; 175 private final InputMethodManagerInternal mInputMethodManagerInternal; 192 mInputMethodManagerInternal = LocalServices.getService(InputMethodManagerInternal.class); in AutofillManagerServiceImpl()
|
D | Session.java | 134 import com.android.server.inputmethod.InputMethodManagerInternal; 1042 @NonNull InputMethodManagerInternal inputMethodManagerInternal) {
|
/frameworks/base/services/accessibility/java/com/android/server/accessibility/ |
D | AccessibilityServiceConnection.java | 48 import com.android.server.inputmethod.InputMethodManagerInternal; 315 result = InputMethodManagerInternal.get().switchToInputMethod(imeId, callingUserId); in switchToInputMethod() 335 final InputMethodManagerInternal inputMethodManagerInternal = in setInputMethodEnabled() 336 InputMethodManagerInternal.get(); in setInputMethodEnabled()
|
D | AccessibilitySecurityPolicy.java | 48 import com.android.server.inputmethod.InputMethodManagerInternal; 404 InputMethodManagerInternal.get().getInputMethodListAsUser(callingUserId); in canEnableDisableInputMethod()
|
D | AbstractAccessibilityServiceConnection.java | 99 import com.android.server.inputmethod.InputMethodManagerInternal; 2396 InputMethodManagerInternal.get().onSessionForAccessibilityCreated(id, session); in sessionCreated()
|
D | AccessibilityManagerService.java | 145 import com.android.server.inputmethod.InputMethodManagerInternal; 4431 InputMethodManagerInternal.get().unbindAccessibilityFromCurrentClient(connection.mId); in unbindInputForConnection()
|
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/ |
D | PersonalAppsSuspensionHelper.java | 45 import com.android.server.inputmethod.InputMethodManagerInternal; 170 final List<InputMethodInfo> enabledImes = InputMethodManagerInternal.get() in getInputMethodPackages()
|
D | OverlayPackagesProvider.java | 52 import com.android.server.inputmethod.InputMethodManagerInternal; 104 return InputMethodManagerInternal.get().getInputMethodListAsUser(userId); in getInputMethodListAsUser()
|
D | DevicePolicyManagerService.java | 372 import com.android.server.inputmethod.InputMethodManagerInternal; 10491 InputMethodManagerInternal.get().getEnabledInputMethodListAsUser(userId)); 10586 List<InputMethodInfo> imes = InputMethodManagerInternal
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | InputMonitor.java | 70 import com.android.server.inputmethod.InputMethodManagerInternal; 418 final InputMethodManagerInternal inputMethodManagerInternal = in updateInputFocusRequest() 419 LocalServices.getService(InputMethodManagerInternal.class); in updateInputFocusRequest() 429 InputMethodManagerInternal.get().updateImeWindowStatus( in updateInputFocusRequest()
|
D | InsetsStateController.java | 43 import com.android.server.inputmethod.InputMethodManagerInternal; 85 InputMethodManagerInternal.get().removeImeSurface());
|
D | KeyguardController.java | 60 import com.android.server.inputmethod.InputMethodManagerInternal; 226 InputMethodManagerInternal.get().updateImeWindowStatus(false /* disableImeIcon */); in setKeyguardShown()
|
D | RecentsAnimationController.java | 68 import com.android.server.inputmethod.InputMethodManagerInternal; 278 InputMethodManagerInternal.get().maybeFinishStylusHandwriting(); 966 InputMethodManagerInternal.get().updateImeWindowStatus(false /* disableImeIcon */);
|
D | Transition.java | 97 import com.android.server.inputmethod.InputMethodManagerInternal; 888 InputMethodManagerInternal.get().updateImeWindowStatus( in finishTransition()
|
D | DisplayContent.java | 248 import com.android.server.inputmethod.InputMethodManagerInternal; 4468 mWmService.mH.post(() -> InputMethodManagerInternal.get().reportImeControl(token)); in updateImeControlTarget() 4491 mWmService.mH.post(() -> InputMethodManagerInternal.get().onImeParentChanged()); in updateImeParent()
|
/frameworks/base/services/core/java/com/android/server/power/ |
D | Notifier.java | 62 import com.android.server.inputmethod.InputMethodManagerInternal; 130 private final InputMethodManagerInternal mInputMethodManagerInternal; 190 mInputMethodManagerInternal = LocalServices.getService(InputMethodManagerInternal.class); in Notifier()
|
/frameworks/base/services/translation/java/com/android/server/translation/ |
D | TranslationManagerServiceImpl.java | 63 import com.android.server.inputmethod.InputMethodManagerInternal; 467 return LocalServices.getService(InputMethodManagerInternal.class) in getEnabledInputMethods()
|
/frameworks/base/services/core/java/com/android/server/statusbar/ |
D | StatusBarManagerService.java | 112 import com.android.server.inputmethod.InputMethodManagerInternal; 1724 InputMethodManagerInternal.get().hideCurrentInputMethod( in hideCurrentInputMethodForBubbles()
|
/frameworks/base/services/core/java/com/android/server/policy/ |
D | PhoneWindowManager.java | 208 import com.android.server.inputmethod.InputMethodManagerInternal; 394 InputMethodManagerInternal mInputMethodManagerInternal; 1018 LocalServices.getService(InputMethodManagerInternal.class); in powerPress()
|
/frameworks/base/services/ |
D | art-profile | 12966 …lineSessionController;-><init>(Lcom/android/server/inputmethod/InputMethodManagerInternal;ILandroi… 13021 …estionsRequestSession;-><init>(Lcom/android/server/inputmethod/InputMethodManagerInternal;ILandroi… 13557 …me;Landroid/content/ComponentName;ZZZILcom/android/server/inputmethod/InputMethodManagerInternal;)V 23392 HSPLcom/android/server/inputmethod/InputMethodManagerInternal$1;-><init>()V 23393 HSPLcom/android/server/inputmethod/InputMethodManagerInternal$1;->onImeParentChanged()V 23394 HSPLcom/android/server/inputmethod/InputMethodManagerInternal;-><clinit>()V 23395 HSPLcom/android/server/inputmethod/InputMethodManagerInternal;-><init>()V 23396 …om/android/server/inputmethod/InputMethodManagerInternal;->get()Lcom/android/server/inputmethod/In… 53837 …server/wm/WindowStateAnimator;]Lcom/android/server/inputmethod/InputMethodManagerInternal;Lcom/and… 60747 Lcom/android/server/inputmethod/InputMethodManagerInternal$1; [all …]
|