Searched refs:mImManager (Results 1 – 4 of 4) sorted by relevance
94 private InputMethodManager mImManager; field in InputMethodManagerTest101 mImManager = mContext.getSystemService(InputMethodManager.class); in setup()123 + "normal apps.", SecurityException.class, mImManager::isInputMethodPickerShown); in testIsInputMethodPickerShownProtection()135 mImManager::addVirtualStylusIdForTestSession); in testAddVirtualStylusIdForTestSessionProtection()148 () -> mImManager.setStylusWindowIdleTimeoutForTest(0)); in testSetStylusWindowIdleTimeoutForTestProtection()171 waitOnMainUntil(() -> mImManager.hasActiveInputConnection(focusedEditText), TIMEOUT); in testIsActive()172 assertTrue(getOnMainSync(() -> mImManager.isActive(focusedEditText))); in testIsActive()173 assertFalse(getOnMainSync(() -> mImManager.isActive(nonFocusedEditTextRef.get()))); in testIsActive()200 getOnMainSync(() -> mImManager.isAcceptingText())); in testIsAcceptingText()205 final List<InputMethodInfo> enabledImes = mImManager.getEnabledInputMethodList(); in testGetInputMethodList()[all …]
64 private InputMethodManager mImManager; field in InputMethodPickerTest72 mImManager = mContext.getSystemService(InputMethodManager.class); in setUp()98 getInstrumentation().runOnMainSync(mImManager::showInputMethodPicker); in testInputMethodPicker_hidesUntrustedOverlays()99 waitOnMainUntil(() -> isInputMethodPickerShown(mImManager), TIMEOUT, in testInputMethodPicker_hidesUntrustedOverlays()121 mImManager.showInputMethodPicker(); in testShowInputMethodPicker_noDismissWhenOverlayPopup()122 waitOnMainUntil(() -> isInputMethodPickerShown(mImManager), TIMEOUT, in testShowInputMethodPicker_noDismissWhenOverlayPopup()127 assertTrue(getOnMainSync(() -> isInputMethodPickerShown(mImManager))); in testShowInputMethodPicker_noDismissWhenOverlayPopup()168 waitOnMainUntil(() -> !isInputMethodPickerShown(mImManager), TIMEOUT, in closeSystemDialogsAndWait()
65 private InputMethodManager mImManager; field in InputMethodManagerMultiDisplayTest74 mImManager = mContext.getSystemService(InputMethodManager.class); in setUp()91 mImManager.showInputMethodAndSubtypeEnabler(MOCK_IME_ID); in testShowInputMethodAndSubtypeEnablerOnSingleDisplay()
82 private InputMethodManager mImManager; field in InputMethodInfoTest109 mImManager = mContext.getSystemService(InputMethodManager.class); in setup()241 final List<InputMethodInfo> imis = mImManager.getInputMethodList(); in testLanguageSettingsInfo()315 final List<InputMethodInfo> imis = mImManager.getInputMethodList(); in testAtLeastOneEncryptionAwareInputMethodIsAvailable()336 final List<InputMethodInfo> imis = mImManager.getInputMethodList(); in testShowInInputMethodPicker()