Searched refs:mSnapshotPersistQueue (Results 1 – 8 of 8) sorted by relevance
31 protected final SnapshotPersistQueue mSnapshotPersistQueue; field in BaseAppSnapshotPersister36 mSnapshotPersistQueue = persistQueue; in BaseAppSnapshotPersister()50 mSnapshotPersistQueue.sendToQueueLocked(mSnapshotPersistQueue in persistSnapshot()63 mSnapshotPersistQueue.sendToQueueLocked(mSnapshotPersistQueue in removeSnapshot()
39 private final SnapshotPersistQueue mSnapshotPersistQueue; field in SnapshotController44 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()
86 private final SnapshotPersistQueue mSnapshotPersistQueue; field in ActivitySnapshotController101 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()
94 mSnapshotPersistQueue.sendToQueueLocked(new RemoveObsoleteFilesQueueItem( in removeObsoleteFiles()
77 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 …]
70 mSnapshotPersistQueue.waitForQueueEmpty(); in testPersistAndLoadSnapshot()94 mSnapshotPersistQueue.waitForQueueEmpty(); in testRemoveObsoleteFiles()114 mSnapshotPersistQueue.waitForQueueEmpty(); in testRemoveObsoleteFiles_addedOneInTheMeantime()131 mSnapshotPersistQueue.waitForQueueEmpty(); in testReduced_notCached()
70 SnapshotPersistQueue mSnapshotPersistQueue; field in TaskSnapshotPersisterTestBase113 mSnapshotPersistQueue = new SnapshotPersistQueue(); in setUp()116 mPersister = new TaskSnapshotPersister(mSnapshotPersistQueue, provider); in setUp()118 mSnapshotPersistQueue.start(); in setUp()
101 mSnapshotPersistQueue.waitForQueueEmpty(); in testReduced_notCached()118 mSnapshotPersistQueue.waitForQueueEmpty(); in testRestoreFromDisk()