Home
last modified time | relevance | path

Searched refs:marker1 (Results 1 – 4 of 4) sorted by relevance

/cts/tests/inputmethod/installtests/src/android/view/inputmethod/cts/installtests/
DMultiUserMockImeTest.java119 final String marker1 = getTestMarker(); in testProfileSwitching() local
123 Map.of(MockTestActivityUtil.EXTRA_KEY_PRIVATE_IME_OPTIONS, marker1))) { in testProfileSwitching() argument
124 expectEvent(stream1, editorMatcher("onStartInput", marker1), TIMEOUT); in testProfileSwitching()
/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DFocusHandlingTest.java488 final String marker1 = getTestMarker(FIRST_EDIT_TEXT_TAG); in testFocusableWindowDoesNotInvalidateExistingInputConnection() local
489 final EditText editText = launchTestActivity(marker1); in testFocusableWindowDoesNotInvalidateExistingInputConnection()
495 expectEvent(stream, editorMatcher("onStartInput", marker1), TIMEOUT); in testFocusableWindowDoesNotInvalidateExistingInputConnection()
715 final String marker1 = getTestMarker(FIRST_EDIT_TEXT_TAG); in testMultiWindowFocusHandleOnDifferentUiThread() local
716 final EditText editText = launchTestActivity(marker1, editTextHasWindowFocus); in testMultiWindowFocusHandleOnDifferentUiThread()
725 expectEvent(stream, editorMatcher("onStartInput", marker1), TIMEOUT); in testMultiWindowFocusHandleOnDifferentUiThread()
755 expectEvent(stream, editorMatcher("onStartInput", marker1), TIMEOUT); in testMultiWindowFocusHandleOnDifferentUiThread()
862 final String marker1 = getTestMarker(FIRST_EDIT_TEXT_TAG); in testOnCheckIsTextEditorRunOnUIThreadWithInputMethodManagerIsActive() local
870 editText.setPrivateImeOptions(marker1); in testOnCheckIsTextEditorRunOnUIThreadWithInputMethodManagerIsActive()
880 expectEvent(stream, editorMatcher("onStartInput", marker1), TIMEOUT); in testOnCheckIsTextEditorRunOnUIThreadWithInputMethodManagerIsActive()
[all …]
DEditTextImeSupportTest.java414 final String marker1 = getTestMarker("EditText1"); in testDisableImeAfterFocusChange() local
423 editText.setPrivateImeOptions(marker1); in testDisableImeAfterFocusChange()
439 expectEvent(stream, editorMatcher("onStartInput", marker1), TIMEOUT); in testDisableImeAfterFocusChange()
DInputMethodStartInputLifecycleTest.java347 final String marker1 = getTestMarker(FIRST_EDIT_TEXT_TAG); in testInvalidateInputBeforeInputMethodSessionBecomesAvailable() local
349 TIMEOUT, Map.of(MockTestActivityUtil.EXTRA_KEY_PRIVATE_IME_OPTIONS, marker1))) { in testInvalidateInputBeforeInputMethodSessionBecomesAvailable() argument
357 expectEvent(stream, editorMatcher("onStartInput", marker1), TIMEOUT); in testInvalidateInputBeforeInputMethodSessionBecomesAvailable()