/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | TaskSnapshotLowResDisabledTest.java | 69 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()
|
D | TaskSnapshotPersisterLoaderTest.java | 73 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 …]
|
D | TaskSnapshotCacheTest.java | 67 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()
|
D | TaskSnapshotPersisterTestBase.java | 131 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/core/java/android/view/ |
D | ViewDebug.java | 1134 cache[0] = captureView.createSnapshot(provider, skipChildren);
|
D | ViewGroup.java | 4042 public Bitmap createSnapshot(ViewDebug.CanvasProvider canvasProvider, boolean skipChildren) { in createSnapshot() method in ViewGroup 4059 return super.createSnapshot(canvasProvider, skipChildren); in createSnapshot()
|
D | View.java | 21642 public Bitmap createSnapshot(ViewDebug.CanvasProvider canvasProvider, boolean skipChildren) { in createSnapshot() method
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | ActivityRecord.java | 1754 return createSnapshot(snapshot); in addStartingWindow() 1819 private boolean createSnapshot(ActivityManager.TaskSnapshot snapshot) { in createSnapshot() method
|
/frameworks/base/services/ |
D | art-profile | 34712 HPLcom/android/server/wm/ActivityRecord;->createSnapshot(Landroid/app/ActivityManager$TaskSnapshot;…
|