Searched refs:expectedWorkingAlarmTime (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 | 666 final long expectedWorkingAlarmTime = outOfQuotaTime + (2 * HOUR_IN_MILLIS); in testMaybeScheduleStartAlarmLocked_CategoryChange() local 670 .setWindow(anyInt(), eq(expectedWorkingAlarmTime), anyLong(), in testMaybeScheduleStartAlarmLocked_CategoryChange() 697 .setWindow(anyInt(), eq(expectedWorkingAlarmTime), anyLong(), in testMaybeScheduleStartAlarmLocked_CategoryChange()
|
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/job/controllers/ |
H A D | QuotaControllerTest.java | 3154 final long expectedWorkingAlarmTime = in testMaybeScheduleStartAlarmLocked_BucketChange() local 3163 anyInt(), eq(expectedWorkingAlarmTime), anyLong(), in testMaybeScheduleStartAlarmLocked_BucketChange() 3206 anyInt(), eq(expectedWorkingAlarmTime), anyLong(), in testMaybeScheduleStartAlarmLocked_BucketChange() 3257 final long expectedWorkingAlarmTime = stats.jobRateLimitExpirationTimeElapsed; in testMaybeScheduleStartAlarmLocked_JobCount_RateLimitingWindow() local 3263 anyInt(), eq(expectedWorkingAlarmTime), anyLong(), in testMaybeScheduleStartAlarmLocked_JobCount_RateLimitingWindow() 4691 final long expectedWorkingAlarmTime = stats.jobRateLimitExpirationTimeElapsed; in testStartAlarmScheduled_JobCount_RateLimitingWindow() local 4693 anyInt(), eq(expectedWorkingAlarmTime), anyLong(), in testStartAlarmScheduled_JobCount_RateLimitingWindow() 4765 anyInt(), eq(expectedWorkingAlarmTime), anyLong(), in testStartAlarmScheduled_TimingSessionCount_RateLimitingWindow() 5340 final long expectedWorkingAlarmTime = in testMaybeScheduleStartAlarmLocked_Ej_BucketChange() local 5348 anyInt(), eq(expectedWorkingAlarmTime), anyLong(), in testMaybeScheduleStartAlarmLocked_Ej_BucketChange() [all …]
|