Home
last modified time | relevance | path

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

/frameworks/base/packages/DocumentsUI/tests/src/com/android/documentsui/
DCopyTest.java70 public void waitForChanges(int count) throws Exception { in waitForChanges() method in CopyTest.TestContentResolver
72 waitForChanges(count, 1000); in waitForChanges()
81 public void waitForChanges(int count, int timeOut) throws Exception { in waitForChanges() method in CopyTest.TestContentResolver
165 mResolver.waitForChanges(2); in testCopyFile()
197 mResolver.waitForChanges(6); in testCopyMultipleFiles()
215 mResolver.waitForChanges(1); in testCopyEmptyDir()
235 mResolver.waitForChanges(3); in testReadErrors()