Searched refs:updateRetryCount (Results 1 – 5 of 5) sorted by relevance
1729 .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 …]
581 void updateRetryCount(@NonNull AsyncRegistration asyncRegistration) throws DatastoreException; in updateRetryCount() method
3248 public void updateRetryCount(AsyncRegistration asyncRegistration) throws DatastoreException {
939 dao.updateRetryCount(asyncRegistration); in handleFailure()
6738 dao.updateRetryCount(fetchedAsyncRegistration); in testFetchNextQueuedAsyncRegistration_validRetryLimit()6957 dao.updateRetryCount(asyncRegistration); in testUpdateAsyncRegistrationRetryCount()