Home
last modified time | relevance | path

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

/frameworks/base/services/usage/java/com/android/server/usage/
DAppStandbyController.java211 long[] mAppStandbyElapsedThresholds = ELAPSED_TIME_THRESHOLDS; field in AppStandbyController
782 elapsedRealtime, mAppStandbyScreenThresholds, mAppStandbyElapsedThresholds); in getBucketForLocked()
1567 pw.print("mElapsedThresholds="); pw.println(Arrays.toString(mAppStandbyElapsedThresholds)); in dumpState()
1947 mAppStandbyElapsedThresholds = parseLongArray(elapsedThresholdsValue, in updateSettings()
1949 mCheckIdleIntervalMillis = Math.min(mAppStandbyElapsedThresholds[1] / 4, in updateSettings()