Home
last modified time | relevance | path

Searched defs:imm (Results 1 – 22 of 22) sorted by relevance

/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DInputMethodRegistrationTest.java111 final var imm = mContext.getSystemService(InputMethodManager.class); in verifyTestSetup_initiallyDisabledImes_AreFound() local
128 final var imm = mContext.getSystemService(InputMethodManager.class); in testIgnoreLargeSettingsActivityComponent() local
150 final var imm = mContext.getSystemService(InputMethodManager.class); in testLoadIMEsUpToThreshold() local
177 final var imm = mContext.getSystemService(InputMethodManager.class); in testLoadEnabledIMEsAndMore() local
DImeInsetsVisibilityTest.java99 final InputMethodManager imm = getImmOrFail(); in testImeVisibilityWhenImeFocusableChildPopup() local
146 final InputMethodManager imm = getImmOrFail(); in testImeVisibilityWhenImeFocusableGravityBottomChildPopup() local
194 final InputMethodManager imm = getImmOrFail(); in testImeVisibilityWhenImeFocusableChildPopupOverlaps() local
243 final InputMethodManager imm = getImmOrFail(); in testEditTextPositionAndPersistWhenAboveImeWindowShown() local
DInputMethodStartInputLifecycleTest.java116 final InputMethodManager imm = context.getSystemService(InputMethodManager.class); in testInputConnectionStateWhenScreenStateChanges() local
242 final InputMethodManager imm = editText.getContext().getSystemService( in testNoStartNewInputWhileOtherProcessHasWindowFocus() local
511 final InputMethodManager imm = myEditor.getContext().getSystemService( in testInvalidateInputMain() local
552 final InputMethodManager imm = myEditor.getContext().getSystemService( in testInvalidateInputMain() local
DKeyboardVisibilityControlTest.java235 final InputMethodManager imm = mInstrumentation in testBasicShowHideSoftInput() local
288 final InputMethodManager imm = context.getSystemService(InputMethodManager.class); in verifyHideImeBackPressed() local
428 final InputMethodManager imm = mInstrumentation in testShowHideSoftInputShouldBeIgnoredOnNonFocusedView() local
462 final InputMethodManager imm = mInstrumentation in testToggleSoftInput() local
521 final InputMethodManager imm = mInstrumentation in testShowHideKeyboardWithInterval() local
555 final InputMethodManager imm = mInstrumentation in testShowSoftInputWithShowForcedFlagWhenAppIsLeaving() local
627 final InputMethodManager imm = instrumentation.getTargetContext().getSystemService( in testFloatingImeHideKeyboardAfterBackPressed() local
1316 final InputMethodManager imm = mInstrumentation in testRotateScreenWithKeyboardShownImplicitly() local
DInProcessImeTest.java166 final InputMethodManager imm = in testOnUpdateSelectionForInProcessIme() local
DSpellCheckerTest.kt437 val imm = activity.getSystemService(InputMethodManager::class.java) in <lambda>() constant
465 val imm = activity.getSystemService(InputMethodManager::class.java) in <lambda>() constant
488 val imm = activity.getSystemService(InputMethodManager::class.java) in <lambda>() constant
722 val imm = context.getSystemService(InputMethodManager::class.java) in <lambda>() constant
DStylusHandwritingTest.java224 final InputMethodManager imm = mContext.getSystemService(InputMethodManager.class); in testHandwritingNoInitOnDeviceWithNoStylus() local
244 final InputMethodManager imm = mContext.getSystemService(InputMethodManager.class); in testHandwritingDoesNotStartWhenNoStylusDown() local
275 final InputMethodManager imm = mContext.getSystemService(InputMethodManager.class); in testHandwritingStartAndFinish() local
368 final InputMethodManager imm = InstrumentationRegistry.getInstrumentation() in testHandwritingStylusEvents() local
1471 final InputMethodManager imm = mContext.getSystemService(InputMethodManager.class); in testNoStylusNoHandwritingWindow() local
1732 final InputMethodManager imm = mContext.getSystemService(InputMethodManager.class); in testNoHandwritingWindow_afterIdleTimeout() local
1806 final InputMethodManager imm = mContext.getSystemService(InputMethodManager.class); in testHandwritingWindow_beforeTimeout() local
DFocusHandlingTest.java1052 final AtomicReference<InputMethodManager> imm = new AtomicReference<>(); in detachServed_withDifferentNextServed_b211105987() local
1091 final var imm = new AtomicReference<InputMethodManager>(); in testClearCurRootViewWhenDifferentProcessBecomesActive() local
DBaseInputConnectionTest.java187 final InputMethodManager imm = InstrumentationRegistry.getInstrumentation() in testReportFullscreenMode() local
/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/
DResizingEditActivity.java46 InputMethodManager imm = getSystemService(InputMethodManager.class); in showSoftInputOnExtraInputEditText() local
/cts/tests/inputmethod/tests32/src/android/view/inputmethod/cts/sdk32/
DInputMethodManagerTest.kt48 val imm = context.getSystemService(InputMethodManager::class.java)!! in <lambda>() constant
/cts/tests/autofillservice/src/android/autofillservice/cts/activities/
DMultipleStepsSignInActivity.java107 final InputMethodManager imm = getSystemService(InputMethodManager.class); in hideSoftInput() local
DLoginActivity.java170 final InputMethodManager imm = (InputMethodManager) getSystemService( in save() local
403 final InputMethodManager imm = (InputMethodManager) getSystemService( in hideSoftInput() local
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DBackGestureInvokedTest.java225 InputMethodManager imm = (InputMethodManager) in onCreate() local
DMultiDisplaySystemDecorationTests.java436 final InputMethodManager imm = activity.getSystemService(InputMethodManager.class); in testImeApiForBug118341760() local
860 final InputMethodManager imm = getSystemService(InputMethodManager.class); in showSoftInput() local
DMultiDisplayClientTests.java204 final InputMethodManager imm = newDisplayContext.getSystemService(InputMethodManager.class); in testInputMethodManagerDisplayId() local
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilityImeTest.java224 final InputMethodManager imm = in testOnUpdateSelectionForInProcessA11yIme() local
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DCtsKeyEventUtil.java211 InputMethodManager imm = targetView.getContext().getSystemService(InputMethodManager.class); in sendKey() local
/cts/hostsidetests/inputmethodservice/deviceside/devicetest/src/android/inputmethodservice/cts/devicetest/
DInputMethodServiceDeviceTest.java426 final InputMethodManager imm = InstrumentationRegistry.getInstrumentation().getContext() in isInputMethodPickerShown() local
/cts/tests/inputmethod/util/src/android/view/inputmethod/cts/util/
DTestUtils.java135 public static boolean isInputMethodPickerShown(@NonNull InputMethodManager imm) { in isInputMethodPickerShown()
/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
DMockImeSession.java406 final var imm = mContext.getSystemService(InputMethodManager.class); in hasPendingImeVisibilityRequests() local
/cts/tests/tests/view/src/android/view/cts/
DViewTest.java4045 final InputMethodManager imm = (InputMethodManager) mActivity.getSystemService( in testSetScrollContainer() local
4504 final InputMethodManager imm = (InputMethodManager) mActivity.getSystemService( in testInputConnection() local