Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A 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()
136 mSnapshotPersistQueue.waitForQueueEmpty(); in testPurging()
318 mSnapshotPersistQueue.waitForQueueEmpty(); in testIsRealSnapshotPersistAndLoadSnapshot()
341 mSnapshotPersistQueue.waitForQueueEmpty(); in testWindowingModePersistAndLoadSnapshot()
364 mSnapshotPersistQueue.waitForQueueEmpty(); in testIsTranslucentPersistAndLoadSnapshot()
388 mSnapshotPersistQueue.waitForQueueEmpty(); in testAppearancePersistAndLoadSnapshot()
[all …]
H A DTaskSnapshotLowResDisabledTest.java70 mSnapshotPersistQueue.waitForQueueEmpty(); in testPersistAndLoadSnapshot()
94 mSnapshotPersistQueue.waitForQueueEmpty(); in testRemoveObsoleteFiles()
114 mSnapshotPersistQueue.waitForQueueEmpty(); in testRemoveObsoleteFiles_addedOneInTheMeantime()
131 mSnapshotPersistQueue.waitForQueueEmpty(); in testReduced_notCached()
H A DTaskSnapshotCacheTest.java101 mSnapshotPersistQueue.waitForQueueEmpty(); in testReduced_notCached()
118 mSnapshotPersistQueue.waitForQueueEmpty(); in testRestoreFromDisk()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DSnapshotPersistQueue.java104 void waitForQueueEmpty() { in waitForQueueEmpty() method in SnapshotPersistQueue