Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/registration/
DAsyncRegistrationQueueRunnerTest.java1729 .updateRetryCount(asyncRegistrationArgumentCaptor.capture()); in test_runAsyncRegistrationQueueWorker_appSource_adTechUnavailable()
1780 .updateRetryCount(asyncRegistrationArgumentCaptor.capture()); in test_runAsyncRegistrationQueueWorker_appSource_networkError()
1822 verify(mMeasurementDao, never()).updateRetryCount(any()); in test_runAsyncRegistrationQueueWorker_appSource_parsingError()
1955 .updateRetryCount(asyncRegistrationArgumentCaptor.capture()); in test_runAsyncRegistrationQueueWorker_appTrigger_adTechUnavailable()
1998 .updateRetryCount(asyncRegistrationArgumentCaptor.capture()); in test_runAsyncRegistrationQueueWorker_appTrigger_networkError()
2054 verify(mMeasurementDao, never()).updateRetryCount(any()); in test_runAsyncRegistrationQueueWorker_appTrigger_parsingError_withRedirects()
2118 .updateRetryCount(asyncRegistrationArgumentCaptor.capture()); in test_runAsyncRegistrationQueueWorker_networkError_logRetryCount()
2208 .updateRetryCount(asyncRegistrationArgumentCaptor.capture()); in test_runAsyncRegistrationQueueWorker_webSource_adTechUnavailable()
2252 .updateRetryCount(asyncRegistrationArgumentCaptor.capture()); in test_runAsyncRegistrationQueueWorker_webSource_networkError()
2298 verify(mMeasurementDao, never()).updateRetryCount(any()); in test_runAsyncRegistrationQueueWorker_webSource_parsingError()
[all …]
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/measurement/
DIMeasurementDao.java581 void updateRetryCount(@NonNull AsyncRegistration asyncRegistration) throws DatastoreException; in updateRetryCount() method
DMeasurementDao.java3248 public void updateRetryCount(AsyncRegistration asyncRegistration) throws DatastoreException {
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/registration/
DAsyncRegistrationQueueRunner.java939 dao.updateRetryCount(asyncRegistration); in handleFailure()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/data/measurement/
DMeasurementDaoTest.java6738 dao.updateRetryCount(fetchedAsyncRegistration); in testFetchNextQueuedAsyncRegistration_validRetryLimit()
6957 dao.updateRetryCount(asyncRegistration); in testUpdateAsyncRegistrationRetryCount()