Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DBaseAppSnapshotPersister.java31 protected final SnapshotPersistQueue mSnapshotPersistQueue; field in BaseAppSnapshotPersister
36 mSnapshotPersistQueue = persistQueue; in BaseAppSnapshotPersister()
50 mSnapshotPersistQueue.sendToQueueLocked(mSnapshotPersistQueue in persistSnapshot()
63 mSnapshotPersistQueue.sendToQueueLocked(mSnapshotPersistQueue in removeSnapshot()
DSnapshotController.java39 private final SnapshotPersistQueue mSnapshotPersistQueue; field in SnapshotController
44 mSnapshotPersistQueue = new SnapshotPersistQueue(); in SnapshotController()
45 mTaskSnapshotController = new TaskSnapshotController(wms, mSnapshotPersistQueue); in SnapshotController()
46 mActivitySnapshotController = new ActivitySnapshotController(wms, mSnapshotPersistQueue); in SnapshotController()
50 mSnapshotPersistQueue.systemReady(); in systemReady()
54 mSnapshotPersistQueue.setPaused(paused); in setPause()
214 mSnapshotPersistQueue.dump(pw, prefix); in dump()
DActivitySnapshotController.java86 private final SnapshotPersistQueue mSnapshotPersistQueue; field in ActivitySnapshotController
101 mSnapshotPersistQueue = persistQueue; in ActivitySnapshotController()
163 synchronized (mSnapshotPersistQueue.getLock()) { in cleanUpUserFiles()
164 mSnapshotPersistQueue.sendToQueueLocked( in cleanUpUserFiles()
336 synchronized (mSnapshotPersistQueue.getLock()) { in loadSnapshotInner()
337 mSnapshotPersistQueue.insertQueueAtFirstLocked(new LoadActivitySnapshotItem( in loadSnapshotInner()
DTaskSnapshotPersister.java94 mSnapshotPersistQueue.sendToQueueLocked(new RemoveObsoleteFilesQueueItem( in removeObsoleteFiles()
/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()
129 mSnapshotPersistQueue.setPaused(true); in testPurging()
138 assertEquals(3, mSnapshotPersistQueue.peekQueueSize()); in testPurging()
139 mSnapshotPersistQueue.setPaused(false); in testPurging()
140 mSnapshotPersistQueue.waitForQueueEmpty(); in testPurging()
322 mSnapshotPersistQueue.waitForQueueEmpty(); in testIsRealSnapshotPersistAndLoadSnapshot()
[all …]
DTaskSnapshotLowResDisabledTest.java70 mSnapshotPersistQueue.waitForQueueEmpty(); in testPersistAndLoadSnapshot()
94 mSnapshotPersistQueue.waitForQueueEmpty(); in testRemoveObsoleteFiles()
114 mSnapshotPersistQueue.waitForQueueEmpty(); in testRemoveObsoleteFiles_addedOneInTheMeantime()
131 mSnapshotPersistQueue.waitForQueueEmpty(); in testReduced_notCached()
DTaskSnapshotPersisterTestBase.java70 SnapshotPersistQueue mSnapshotPersistQueue; field in TaskSnapshotPersisterTestBase
113 mSnapshotPersistQueue = new SnapshotPersistQueue(); in setUp()
116 mPersister = new TaskSnapshotPersister(mSnapshotPersistQueue, provider); in setUp()
118 mSnapshotPersistQueue.start(); in setUp()
DTaskSnapshotCacheTest.java101 mSnapshotPersistQueue.waitForQueueEmpty(); in testReduced_notCached()
118 mSnapshotPersistQueue.waitForQueueEmpty(); in testRestoreFromDisk()