/cts/tests/inputmethod/src/android/view/inputmethod/cts/ |
D | InputMethodRegistrationTest.java | 112 final var imm = mContext.getSystemService(InputMethodManager.class); in verifyTestSetup_initiallyDisabledImes_AreFound() local 129 final var imm = mContext.getSystemService(InputMethodManager.class); in testIgnoreLargeSettingsActivityComponent() local 151 final var imm = mContext.getSystemService(InputMethodManager.class); in testLoadIMEsUpToThreshold() local 178 final var imm = mContext.getSystemService(InputMethodManager.class); in testLoadEnabledIMEsAndMore() local
|
D | ImeInsetsVisibilityTest.java | 95 final InputMethodManager imm = getImmOrFail(); in testImeVisibilityWhenImeFocusableChildPopup() local 143 final InputMethodManager imm = getImmOrFail(); in testImeVisibilityWhenImeFocusableGravityBottomChildPopup() local 192 final InputMethodManager imm = getImmOrFail(); in testImeVisibilityWhenImeFocusableChildPopupOverlaps() local 242 final InputMethodManager imm = getImmOrFail(); in testEditTextPositionAndPersistWhenAboveImeWindowShown() local
|
D | KeyboardVisibilityControlTest.java | 247 final InputMethodManager imm = mInstrumentation in testBasicShowHideSoftInput() local 300 final InputMethodManager imm = context.getSystemService(InputMethodManager.class); in verifyHideImeBackPressed() local 440 final InputMethodManager imm = mInstrumentation in testShowHideSoftInputShouldBeIgnoredOnNonFocusedView() local 475 final InputMethodManager imm = mInstrumentation in testToggleSoftInput() local 536 final InputMethodManager imm = mInstrumentation in testShowHideKeyboardWithInterval() local 575 final InputMethodManager imm = mInstrumentation in testShowHideKeyboardImmediately() local 621 final InputMethodManager imm = mInstrumentation in testShowSoftInputWithShowForcedFlagWhenAppIsLeaving() local 693 final InputMethodManager imm = instrumentation.getTargetContext().getSystemService( in testFloatingImeHideKeyboardAfterBackPressed() local 1384 final InputMethodManager imm = mInstrumentation in testRotateScreenWithKeyboardShownImplicitly() local 1761 final InputMethodManager imm = targetContext.getSystemService(InputMethodManager.class); in testIMEVisibleWhenNotificationComes() local
|
D | InputMethodStartInputLifecycleTest.java | 115 final InputMethodManager imm = context.getSystemService(InputMethodManager.class); in testInputConnectionStateWhenScreenStateChanges() local 240 final InputMethodManager imm = editText.getContext().getSystemService( in testNoStartNewInputWhileOtherProcessHasWindowFocus() local 560 final InputMethodManager imm = myEditor.getContext().getSystemService( in testInvalidateInputMain() local 601 final InputMethodManager imm = myEditor.getContext().getSystemService( in testInvalidateInputMain() local
|
D | InProcessImeTest.java | 160 final InputMethodManager imm = in testOnUpdateSelectionForInProcessIme() local
|
D | SpellCheckerTest.kt | 449 val imm = activity.getSystemService(InputMethodManager::class.java) in <lambda>() constant 477 val imm = activity.getSystemService(InputMethodManager::class.java) in <lambda>() constant 500 val imm = activity.getSystemService(InputMethodManager::class.java) in <lambda>() constant 739 val imm = context.getSystemService(InputMethodManager::class.java) in <lambda>() constant
|
D | InputConnectionLifecycleTest.java | 155 final InputMethodManager imm = Objects.requireNonNull( in testCloseConnectionWithRestartInput() local
|
D | InputMethodStatsTest.java | 106 final var imm = mInstrumentation.getContext().getSystemService(InputMethodManager.class); in setUp() local
|
D | InputMethodSubtypeEndToEndTest.java | 320 final InputMethodManager imm = in getInputMethodListWithQueryAllPackage() local
|
D | FocusHandlingTest.java | 903 final InputMethodManager imm = in testOnCheckIsTextEditorRunOnUIThreadWithInputMethodManagerIsActive() local 1123 final AtomicReference<InputMethodManager> imm = new AtomicReference<>(); in detachServed_withDifferentNextServed_b211105987() local 1162 final var imm = new AtomicReference<InputMethodManager>(); in testClearCurRootViewWhenDifferentProcessBecomesActive() local
|
D | StylusHandwritingTest.java | 302 final InputMethodManager imm = mContext.getSystemService(InputMethodManager.class); in testHandwritingNoInitOnDeviceWithNoStylus() local 322 final InputMethodManager imm = mContext.getSystemService(InputMethodManager.class); in testHandwritingDoesNotStartWhenNoStylusDown() local 353 final InputMethodManager imm = mContext.getSystemService(InputMethodManager.class); in testHandwritingStartAndFinish() local 501 final InputMethodManager imm = InstrumentationRegistry.getInstrumentation() in testHandwritingStylusEvents() local
|
D | BaseInputConnectionTest.java | 189 final InputMethodManager imm = InstrumentationRegistry.getInstrumentation() in testReportFullscreenMode() local
|
/cts/tests/inputmethod/installtests/src/android/view/inputmethod/cts/installtests/ |
D | ForceStopTest.java | 176 final InputMethodManager imm = in assertImeExistsInApiResult() local 187 final InputMethodManager imm = in assertImeInCurrentInputMethodInfo() local 199 final InputMethodManager imm = in assertImeNotCurrentInputMethodInfo() local 215 final InputMethodManager imm = in assertImeEnabledInApiResult() local
|
D | InputMethodServiceSwitchingTest.java | 116 final InputMethodManager imm = context.getSystemService(InputMethodManager.class); in getCurrentInputMethodId() local 139 final InputMethodManager imm = in getInputMethodList() local
|
D | AdditionalSubtypeLifecycleTest.java | 354 final InputMethodManager imm = in getInputMethodList() local
|
/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/ |
D | ResizingEditActivity.java | 46 InputMethodManager imm = getSystemService(InputMethodManager.class); in showSoftInputOnExtraInputEditText() local
|
/cts/tests/inputmethod/tests32/src/android/view/inputmethod/cts/sdk32/ |
D | InputMethodManagerTest.kt | 48 val imm = context.getSystemService(InputMethodManager::class.java)!! in <lambda>() constant
|
/cts/hostsidetests/inputmethodservice/deviceside/devicetest/src/android/inputmethodservice/cts/devicetest/ |
D | InputMethodServiceDeviceTest.java | 186 final InputMethodManager imm = context.getSystemService(InputMethodManager.class); in testSwitchToHandwritingInputMethod() local 395 final InputMethodManager imm = InstrumentationRegistry.getInstrumentation().getContext() in isInputMethodPickerShown() local
|
/cts/tests/autofillservice/src/android/autofillservice/cts/activities/ |
D | MultipleStepsSignInActivity.java | 107 final InputMethodManager imm = getSystemService(InputMethodManager.class); in hideSoftInput() local
|
D | LoginActivity.java | 170 final InputMethodManager imm = (InputMethodManager) getSystemService( in save() local 406 final InputMethodManager imm = (InputMethodManager) getSystemService( in hideSoftInput() local
|
/cts/tests/framework/base/windowmanager/src/android/server/wm/ime/ |
D | MultiDisplayImeTests.java | 176 final var imm = activity.getApplicationContext() in testFallbackImmMaintainsParameters() local 213 final InputMethodManager imm = activity.getSystemService(InputMethodManager.class); in testImeApiForBug118341760() local 603 final InputMethodManager imm = getSystemService(InputMethodManager.class); in showSoftInput() local
|
/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/ |
D | MultiUserUtils.java | 103 final InputMethodManager imm = Objects.requireNonNull( in getCurrentInputMethodInfoAsUser() local
|
/cts/tests/framework/base/windowmanager/src/android/server/wm/backnavigation/ |
D | BackGestureInvokedTest.java | 241 InputMethodManager imm = (InputMethodManager) in onCreate() local
|
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/ |
D | AccessibilityImeTest.java | 225 final InputMethodManager imm = in testOnUpdateSelectionForInProcessA11yIme() local
|
/cts/tests/framework/base/windowmanager/src/android/server/wm/multidisplay/ |
D | MultiDisplayClientTests.java | 207 final InputMethodManager imm = newDisplayContext.getSystemService(InputMethodManager.class); in testInputMethodManagerDisplayId() local
|