Home
last modified time | relevance | path

Searched refs:OVERVIEW_LAST_STACK_ACTIVE_TIME (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/model/
DRecentsTaskLoadPlan.java147 Secure.OVERVIEW_LAST_STACK_ACTIVE_TIME, legacyLastStackActiveTime, currentUserId); in preloadPlan()
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
DRecentsActivity.java184 Secure.OVERVIEW_LAST_STACK_ACTIVE_TIME, -1, currentUser);
854 Secure.OVERVIEW_LAST_STACK_ACTIVE_TIME, -1, in dump()
/frameworks/base/core/tests/coretests/src/android/provider/
DSettingsBackupTest.java447 Settings.Secure.OVERVIEW_LAST_STACK_ACTIVE_TIME,
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/misc/
DSystemServicesProxy.java1346 Secure.OVERVIEW_LAST_STACK_ACTIVE_TIME, newLastStackActiveTime, currentUserId); in updateOverviewLastStackActiveTimeAsync()
/frameworks/base/core/java/android/provider/
DSettings.java6674 public static final String OVERVIEW_LAST_STACK_ACTIVE_TIME = field in Settings.Secure