Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/tests/unittest/service-core/measurement/src/com/android/adservices/service/measurement/registration/
DEnqueueAsyncRegistrationTest.java521 AsyncRegistration asyncRegistration2 = in testWebSourceRegistrationRequest_event_isValid() local
523 Assert.assertEquals(REGISTRATION_URI_2, asyncRegistration2.getRegistrationUri()); in testWebSourceRegistrationRequest_event_isValid()
524 Assert.assertEquals(Source.SourceType.EVENT, asyncRegistration2.getSourceType()); in testWebSourceRegistrationRequest_event_isValid()
527 asyncRegistration2.getTopOrigin()); in testWebSourceRegistrationRequest_event_isValid()
528 assertEqualsWebSourceRegistrationCommon(asyncRegistration2); in testWebSourceRegistrationRequest_event_isValid()
530 AsyncRedirect.RedirectBehavior.AS_IS, asyncRegistration2.getRedirectBehavior()); in testWebSourceRegistrationRequest_event_isValid()
534 asyncRegistration2.getRegistrationId()); in testWebSourceRegistrationRequest_event_isValid()
593 AsyncRegistration asyncRegistration2 = in testWebSourceRegistrationRequest_navigation_isValid() local
595 Assert.assertEquals(REGISTRATION_URI_2, asyncRegistration2.getRegistrationUri()); in testWebSourceRegistrationRequest_navigation_isValid()
596 Assert.assertEquals(Source.SourceType.NAVIGATION, asyncRegistration2.getSourceType()); in testWebSourceRegistrationRequest_navigation_isValid()
[all …]
/packages/modules/AdServices/adservices/tests/unittest/service-core/measurement/src/com/android/adservices/data/measurement/migration/
DMeasurementDbMigratorV11Test.java131 ContentValues asyncRegistration2 = in createFakeData() local
133 asyncRegistration2.put( in createFakeData()
135 asyncRegistrationRows.add(asyncRegistration2); in createFakeData()
/packages/modules/AdServices/adservices/tests/unittest/service-core/measurement/src/com/android/adservices/data/measurement/
DMeasurementDaoTest.java6743 AsyncRegistration asyncRegistration2 = in deleteExpiredRecords_registrationRedirectCount() local
6749 List.of(asyncRegistration1, asyncRegistration2); in deleteExpiredRecords_registrationRedirectCount()
9214 AsyncRegistration asyncRegistration2 = in testFetchNextQueuedAsyncRegistration_excludeByOrigin() local
9222 dao.insertAsyncRegistration(asyncRegistration2); in testFetchNextQueuedAsyncRegistration_excludeByOrigin()
10587 AsyncRegistration asyncRegistration2 = in fetchMatchingAsyncRegistrations_bringsMatchingAsyncRegistrations() local
10620 asyncRegistration1, asyncRegistration2, asyncRegistration3, asyncRegistration4, in fetchMatchingAsyncRegistrations_bringsMatchingAsyncRegistrations()