/frameworks/base/services/core/java/com/android/server/inputmethod/ |
D | InputMethodManagerInternal.java | 44 public abstract class InputMethodManagerInternal { class 262 private static final InputMethodManagerInternal NOP = 263 new InputMethodManagerInternal() { 362 public static InputMethodManagerInternal get() { in get() 363 final InputMethodManagerInternal instance = in get() 364 LocalServices.getService(InputMethodManagerInternal.class); in get()
|
D | InputMethodManagerService.java | 183 import com.android.server.inputmethod.InputMethodManagerInternal.InputMethodListListener; 5672 LocalServices.addService(InputMethodManagerInternal.class, new LocalServiceImpl()); in publishLocalService() 5675 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; 118 final InputMethodManagerInternal inputMethodManagerInternal = in onTransferTouchFocusToImeWindow() 119 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 | 42 import com.android.server.inputmethod.InputMethodManagerInternal; 61 private final InputMethodManagerInternal mInputMethodManagerInternal; 113 @NonNull InputMethodManagerInternal inputMethodManagerInternal, int userId, in AutofillInlineSuggestionsRequestSession()
|
D | AutofillManagerServiceImpl.java | 94 import com.android.server.inputmethod.InputMethodManagerInternal; 191 private final InputMethodManagerInternal mInputMethodManagerInternal; 208 mInputMethodManagerInternal = LocalServices.getService(InputMethodManagerInternal.class); in AutofillManagerServiceImpl()
|
/frameworks/base/services/accessibility/java/com/android/server/accessibility/ |
D | AccessibilityServiceConnection.java | 65 import com.android.server.inputmethod.InputMethodManagerInternal; 118 InputMethodManagerInternal.get() in sessionCreated() 387 result = InputMethodManagerInternal.get().switchToInputMethod(imeId, callingUserId); in switchToInputMethod() 408 final InputMethodManagerInternal inputMethodManagerInternal = in setInputMethodEnabled() 409 InputMethodManagerInternal.get(); in setInputMethodEnabled()
|
D | AccessibilitySecurityPolicy.java | 50 import com.android.server.inputmethod.InputMethodManagerInternal; 415 InputMethodManagerInternal.get().getInputMethodListAsUser(callingUserId); in canEnableDisableInputMethod()
|
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/ |
D | PersonalAppsSuspensionHelper.java | 46 import com.android.server.inputmethod.InputMethodManagerInternal; 167 final List<InputMethodInfo> enabledImes = InputMethodManagerInternal.get() in getInputMethodPackages()
|
D | OverlayPackagesProvider.java | 53 import com.android.server.inputmethod.InputMethodManagerInternal; 113 return InputMethodManagerInternal.get().getInputMethodListAsUser(userId); in getInputMethodListAsUser()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | InputMonitor.java | 71 import com.android.server.inputmethod.InputMethodManagerInternal; 439 final InputMethodManagerInternal inputMethodManagerInternal = in updateInputFocusRequest() 440 LocalServices.getService(InputMethodManagerInternal.class); in updateInputFocusRequest() 463 InputMethodManagerInternal.get().updateImeWindowStatus( in updateInputFocusRequest()
|
D | InsetsStateController.java | 45 import com.android.server.inputmethod.InputMethodManagerInternal; 83 InputMethodManagerInternal.get().removeImeSurface(displayId));
|
D | KeyguardController.java | 61 import com.android.server.inputmethod.InputMethodManagerInternal; 255 InputMethodManagerInternal.get().updateImeWindowStatus(false /* disableImeIcon */, in setKeyguardShown()
|
D | RecentsAnimationController.java | 69 import com.android.server.inputmethod.InputMethodManagerInternal; 284 InputMethodManagerInternal.get().maybeFinishStylusHandwriting(); 977 InputMethodManagerInternal.get().updateImeWindowStatus(
|
D | Transition.java | 111 import com.android.server.inputmethod.InputMethodManagerInternal; 1468 InputMethodManagerInternal.get().updateImeWindowStatus( in finishTransition()
|
D | DisplayContent.java | 261 import com.android.server.inputmethod.InputMethodManagerInternal; 4710 mWmService.mH.post(() -> InputMethodManagerInternal.get().reportImeControl(token)); in updateImeControlTarget() 4737 () -> InputMethodManagerInternal.get().onImeParentChanged(getDisplayId())); in updateImeParent()
|
/frameworks/base/services/tests/wmtests/src/com/android/server/policy/ |
D | TestPhoneWindowManager.java | 102 import com.android.server.inputmethod.InputMethodManagerInternal; 154 @Mock private InputMethodManagerInternal mInputMethodManagerInternal; 299 LocalServices.removeServiceForTest(InputMethodManagerInternal.class); in setUp() 300 LocalServices.addService(InputMethodManagerInternal.class, mInputMethodManagerInternal); in setUp() 402 LocalServices.removeServiceForTest(InputMethodManagerInternal.class); in tearDown()
|
/frameworks/base/services/tests/InputMethodSystemServerTests/src/com/android/server/inputmethod/ |
D | InputMethodManagerServiceTestBase.java | 246 LocalServices.removeServiceForTest(InputMethodManagerInternal.class); in setUp() 285 LocalServices.removeServiceForTest(InputMethodManagerInternal.class); in tearDown()
|
/frameworks/base/services/translation/java/com/android/server/translation/ |
D | TranslationManagerServiceImpl.java | 68 import com.android.server.inputmethod.InputMethodManagerInternal; 502 return LocalServices.getService(InputMethodManagerInternal.class) in getEnabledInputMethods()
|
/frameworks/base/services/core/java/com/android/server/power/ |
D | Notifier.java | 65 import com.android.server.inputmethod.InputMethodManagerInternal; 136 private final InputMethodManagerInternal mInputMethodManagerInternal; 210 mInputMethodManagerInternal = LocalServices.getService(InputMethodManagerInternal.class); in Notifier()
|
/frameworks/base/services/core/java/com/android/server/input/ |
D | KeyboardLayoutManager.java | 82 import com.android.server.inputmethod.InputMethodManagerInternal; 1062 InputMethodManagerInternal inputMethodManagerInternal = InputMethodManagerInternal.get(); in getImeInfoListForLayoutMapping()
|
D | InputManagerService.java | 121 import com.android.server.inputmethod.InputMethodManagerInternal; 170 private InputMethodManagerInternal mInputMethodManagerInternal; 530 LocalServices.getService(InputMethodManagerInternal.class); in systemRunning()
|
/frameworks/base/services/companion/java/com/android/server/companion/virtual/ |
D | VirtualDeviceImpl.java | 115 import com.android.server.inputmethod.InputMethodManagerInternal; 377 InputMethodManagerInternal.get().setVirtualDeviceInputMethodForAllUsers( 586 InputMethodManagerInternal.get().setVirtualDeviceInputMethodForAllUsers(
|
/frameworks/base/services/core/java/com/android/server/statusbar/ |
D | StatusBarManagerService.java | 114 import com.android.server.inputmethod.InputMethodManagerInternal; 1894 InputMethodManagerInternal.get().hideAllInputMethods( in hideCurrentInputMethodForBubbles()
|
/frameworks/base/services/core/java/com/android/server/policy/ |
D | PhoneWindowManager.java | 231 import com.android.server.inputmethod.InputMethodManagerInternal; 1161 InputMethodManagerInternal.get().hideAllInputMethods( in powerPress() 4133 InputMethodManagerInternal.get().onSwitchKeyboardLayoutShortcut(direction,
|