Home
last modified time | relevance | path

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

12

/cts/tests/inputmethod/installtests/src/android/view/inputmethod/cts/installtests/
DUserUnlockTest.java85 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
DForceStopTest.java172 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
DInputMethodServiceSwitchingTest.java116 final InputMethodManager imm = context.getSystemService(InputMethodManager.class); in getCurrentInputMethodId() local
139 final InputMethodManager imm = in getInputMethodList() local
DAdditionalSubtypeLifecycleTest.java355 final InputMethodManager imm = in getInputMethodList() local
/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DInputMethodRegistrationTest.java109 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
DImeInsetsVisibilityTest.java93 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
DKeyboardVisibilityControlTest.java267 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
DInputMethodStartInputLifecycleTest.java121 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
DInputConnectionLifecycleTest.java170 final InputMethodManager imm = Objects.requireNonNull( in testCloseConnectionWithRestartInput() local
360 final InputMethodManager imm = in verifyNoRaceBetweenInvalidateAndRestartInput() local
DInProcessImeTest.java159 final InputMethodManager imm = in testOnUpdateSelectionForInProcessIme() local
DSpellCheckerTest.kt448 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
DInputMethodStatsTest.java102 final var imm = mInstrumentation.getContext().getSystemService(InputMethodManager.class); in setUp() local
DStylusHandwritingTest.java312 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
DInputMethodSubtypeEndToEndTest.java317 final InputMethodManager imm = in getInputMethodListWithQueryAllPackage() local
DFocusHandlingTest.java900 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/
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.java189 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/
DMultipleStepsSignInActivity.java107 final InputMethodManager imm = getSystemService(InputMethodManager.class); in hideSoftInput() local
DLoginActivity.java186 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/
DMultiDisplayImeTests.java188 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/
DMultiUserUtils.java103 final InputMethodManager imm = Objects.requireNonNull( in getCurrentInputMethodInfoAsUser() local
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilityImeTest.java227 final InputMethodManager imm = in testOnUpdateSelectionForInProcessA11yIme() local
/cts/tests/framework/base/windowmanager/src/android/server/wm/backnavigation/
DBackGestureInvokedTest.java389 InputMethodManager imm = (InputMethodManager) in onCreate() local
/cts/tests/framework/base/windowmanager/src/android/server/wm/multidisplay/
DMultiDisplayClientTests.java206 final InputMethodManager imm = newDisplayContext.getSystemService(InputMethodManager.class); in testInputMethodManagerDisplayId() local

12