Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/tests/common/com/android/documentsui/services/
DTestContentResolver.java50 public void waitForChanges(int count) throws Exception { in waitForChanges() method in TestContentResolver
52 waitForChanges(count, 1000); in waitForChanges()
61 public void waitForChanges(int count, int timeOut) throws Exception { in waitForChanges() method in TestContentResolver