Searched refs:expectedAlarmTime (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/job/controllers/ |
D | QuotaControllerTest.java | 2857 final long expectedAlarmTime = in testMaybeScheduleStartAlarmLocked_Active() local 2894 anyInt(), eq(expectedAlarmTime), anyLong(), eq(TAG_QUOTA_CHECK), any(), in testMaybeScheduleStartAlarmLocked_Active() 2933 final long expectedAlarmTime = in testMaybeScheduleStartAlarmLocked_WorkingSet() local 2964 anyInt(), eq(expectedAlarmTime), anyLong(), eq(TAG_QUOTA_CHECK), any(), in testMaybeScheduleStartAlarmLocked_WorkingSet() 2973 anyInt(), eq(expectedAlarmTime), anyLong(), eq(TAG_QUOTA_CHECK), any(), in testMaybeScheduleStartAlarmLocked_WorkingSet() 3013 final long expectedAlarmTime = start + 8 * HOUR_IN_MILLIS + mQcConstants.IN_QUOTA_BUFFER_MS; in testMaybeScheduleStartAlarmLocked_Frequent() local 3043 anyInt(), eq(expectedAlarmTime), anyLong(), eq(TAG_QUOTA_CHECK), any(), in testMaybeScheduleStartAlarmLocked_Frequent() 3052 anyInt(), eq(expectedAlarmTime), anyLong(), eq(TAG_QUOTA_CHECK), any(), in testMaybeScheduleStartAlarmLocked_Frequent() 3097 final long expectedAlarmTime = start + 8 * HOUR_IN_MILLIS + mQcConstants.IN_QUOTA_BUFFER_MS; in testMaybeScheduleStartAlarmLocked_Never_EffectiveNotNever() local 3127 anyInt(), eq(expectedAlarmTime), anyLong(), eq(TAG_QUOTA_CHECK), any(), in testMaybeScheduleStartAlarmLocked_Never_EffectiveNotNever() [all …]
|
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/utils/quota/ |
D | CountQuotaTrackerTest.java | 603 final long expectedAlarmTime = start + 8 * HOUR_IN_MILLIS; in testMaybeScheduleStartAlarmLocked() local 620 anyInt(), eq(expectedAlarmTime), anyLong(), eq(TAG_QUOTA_CHECK), any(), in testMaybeScheduleStartAlarmLocked() 626 anyInt(), eq(expectedAlarmTime), anyLong(), eq(TAG_QUOTA_CHECK), any(), in testMaybeScheduleStartAlarmLocked()
|