Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/usage/
DAppStandbyControllerTests.java1958 mController.mAppStandbyElapsedThresholds[i]); in testChangingSettings_ElapsedThreshold_Invalid()
1975 mController.mAppStandbyElapsedThresholds[i]); in testChangingSettings_ElapsedThreshold_Valid()
1987 for (int i = 0; i < mController.mAppStandbyElapsedThresholds.length; ++i) { in testChangingSettings_ElapsedThreshold_Valid()
1988 assertEquals((90 + i) * DAY_MS, mController.mAppStandbyElapsedThresholds[i]); in testChangingSettings_ElapsedThreshold_Valid()
2002 mController.mAppStandbyElapsedThresholds[0]); in testChangingSettings_ElapsedThreshold_Valid()
2003 assertEquals(31 * DAY_MS, mController.mAppStandbyElapsedThresholds[1]); in testChangingSettings_ElapsedThreshold_Valid()
2004 assertEquals(62 * DAY_MS, mController.mAppStandbyElapsedThresholds[2]); in testChangingSettings_ElapsedThreshold_Valid()
2006 mController.mAppStandbyElapsedThresholds[3]); in testChangingSettings_ElapsedThreshold_Valid()
2007 assertEquals(93 * DAY_MS, mController.mAppStandbyElapsedThresholds[4]); in testChangingSettings_ElapsedThreshold_Valid()
/frameworks/base/apex/jobscheduler/service/java/com/android/server/usage/
DAppStandbyController.java338 long[] mAppStandbyElapsedThresholds = DEFAULT_ELAPSED_TIME_THRESHOLDS; field in AppStandbyController
1121 elapsedRealtime, mAppStandbyScreenThresholds, mAppStandbyElapsedThresholds); in getBucketForLocked()
2548 pw.print("mElapsedThresholds="); pw.println(Arrays.toString(mAppStandbyElapsedThresholds)); in dumpState()
3301 mAppStandbyElapsedThresholds = generateThresholdArray( in updateTimeThresholds()
3304 mCheckIdleIntervalMillis = Math.min(mAppStandbyElapsedThresholds[1] / 4, in updateTimeThresholds()