Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
DLogEventChecker.java52 private ListMap<String> finishSync(long waitForExpectedCountMs) { in finishSync() argument
65 || SystemClock.uptimeMillis() > startTime + waitForExpectedCountMs) { in finishSync()
86 String verify(long waitForExpectedCountMs) { in verify() argument
87 final ListMap<String> actualEvents = finishSync(waitForExpectedCountMs); in verify()