Home
last modified time | relevance | path

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

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DTaskSnapshotPersisterLoaderTest.java77 mSnapshotPersistQueue.waitForQueueEmpty(); in testPersistAndLoadSnapshot()
91 mSnapshotPersistQueue.waitForQueueEmpty(); in testPersistAndLoadSnapshot()
100 mSnapshotPersistQueue.waitForQueueEmpty(); in testTaskRemovedFromRecents()
118 mSnapshotPersistQueue.waitForQueueEmpty(); in testThrottling()
128 mSnapshotPersistQueue.waitForQueueEmpty(); in testPurging()
140 mSnapshotPersistQueue.waitForQueueEmpty(); in testPurging()
322 mSnapshotPersistQueue.waitForQueueEmpty(); in testIsRealSnapshotPersistAndLoadSnapshot()
345 mSnapshotPersistQueue.waitForQueueEmpty(); in testWindowingModePersistAndLoadSnapshot()
368 mSnapshotPersistQueue.waitForQueueEmpty(); in testIsTranslucentPersistAndLoadSnapshot()
392 mSnapshotPersistQueue.waitForQueueEmpty(); in testAppearancePersistAndLoadSnapshot()
[all …]
DTaskSnapshotLowResDisabledTest.java70 mSnapshotPersistQueue.waitForQueueEmpty(); in testPersistAndLoadSnapshot()
94 mSnapshotPersistQueue.waitForQueueEmpty(); in testRemoveObsoleteFiles()
114 mSnapshotPersistQueue.waitForQueueEmpty(); in testRemoveObsoleteFiles_addedOneInTheMeantime()
131 mSnapshotPersistQueue.waitForQueueEmpty(); in testReduced_notCached()
DTaskSnapshotCacheTest.java101 mSnapshotPersistQueue.waitForQueueEmpty(); in testReduced_notCached()
118 mSnapshotPersistQueue.waitForQueueEmpty(); in testRestoreFromDisk()
/frameworks/base/services/core/java/com/android/server/wm/
DSnapshotPersistQueue.java105 void waitForQueueEmpty() { in waitForQueueEmpty() method in SnapshotPersistQueue