Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/apk/unittest/src/com/android/adservices/measurement/
DMeasurementServiceTest.java253 private void assertJobScheduled(int timesCalled) { in assertJobScheduled() argument
256 times(timesCalled)); in assertJobScheduled()
259 times(timesCalled)); in assertJobScheduled()
262 times(timesCalled)); in assertJobScheduled()
265 times(timesCalled)); in assertJobScheduled()
268 times(timesCalled)); in assertJobScheduled()
271 times(timesCalled)); in assertJobScheduled()
274 times(timesCalled)); in assertJobScheduled()
277 times(timesCalled)); in assertJobScheduled()
278 ExtendedMockito.verify(MddJob::scheduleAllMddJobs, times(timesCalled)); in assertJobScheduled()
[all …]