Home
last modified time | relevance | path

Searched refs:shouldDisableSnapshots (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DActivitySnapshotController.java186 if (shouldDisableSnapshots()) { in addOnBackPressedActivity()
193 if (shouldDisableSnapshots()) { in clearOnBackPressedActivities()
203 if (shouldDisableSnapshots()) { in beginSnapshotProcess()
213 if (shouldDisableSnapshots()) { in endSnapshotProcess()
349 if (shouldDisableSnapshots() || activity.isEmpty()) { in recordSnapshot()
387 if (shouldDisableSnapshots()) { in notifyAppVisibilityChanged()
429 if (shouldDisableSnapshots()) { in handleActivityTransition()
449 if (shouldDisableSnapshots()) { in handleTaskTransition()
568 if (shouldDisableSnapshots()) { in onAppRemoved()
579 if (shouldDisableSnapshots()) { in onAppDied()
DTaskSnapshotController.java113 if (shouldDisableSnapshots()) { in handleClosingApps()
139 if (shouldDisableSnapshots()) { in addSkipClosingAppSnapshotTasks()
312 if (shouldDisableSnapshots()) { in screenTurningOff()
331 if (shouldDisableSnapshots() || !mService.mDisplayEnabled) { in snapshotForSleeping()
DAbsAppSnapshotController.java135 boolean shouldDisableSnapshots() { in shouldDisableSnapshots() method in AbsAppSnapshotController
178 if (shouldDisableSnapshots()) { in recordSnapshotInner()
DWindowManagerService.java4318 if (mTaskSnapshotController.shouldDisableSnapshots()) { in captureTaskBitmap()
9767 return !mTaskSnapshotController.shouldDisableSnapshots(); in isTaskSnapshotSupported()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DActivitySnapshotControllerTests.java72 doReturn(false).when(mActivitySnapshotController).shouldDisableSnapshots(); in setUp()
/frameworks/base/services/
Dart-wear-profile25249 PLcom/android/server/wm/AbsAppSnapshotController;->shouldDisableSnapshots()Z