Home
last modified time | relevance | path

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

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DTaskSnapshotLowResDisabledTest.java69 mPersister.persistSnapshot(1, mTestUserId, createSnapshot()); in testPersistAndLoadSnapshot()
89 mPersister.persistSnapshot(1, mTestUserId, createSnapshot()); in testRemoveObsoleteFiles()
90 mPersister.persistSnapshot(2, mTestUserId, createSnapshot()); in testRemoveObsoleteFiles()
109 mPersister.persistSnapshot(1, mTestUserId, createSnapshot()); in testRemoveObsoleteFiles_addedOneInTheMeantime()
113 mPersister.persistSnapshot(2, mTestUserId, createSnapshot()); in testRemoveObsoleteFiles_addedOneInTheMeantime()
130 mPersister.persistSnapshot(window.getTask().mTaskId, mWm.mCurrentUserId, createSnapshot()); in testReduced_notCached()
DTaskSnapshotPersisterLoaderTest.java73 mPersister.persistSnapshot(1, mTestUserId, createSnapshot()); in testPersistAndLoadSnapshot()
89 mPersister.persistSnapshot(1, mTestUserId, createSnapshot()); in testTaskRemovedFromRecents()
103 mPersister.persistSnapshot(1, mTestUserId, createSnapshot()); in testThrottling()
104 mPersister.persistSnapshot(2, mTestUserId, createSnapshot()); in testThrottling()
118 mPersister.persistSnapshot(100, mTestUserId, createSnapshot()); in testPurging()
121 mPersister.persistSnapshot(1, mTestUserId, createSnapshot()); in testPurging()
123 mPersister.persistSnapshot(2, mTestUserId, createSnapshot()); in testPurging()
124 mPersister.persistSnapshot(3, mTestUserId, createSnapshot()); in testPurging()
125 mPersister.persistSnapshot(4, mTestUserId, createSnapshot()); in testPurging()
410 mPersister.persistSnapshot(1, mTestUserId, createSnapshot()); in testRemoveObsoleteFiles()
[all …]
DTaskSnapshotCacheTest.java67 mCache.putSnapshot(window.getTask(), createSnapshot()); in testAppRemoved()
78 mCache.putSnapshot(window.getTask(), createSnapshot()); in testAppDied()
89 mCache.putSnapshot(window.getTask(), createSnapshot()); in testTaskRemoved()
100 mPersister.persistSnapshot(window.getTask().mTaskId, mWm.mCurrentUserId, createSnapshot()); in testReduced_notCached()
117 mPersister.persistSnapshot(window.getTask().mTaskId, mWm.mCurrentUserId, createSnapshot()); in testRestoreFromDisk()
DTaskSnapshotPersisterTestBase.java131 TaskSnapshot createSnapshot() { in createSnapshot() method in TaskSnapshotPersisterTestBase
/frameworks/base/core/tests/coretests/src/android/view/
DViewCaptureTest.java93 Bitmap result = mViewToCapture.createSnapshot(canvasProvider, skipChildren); in testCreateSnapshot()
/frameworks/base/core/java/android/view/
DViewDebug.java1134 cache[0] = captureView.createSnapshot(provider, skipChildren);
DViewGroup.java4042 public Bitmap createSnapshot(ViewDebug.CanvasProvider canvasProvider, boolean skipChildren) { in createSnapshot() method in ViewGroup
4059 return super.createSnapshot(canvasProvider, skipChildren); in createSnapshot()
DView.java21642 public Bitmap createSnapshot(ViewDebug.CanvasProvider canvasProvider, boolean skipChildren) { in createSnapshot() method
/frameworks/base/services/core/java/com/android/server/wm/
DActivityRecord.java1754 return createSnapshot(snapshot); in addStartingWindow()
1819 private boolean createSnapshot(ActivityManager.TaskSnapshot snapshot) { in createSnapshot() method
/frameworks/base/services/
Dart-profile34712 HPLcom/android/server/wm/ActivityRecord;->createSnapshot(Landroid/app/ActivityManager$TaskSnapshot;…