Home
last modified time | relevance | path

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

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DTaskSnapshotPersisterLoaderTest.java59 mPersister.persistSnapshot(1 , mTestUserId, createSnapshot()); in testPersistAndLoadSnapshot()
81 mPersister.persistSnapshot(1, mTestUserId, createSnapshot()); in testTaskRemovedFromRecents()
95 mPersister.persistSnapshot(1, mTestUserId, createSnapshot()); in testThrottling()
96 mPersister.persistSnapshot(2, mTestUserId, createSnapshot()); in testThrottling()
110 mPersister.persistSnapshot(100, mTestUserId, createSnapshot()); in testPurging()
113 mPersister.persistSnapshot(1, mTestUserId, createSnapshot()); in testPurging()
115 mPersister.persistSnapshot(2, mTestUserId, createSnapshot()); in testPurging()
116 mPersister.persistSnapshot(3, mTestUserId, createSnapshot()); in testPurging()
117 mPersister.persistSnapshot(4, mTestUserId, createSnapshot()); in testPurging()
281 mPersister.persistSnapshot(1, mTestUserId, createSnapshot()); in testRemoveObsoleteFiles()
[all …]
DTaskSnapshotCacheTest.java54 mCache.putSnapshot(window.getTask(), createSnapshot()); in testAppRemoved()
65 mCache.putSnapshot(window.getTask(), createSnapshot()); in testAppDied()
76 mCache.putSnapshot(window.getTask(), createSnapshot()); in testTaskRemoved()
87 mPersister.persistSnapshot(window.getTask().mTaskId, mWm.mCurrentUserId, createSnapshot()); in testReduced_notCached()
104 mPersister.persistSnapshot(window.getTask().mTaskId, mWm.mCurrentUserId, createSnapshot()); in testRestoreFromDisk()
DTaskSnapshotPersisterTestBase.java79 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/tools/preload2/src/com/android/preload/classdataretrieval/hprof/
DHprof.java59 Snapshot snapshot = Snapshot.createSnapshot(new MemoryMappedFileBuffer(hprofLocalFile)); in analyzeHprof()
/frameworks/base/services/core/java/com/android/server/wm/
DAppWindowToken.java2092 return createSnapshot(snapshot); in addStartingWindow()
2163 private boolean createSnapshot(ActivityManager.TaskSnapshot snapshot) { in createSnapshot() method in AppWindowToken
/frameworks/base/core/java/android/view/
DViewDebug.java974 cache[0] = captureView.createSnapshot(provider, skipChildren);
DViewGroup.java3914 public Bitmap createSnapshot(ViewDebug.CanvasProvider canvasProvider, boolean skipChildren) { in createSnapshot() method in ViewGroup
3931 return super.createSnapshot(canvasProvider, skipChildren); in createSnapshot()
/frameworks/base/services/
Dart-profile15578 PLcom/android/server/wm/AppWindowToken;->createSnapshot(Landroid/app/ActivityManager$TaskSnapshot;)Z