Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/prefs/
DPreferencesMonitorTest.java61 mConsumer.waitForCall(100, TimeUnit.MILLISECONDS); in testReportsChangesToListener()
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
DTestPredicate.java66 public @Nullable T waitForCall(int timeout, TimeUnit unit) in waitForCall() method in TestPredicate