Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/tests/unittest/service-core/measurement/src/com/android/adservices/data/measurement/
DMeasurementDaoTest.java6588 List<AsyncRegistration> asyncRegistrationList = new ArrayList<>(); in testDeleteExpiredRecordsForAsyncRegistrations() local
6592 asyncRegistrationList.add( in testDeleteExpiredRecordsForAsyncRegistrations()
6606 asyncRegistrationList.add( in testDeleteExpiredRecordsForAsyncRegistrations()
6620 asyncRegistrationList.add( in testDeleteExpiredRecordsForAsyncRegistrations()
6634 asyncRegistrationList.add( in testDeleteExpiredRecordsForAsyncRegistrations()
6647 asyncRegistrationList.forEach( in testDeleteExpiredRecordsForAsyncRegistrations()
9345 List<AsyncRegistration> asyncRegistrationList = List.of(ar1, ar2, ar3); in deleteAsyncRegistrations_success() local
9346 asyncRegistrationList.forEach( in deleteAsyncRegistrations_success()