Searched refs:expectedFrequentAlarmTime (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/utils/quota/ |
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()
|
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/job/controllers/ |
D | QuotaControllerTest.java | 3280 final long expectedFrequentAlarmTime = in testMaybeScheduleStartAlarmLocked_BucketChange() local 3289 anyInt(), eq(expectedFrequentAlarmTime), anyLong(), in testMaybeScheduleStartAlarmLocked_BucketChange() 3311 anyInt(), eq(expectedFrequentAlarmTime), anyLong(), in testMaybeScheduleStartAlarmLocked_BucketChange() 5466 final long expectedFrequentAlarmTime = in testMaybeScheduleStartAlarmLocked_Ej_BucketChange() local 5473 anyInt(), eq(expectedFrequentAlarmTime), anyLong(), in testMaybeScheduleStartAlarmLocked_Ej_BucketChange() 5495 anyInt(), eq(expectedFrequentAlarmTime), anyLong(), in testMaybeScheduleStartAlarmLocked_Ej_BucketChange()
|