Searched refs:createSnapshot (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | TaskSnapshotPersisterLoaderTest.java | 59 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 …]
|
D | TaskSnapshotCacheTest.java | 54 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()
|
D | TaskSnapshotPersisterTestBase.java | 79 TaskSnapshot createSnapshot() { in createSnapshot() method in TaskSnapshotPersisterTestBase
|
/frameworks/base/core/tests/coretests/src/android/view/ |
D | ViewCaptureTest.java | 93 Bitmap result = mViewToCapture.createSnapshot(canvasProvider, skipChildren); in testCreateSnapshot()
|
/frameworks/base/tools/preload2/src/com/android/preload/classdataretrieval/hprof/ |
D | Hprof.java | 59 Snapshot snapshot = Snapshot.createSnapshot(new MemoryMappedFileBuffer(hprofLocalFile)); in analyzeHprof()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | AppWindowToken.java | 2092 return createSnapshot(snapshot); in addStartingWindow() 2163 private boolean createSnapshot(ActivityManager.TaskSnapshot snapshot) { in createSnapshot() method in AppWindowToken
|
/frameworks/base/core/java/android/view/ |
D | ViewDebug.java | 974 cache[0] = captureView.createSnapshot(provider, skipChildren);
|
D | ViewGroup.java | 3914 public Bitmap createSnapshot(ViewDebug.CanvasProvider canvasProvider, boolean skipChildren) { in createSnapshot() method in ViewGroup 3931 return super.createSnapshot(canvasProvider, skipChildren); in createSnapshot()
|
/frameworks/base/services/ |
D | art-profile | 15578 PLcom/android/server/wm/AppWindowToken;->createSnapshot(Landroid/app/ActivityManager$TaskSnapshot;)Z
|