/cts/tests/inputmethod/installtests/src/android/view/inputmethod/cts/installtests/ |
D | UserUnlockTest.java | 85 private static List<InputMethodInfo> getInputMethodListAsUser( in getInputMethodListAsUser() 96 private static void assertImeInApiResult(@NonNull InputMethodManager imm, in assertImeInApiResult() 102 private static void assertImeNotInApiResult(@NonNull InputMethodManager imm, in assertImeNotInApiResult() 124 final InputMethodManager imm = Objects.requireNonNull( in testDirectBootUnawareImesInvisibleAfterStoppingUser() local
|
D | ForceStopTest.java | 172 final InputMethodManager imm = in assertImeExistsInApiResult() local 183 final InputMethodManager imm = in assertImeInCurrentInputMethodInfo() local 195 final InputMethodManager imm = in assertImeNotCurrentInputMethodInfo() local 211 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 | 355 final InputMethodManager imm = in getInputMethodList() local
|
/cts/tests/inputmethod/src/android/view/inputmethod/cts/ |
D | InputMethodRegistrationTest.java | 109 final var imm = mContext.getSystemService(InputMethodManager.class); in verifyTestSetup_initiallyDisabledImes_AreFound() local 126 final var imm = mContext.getSystemService(InputMethodManager.class); in testIgnoreLargeSettingsActivityComponent() local 148 final var imm = mContext.getSystemService(InputMethodManager.class); in testLoadIMEsUpToThreshold() local 174 final var imm = mContext.getSystemService(InputMethodManager.class); in testLoadEnabledIMEsAndMore() local
|
D | ImeInsetsVisibilityTest.java | 93 final InputMethodManager imm = getImmOrFail(); in testImeVisibilityWhenImeFocusableChildPopup() local 141 final InputMethodManager imm = getImmOrFail(); in testImeVisibilityWhenImeFocusableGravityBottomChildPopup() local 190 final InputMethodManager imm = getImmOrFail(); in testImeVisibilityWhenImeFocusableChildPopupOverlaps() local 241 final InputMethodManager imm = getImmOrFail(); in testEditTextPositionAndPersistWhenAboveImeWindowShown() local
|
D | KeyboardVisibilityControlTest.java | 267 final InputMethodManager imm = mTestActivity.getSystemService(InputMethodManager.class); in testBasicShowHideSoftInput() local 347 final InputMethodManager imm = testActivity.getSystemService(InputMethodManager.class); in verifyHideImeBackPressed() local 460 final InputMethodManager imm = mInstrumentation in testShowHideSoftInputShouldBeIgnoredOnNonFocusedView() local 509 final InputMethodManager imm = mTestActivity.getSystemService(InputMethodManager.class); in testToggleSoftInput() local 554 final InputMethodManager imm = mInstrumentation in testShowHideKeyboardWithInterval() local 603 final var imm = mTestActivity.getSystemService(InputMethodManager.class); in testShowHideKeyboardImmediately() local 671 final InputMethodManager imm = testActivity.getSystemService(InputMethodManager.class); in testShowSoftInputWithShowForcedFlagWhenAppIsLeaving() local 719 final InputMethodManager imm = mTestActivity.getSystemService(InputMethodManager.class); in testFloatingImeHideKeyboardAfterBackPressed() local 1431 final InputMethodManager imm = mInstrumentation in testRotateScreenWithKeyboardShownImplicitly() local 1854 final InputMethodManager imm = targetContext.getSystemService(InputMethodManager.class); in testIMEVisibleWhenNotificationComes() local
|
D | InputMethodStartInputLifecycleTest.java | 121 final InputMethodManager imm = context.getSystemService(InputMethodManager.class); in testInputConnectionStateWhenScreenStateChanges() local 246 final InputMethodManager imm = editText.getContext().getSystemService( in testNoStartNewInputWhileOtherProcessHasWindowFocus() local 566 final InputMethodManager imm = myEditor.getContext().getSystemService( in testInvalidateInputMain() local 607 final InputMethodManager imm = myEditor.getContext().getSystemService( in testInvalidateInputMain() local
|
D | InputConnectionLifecycleTest.java | 170 final InputMethodManager imm = Objects.requireNonNull( in testCloseConnectionWithRestartInput() local 360 final InputMethodManager imm = in verifyNoRaceBetweenInvalidateAndRestartInput() local
|
D | InProcessImeTest.java | 159 final InputMethodManager imm = in testOnUpdateSelectionForInProcessIme() local
|
D | SpellCheckerTest.kt | 448 val imm = activity.getSystemService(InputMethodManager::class.java) in <lambda>() constant 476 val imm = activity.getSystemService(InputMethodManager::class.java) in <lambda>() constant 499 val imm = activity.getSystemService(InputMethodManager::class.java) in <lambda>() constant 737 val imm = context.getSystemService(InputMethodManager::class.java) in <lambda>() constant
|
D | InputMethodStatsTest.java | 102 final var imm = mInstrumentation.getContext().getSystemService(InputMethodManager.class); in setUp() local
|
D | StylusHandwritingTest.java | 312 final InputMethodManager imm = mContext.getSystemService(InputMethodManager.class); in testHandwritingNoInitOnDeviceWithNoStylus() local 332 final InputMethodManager imm = mContext.getSystemService(InputMethodManager.class); in testHandwritingDoesNotStartWhenNoStylusDown() local 363 final InputMethodManager imm = mContext.getSystemService(InputMethodManager.class); in testHandwritingStartAndFinish() local 511 final InputMethodManager imm = InstrumentationRegistry.getInstrumentation() in testHandwritingStylusEvents() local 736 final InputMethodManager imm = mContext.getSystemService(InputMethodManager.class); in testStylusSession_stylusWouldNotTriggerNavbarGestures() local
|
D | InputMethodSubtypeEndToEndTest.java | 317 final InputMethodManager imm = in getInputMethodListWithQueryAllPackage() local
|
D | FocusHandlingTest.java | 900 final InputMethodManager imm = in testOnCheckIsTextEditorRunOnUIThreadWithInputMethodManagerIsActive() local 1118 final AtomicReference<InputMethodManager> imm = new AtomicReference<>(); in detachServed_withDifferentNextServed_b211105987() local 1157 final var imm = new AtomicReference<InputMethodManager>(); in testClearCurRootViewWhenDifferentProcessBecomesActive() 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 | 189 final InputMethodManager imm = context.getSystemService(InputMethodManager.class); in testSwitchToHandwritingInputMethod() local 399 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 | 186 final InputMethodManager imm = (InputMethodManager) getSystemService( in save() local 422 final InputMethodManager imm = (InputMethodManager) getSystemService( in hideSoftInput() local
|
/cts/tests/framework/base/windowmanager/src/android/server/wm/ime/ |
D | MultiDisplayImeTests.java | 188 final var imm = activity.getApplicationContext() in testFallbackImmMaintainsParameters() local 225 final InputMethodManager imm = activity.getSystemService(InputMethodManager.class); in testImeApiForBug118341760() local 618 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/accessibilityservice/src/android/accessibilityservice/cts/ |
D | AccessibilityImeTest.java | 227 final InputMethodManager imm = in testOnUpdateSelectionForInProcessA11yIme() local
|
/cts/tests/framework/base/windowmanager/src/android/server/wm/backnavigation/ |
D | BackGestureInvokedTest.java | 389 InputMethodManager imm = (InputMethodManager) in onCreate() local
|
/cts/tests/framework/base/windowmanager/src/android/server/wm/multidisplay/ |
D | MultiDisplayClientTests.java | 206 final InputMethodManager imm = newDisplayContext.getSystemService(InputMethodManager.class); in testInputMethodManagerDisplayId() local
|