Home
last modified time | relevance | path

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

/cts/tests/autofillservice/src/android/autofillservice/cts/inline/
DInlineLoginActivityTest.java499 testTouchEventPassToIme(/* longPress */ false); in testClickEventPassToIme()
504 testTouchEventPassToIme(/* longPress */ true); in testLongClickEventPassToIme()
507 private void testTouchEventPassToIme(boolean longPress) throws Exception { in testTouchEventPassToIme() method in InlineLoginActivityTest