Searched refs:editTextMarker (Results 1 – 2 of 2) sorted by relevance
/cts/tests/inputmethod/src/android/view/inputmethod/cts/ |
D | StylusHandwritingTest.java | 1656 final String editTextMarker = getTestMarker(); 1659 editTextMarker, null /* delegateLatch */, 0 /* delegateDelayMs */); 1667 editTextMarker, true /* verifyHandwritingStart */, 1826 final String editTextMarker = getTestMarker(); 1830 launchTestActivityWithDelegate(editTextMarker, latch, TIMEOUT_1_S); 1847 stream, editorMatcher("onStartInputView", editTextMarker), 1851 stream, editorMatcher("onStartStylusHandwriting", editTextMarker), TIMEOUT); 1877 final String editTextMarker = getTestMarker(); 1882 editTextMarker, latch, DELEGATION_AFTER_IDLE_TIMEOUT_MS); 1899 stream, editorMatcher("onStartInputView", editTextMarker), [all …]
|
D | InputConnectionHandlerTest.java | 562 final String editTextMarker = getTestMarker(); in testInputConnectionSideEffect() local 606 outAttrs.privateImeOptions = editTextMarker; in testInputConnectionSideEffect() 621 expectEvent(stream, editorMatcher("onStartInput", editTextMarker), TIMEOUT); in testInputConnectionSideEffect()
|