Searched refs:fetchNextQueuedAsyncRegistration (Results 1 – 5 of 5) sorted by relevance
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/registration/ |
D | AsyncRegistrationQueueRunnerTest.java | 342 when(mMeasurementDao.fetchNextQueuedAsyncRegistration(anyInt(), any())) in test_runAsyncRegistrationQueueWorker_appSource_success() 394 when(mMeasurementDao.fetchNextQueuedAsyncRegistration(anyInt(), any())) in test_runAsyncRegistrationQueueWorker_emptyNoisedState_sendsDebugReport() 446 when(mMeasurementDao.fetchNextQueuedAsyncRegistration(anyInt(), any())) in test_runAsyncRegistrationQueueWorker_nullFakeReports_doesNotSendDebugReport() 499 when(mMeasurementDao.fetchNextQueuedAsyncRegistration(anyInt(), any())) in test_runAsyncRegistrationQueueWorker_ThreadInterrupted() 529 when(mMeasurementDao.fetchNextQueuedAsyncRegistration(anyInt(), any())) in testRecordsExceedMaxRegistrationsPerJob_returnSuccessWithPendingRecords() 579 when(mMeasurementDao.fetchNextQueuedAsyncRegistration(anyInt(), any())) in runAsyncRegistrationQueueWorker_appSource_defaultRegistration_redirectTypeList() 649 when(mMeasurementDao.fetchNextQueuedAsyncRegistration(anyInt(), any())) in runAsyncRegistrationQueueWorker_appSource_defaultRegistration_redirectTypeLocation() 711 when(mMeasurementDao.fetchNextQueuedAsyncRegistration(anyInt(), any())) in runAsyncRegistrationQueueWorker_appSource_middleRegistration_redirectTypeLocation() 771 when(mMeasurementDao.fetchNextQueuedAsyncRegistration(anyInt(), any())) in runAsyncRegistrationQueueWorker_appSrc_defaultReg_redirectWellKnown_typeLocation() 826 when(mMeasurementDao.fetchNextQueuedAsyncRegistration(anyInt(), any())) in runAsyncRegistrationQueueWorker_appSrc_defaultReg_redirectChain_typeLocation() [all …]
|
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/measurement/ |
D | IMeasurementDao.java | 555 AsyncRegistration fetchNextQueuedAsyncRegistration(int retryLimit, Set<Uri> failedOrigins) in fetchNextQueuedAsyncRegistration() method
|
D | MeasurementDao.java | 3158 public AsyncRegistration fetchNextQueuedAsyncRegistration(
|
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/registration/ |
D | AsyncRegistrationQueueRunner.java | 210 (dao) -> dao.fetchNextQueuedAsyncRegistration(retryLimit, failedOrigins)) in fetchNext()
|
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/data/measurement/ |
D | MeasurementDaoTest.java | 6734 dao.fetchNextQueuedAsyncRegistration((short) 1, new HashSet<>()); in testFetchNextQueuedAsyncRegistration_validRetryLimit() 6744 dao.fetchNextQueuedAsyncRegistration((short) 1, new HashSet<>()); in testFetchNextQueuedAsyncRegistration_validRetryLimit() 6774 (dao) -> dao.fetchNextQueuedAsyncRegistration((short) 4, excludedOrigins1)); in testFetchNextQueuedAsyncRegistration_excludeByOrigin() 6781 (dao) -> dao.fetchNextQueuedAsyncRegistration((short) 4, excludedOrigins2)); in testFetchNextQueuedAsyncRegistration_excludeByOrigin() 6789 (dao) -> dao.fetchNextQueuedAsyncRegistration((short) 4, excludedOrigins3)); in testFetchNextQueuedAsyncRegistration_excludeByOrigin()
|