Home
last modified time | relevance | path

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

/frameworks/base/apex/jobscheduler/service/java/com/android/server/usage/
DAppStandbyController.java270 long[] mAppStandbyScreenThresholds = SCREEN_TIME_THRESHOLDS; field in AppStandbyController
850 elapsedRealtime, mAppStandbyScreenThresholds, mAppStandbyElapsedThresholds); in getBucketForLocked()
1888 pw.print("mScreenThresholds="); pw.println(Arrays.toString(mAppStandbyScreenThresholds)); in dumpState()
2327 mAppStandbyScreenThresholds = parseLongArray(screenThresholdsValue, in updateSettings()