Home
last modified time | relevance | path

Searched refs:verifyShowSoftInput (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/tests/InputMethodSystemServerTests/src/com/android/server/inputmethod/
DInputMethodManagerServiceWindowGainedFocusTest.java129 verifyShowSoftInput( in startInputOrWindowGainedFocus_forwardNavigation()
137 verifyShowSoftInput(true /* setVisible */, true /* showSoftInput */); in startInputOrWindowGainedFocus_forwardNavigation()
141 verifyShowSoftInput(false /* setVisible */, false /* showSoftInput */); in startInputOrWindowGainedFocus_forwardNavigation()
146 verifyShowSoftInput(false /* setVisible */, false /* showSoftInput */); in startInputOrWindowGainedFocus_forwardNavigation()
171 verifyShowSoftInput(false /* setVisible */, false /* showSoftInput */); in startInputOrWindowGainedFocus_notForwardNavigation()
179 verifyShowSoftInput(false /* setVisible */, false /* showSoftInput */); in startInputOrWindowGainedFocus_notForwardNavigation()
183 verifyShowSoftInput(true /* setVisible */, true /* showSoftInput */); in startInputOrWindowGainedFocus_notForwardNavigation()
187 verifyShowSoftInput(false /* setVisible */, false /* showSoftInput */); in startInputOrWindowGainedFocus_notForwardNavigation()
209 verifyShowSoftInput(false /* setVisible */, false /* showSoftInput */); in startInputOrWindowGainedFocus_userNotRunning()
237 verifyShowSoftInput(false /* setVisible */, false /* showSoftInput */); in startInputOrWindowGainedFocus_invalidFocusStatus()
DInputMethodManagerServiceTestBase.java288 protected void verifyShowSoftInput(boolean setVisible, boolean showSoftInput) in verifyShowSoftInput() method in InputMethodManagerServiceTestBase
290 verifyShowSoftInput(setVisible, showSoftInput, NO_VERIFY_SHOW_FLAGS); in verifyShowSoftInput()
293 protected void verifyShowSoftInput(boolean setVisible, boolean showSoftInput, int showFlags) in verifyShowSoftInput() method in InputMethodManagerServiceTestBase
DDefaultImeVisibilityApplierTest.java92 verifyShowSoftInput(false, true, 0 /* showFlags */); in testPerformShowIme()
161 verifyShowSoftInput(true, true, 0 /* showFlags */); in testApplyImeVisibility_showImeImplicit()