Searched refs:ENABLE_TASK_SNAPSHOTS (Results 1 – 5 of 5) sorted by relevance
19 import static android.app.ActivityManager.ENABLE_TASK_SNAPSHOTS;228 return !ENABLE_TASK_SNAPSHOTS || mIsRunningOnWear || mIsRunningOnTv || mIsRunningOnIoT; in shouldDisableSnapshots()
19 import static android.app.ActivityManager.ENABLE_TASK_SNAPSHOTS;168 ENABLE_TASK_SNAPSHOTS;
722 if (thumbnailData.thumbnail != null && !ActivityManager.ENABLE_TASK_SNAPSHOTS) { in getTaskThumbnail()747 if (ActivityManager.ENABLE_TASK_SNAPSHOTS) { in getThumbnail()
142 public final static boolean ENABLE_TASK_SNAPSHOTS; field in ActivityManager145 ENABLE_TASK_SNAPSHOTS = SystemProperties.getBoolean("persist.enable_task_snapshots", true);
19 import static android.app.ActivityManager.ENABLE_TASK_SNAPSHOTS;1523 if (ENABLE_TASK_SNAPSHOTS) { in screenshotActivityLocked()