Home
last modified time | relevance | path

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

12

/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DTaskSnapshotPersisterLoaderTest.java74 mPersister.persistSnapshot(1, mTestUserId, createSnapshot()); in testPersistAndLoadSnapshot()
90 mPersister.persistSnapshot(1, mTestUserId, createSnapshot()); in testTaskRemovedFromRecents()
104 mPersister.persistSnapshot(1, mTestUserId, createSnapshot()); in testThrottling()
105 mPersister.persistSnapshot(2, mTestUserId, createSnapshot()); in testThrottling()
119 mPersister.persistSnapshot(100, mTestUserId, createSnapshot()); in testPurging()
122 mPersister.persistSnapshot(1, mTestUserId, createSnapshot()); in testPurging()
124 mPersister.persistSnapshot(2, mTestUserId, createSnapshot()); in testPurging()
125 mPersister.persistSnapshot(3, mTestUserId, createSnapshot()); in testPurging()
126 mPersister.persistSnapshot(4, mTestUserId, createSnapshot()); in testPurging()
410 mPersister.persistSnapshot(1, mTestUserId, createSnapshot()); in testRemoveObsoleteFiles()
[all …]
H A 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()
H A 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()
H A DTaskSnapshotPersisterTestBase.java133 TaskSnapshot createSnapshot() { in createSnapshot() method in TaskSnapshotPersisterTestBase
H A DRecentTasksTest.java1158 final TaskSnapshot snapshot = createSnapshot(new Point(100, 100), new Point(80, 80)); in testLastSnapshotData_snapshotSaved()
1173 final TaskSnapshot snapshot = createSnapshot(new Point(100, 100), null); in testLastSnapshotData_noBuffer()
1238 private TaskSnapshot createSnapshot(Point taskSize, Point bufferSize) { in createSnapshot() method in RecentTasksTest
/aosp12/frameworks/base/services/core/java/com/android/server/utils/
H A DSnapshotCache.java138 s = createSnapshot(); in snapshot()
151 public abstract T createSnapshot(); in createSnapshot() method in SnapshotCache
169 public T createSnapshot() { in createSnapshot() method in SnapshotCache.Sealed
189 public T createSnapshot() { in createSnapshot() method in SnapshotCache.Auto
/aosp12/frameworks/base/services/core/java/com/android/server/pm/
H A DPersistentPreferredIntentResolver.java66 public PersistentPreferredIntentResolver createSnapshot() { in makeCache()
H A DCrossProfileIntentResolver.java75 public CrossProfileIntentResolver createSnapshot() { in makeCache()
H A DPreferredIntentResolver.java95 public PreferredIntentResolver createSnapshot() { in makeCache()
H A DPreferredActivity.java47 public PreferredActivity createSnapshot() { in makeCache()
H A DPersistentPreferredActivity.java52 public PersistentPreferredActivity createSnapshot() { in makeCache()
H A DCrossProfileIntentFilter.java59 public CrossProfileIntentFilter createSnapshot() { in makeCache()
H A DSharedUserSetting.java68 public SharedUserSetting createSnapshot() { in makeCache()
H A DPackageSetting.java116 public PackageSetting createSnapshot() { in makeCache()
H A DInstantAppRegistry.java186 public InstantAppRegistry createSnapshot() { in makeCache()
H A DAppsFilter.java173 public AppsFilter createSnapshot() { in makeCache()
H A DComponentResolver.java227 public ComponentResolver createSnapshot() { in ComponentResolver()
H A DSettings.java537 public Settings createSnapshot() { in makeCache()
/aosp12/frameworks/base/core/tests/coretests/src/android/view/
H A DViewCaptureTest.java93 Bitmap result = mViewToCapture.createSnapshot(canvasProvider, skipChildren); in testCreateSnapshot()
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/utils/
H A DWatcherTest.java1101 public Leaf createSnapshot() { in testSnapshotCache()
/aosp12/frameworks/base/core/java/android/view/
H A DViewDebug.java1128 cache[0] = captureView.createSnapshot(provider, skipChildren);
H A DViewGroup.java4056 public Bitmap createSnapshot(ViewDebug.CanvasProvider canvasProvider, boolean skipChildren) { in createSnapshot() method in ViewGroup
4073 return super.createSnapshot(canvasProvider, skipChildren); in createSnapshot()
H A DView.java21995 public Bitmap createSnapshot(ViewDebug.CanvasProvider canvasProvider, boolean skipChildren) { in createSnapshot() method in View
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DActivityRecord.java2102 return createSnapshot(snapshot, typeParameter); in addStartingWindow()
2130 private boolean createSnapshot(TaskSnapshot snapshot, int typeParams) { in createSnapshot() method in ActivityRecord
/aosp12/frameworks/base/services/
H A Dart-profile29071 HSPLcom/android/server/pm/AppsFilter$1;->createSnapshot()Lcom/android/server/pm/AppsFilter;
29214 HSPLcom/android/server/pm/ComponentResolver$1;->createSnapshot()Lcom/android/server/pm/ComponentRes…
29215 HSPLcom/android/server/pm/ComponentResolver$1;->createSnapshot()Ljava/lang/Object;
29480 HSPLcom/android/server/pm/CrossProfileIntentResolver$1;->createSnapshot()Lcom/android/server/pm/Cro…
29663 HSPLcom/android/server/pm/InstantAppRegistry$2;->createSnapshot()Lcom/android/server/pm/InstantAppR…
29664 HSPLcom/android/server/pm/InstantAppRegistry$2;->createSnapshot()Ljava/lang/Object;
31941 HSPLcom/android/server/pm/PersistentPreferredActivity$1;->createSnapshot()Lcom/android/server/pm/Pe…
31942 HSPLcom/android/server/pm/PersistentPreferredActivity$1;->createSnapshot()Ljava/lang/Object;
31986 HSPLcom/android/server/pm/PreferredActivity$1;->createSnapshot()Lcom/android/server/pm/PreferredAct…
31987 HSPLcom/android/server/pm/PreferredActivity$1;->createSnapshot()Ljava/lang/Object;
[all …]

12