Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/utils/quota/
H A DCountQuotaTrackerTest.java650 final long outOfQuotaTime = now - HOUR_IN_MILLIS; in testMaybeScheduleStartAlarmLocked_CategoryChange() local
651 logEventsAt(TEST_USER_ID, TEST_PACKAGE, TEST_TAG, outOfQuotaTime, 7); in testMaybeScheduleStartAlarmLocked_CategoryChange()
666 final long expectedWorkingAlarmTime = outOfQuotaTime + (2 * HOUR_IN_MILLIS); in testMaybeScheduleStartAlarmLocked_CategoryChange()
673 final long expectedFrequentAlarmTime = outOfQuotaTime + (8 * HOUR_IN_MILLIS); in testMaybeScheduleStartAlarmLocked_CategoryChange()
680 final long expectedRareAlarmTime = outOfQuotaTime + (24 * HOUR_IN_MILLIS); in testMaybeScheduleStartAlarmLocked_CategoryChange()
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/job/controllers/
H A DQuotaControllerTest.java3129 final long outOfQuotaTime = now - HOUR_IN_MILLIS; in testMaybeScheduleStartAlarmLocked_BucketChange() local
3131 createTimingSession(outOfQuotaTime, 7 * MINUTE_IN_MILLIS, 10), false); in testMaybeScheduleStartAlarmLocked_BucketChange()
3155 outOfQuotaTime + (2 * HOUR_IN_MILLIS) in testMaybeScheduleStartAlarmLocked_BucketChange()
3167 outOfQuotaTime + (8 * HOUR_IN_MILLIS) in testMaybeScheduleStartAlarmLocked_BucketChange()
3179 outOfQuotaTime + (24 * HOUR_IN_MILLIS) in testMaybeScheduleStartAlarmLocked_BucketChange()