Home
last modified time | relevance | path

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

12

/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DInputMethodRegistrationTest.java112 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
DImeInsetsVisibilityTest.java95 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
DKeyboardVisibilityControlTest.java247 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
DInputMethodStartInputLifecycleTest.java115 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
DInProcessImeTest.java160 final InputMethodManager imm = in testOnUpdateSelectionForInProcessIme() local
DSpellCheckerTest.kt449 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
DInputConnectionLifecycleTest.java155 final InputMethodManager imm = Objects.requireNonNull( in testCloseConnectionWithRestartInput() local
DInputMethodStatsTest.java106 final var imm = mInstrumentation.getContext().getSystemService(InputMethodManager.class); in setUp() local
DInputMethodSubtypeEndToEndTest.java320 final InputMethodManager imm = in getInputMethodListWithQueryAllPackage() local
DFocusHandlingTest.java903 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
DStylusHandwritingTest.java302 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
DBaseInputConnectionTest.java189 final InputMethodManager imm = InstrumentationRegistry.getInstrumentation() in testReportFullscreenMode() local
/cts/tests/inputmethod/installtests/src/android/view/inputmethod/cts/installtests/
DForceStopTest.java176 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
DInputMethodServiceSwitchingTest.java116 final InputMethodManager imm = context.getSystemService(InputMethodManager.class); in getCurrentInputMethodId() local
139 final InputMethodManager imm = in getInputMethodList() local
DAdditionalSubtypeLifecycleTest.java354 final InputMethodManager imm = in getInputMethodList() 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/hostsidetests/inputmethodservice/deviceside/devicetest/src/android/inputmethodservice/cts/devicetest/
DInputMethodServiceDeviceTest.java186 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/
DMultipleStepsSignInActivity.java107 final InputMethodManager imm = getSystemService(InputMethodManager.class); in hideSoftInput() local
DLoginActivity.java170 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/
DMultiDisplayImeTests.java176 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/
DMultiUserUtils.java103 final InputMethodManager imm = Objects.requireNonNull( in getCurrentInputMethodInfoAsUser() local
/cts/tests/framework/base/windowmanager/src/android/server/wm/backnavigation/
DBackGestureInvokedTest.java241 InputMethodManager imm = (InputMethodManager) in onCreate() local
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilityImeTest.java225 final InputMethodManager imm = in testOnUpdateSelectionForInProcessA11yIme() local
/cts/tests/framework/base/windowmanager/src/android/server/wm/multidisplay/
DMultiDisplayClientTests.java207 final InputMethodManager imm = newDisplayContext.getSystemService(InputMethodManager.class); in testInputMethodManagerDisplayId() local

12