Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
DLogEventChecker.java84 String verify(long waitForExpectedCountMs, boolean successfulGesture) { in verify() argument
95 || mismatchPosition != -1 && !ignoreMistatch(successfulGesture, sequence); in verify()
107 || !ignoreMistatch(successfulGesture, actualNamedSequence); in verify()
121 private static boolean ignoreMistatch(boolean successfulGesture, String sequence) { in ignoreMistatch() argument