Searched refs:expectedFrequentAlarmTime (Results 1 – 2 of 2) sorted by relevance
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/utils/quota/ |
H A D | CountQuotaTrackerTest.java | 673 final long expectedFrequentAlarmTime = outOfQuotaTime + (8 * HOUR_IN_MILLIS); in testMaybeScheduleStartAlarmLocked_CategoryChange() local 677 .setWindow(anyInt(), eq(expectedFrequentAlarmTime), anyLong(), in testMaybeScheduleStartAlarmLocked_CategoryChange() 691 .setWindow(anyInt(), eq(expectedFrequentAlarmTime), anyLong(), in testMaybeScheduleStartAlarmLocked_CategoryChange()
|
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/job/controllers/ |
H A D | QuotaControllerTest.java | 3166 final long expectedFrequentAlarmTime = in testMaybeScheduleStartAlarmLocked_BucketChange() local 3175 anyInt(), eq(expectedFrequentAlarmTime), anyLong(), in testMaybeScheduleStartAlarmLocked_BucketChange() 3197 anyInt(), eq(expectedFrequentAlarmTime), anyLong(), in testMaybeScheduleStartAlarmLocked_BucketChange() 5352 final long expectedFrequentAlarmTime = in testMaybeScheduleStartAlarmLocked_Ej_BucketChange() local 5359 anyInt(), eq(expectedFrequentAlarmTime), anyLong(), in testMaybeScheduleStartAlarmLocked_Ej_BucketChange() 5381 anyInt(), eq(expectedFrequentAlarmTime), anyLong(), in testMaybeScheduleStartAlarmLocked_Ej_BucketChange()
|