Searched refs:shouldDisableSnapshots (Results 1 – 6 of 6) sorted by relevance
186 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()
113 if (shouldDisableSnapshots()) { in handleClosingApps()139 if (shouldDisableSnapshots()) { in addSkipClosingAppSnapshotTasks()312 if (shouldDisableSnapshots()) { in screenTurningOff()331 if (shouldDisableSnapshots() || !mService.mDisplayEnabled) { in snapshotForSleeping()
135 boolean shouldDisableSnapshots() { in shouldDisableSnapshots() method in AbsAppSnapshotController178 if (shouldDisableSnapshots()) { in recordSnapshotInner()
4318 if (mTaskSnapshotController.shouldDisableSnapshots()) { in captureTaskBitmap()9767 return !mTaskSnapshotController.shouldDisableSnapshots(); in isTaskSnapshotSupported()
72 doReturn(false).when(mActivitySnapshotController).shouldDisableSnapshots(); in setUp()
25249 PLcom/android/server/wm/AbsAppSnapshotController;->shouldDisableSnapshots()Z