| /packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/registration/ |
| D | AsyncRegistrationQueueRunner.java | 120 AsyncRegistration asyncRegistration; in runAsyncRegistrationQueueWorker() local 139 AsyncRegistration asyncRegistration, Set<Uri> failedOrigins) { in processSourceRegistration() 170 asyncRegistration, in processSourceRegistration() local 177 Source source, AsyncRegistration asyncRegistration, IMeasurementDao dao) in storeSource() 195 AsyncRegistration asyncRegistration, Set<Uri> failedOrigins) { in processTriggerRegistration() 226 asyncRegistration, in processTriggerRegistration() local 392 AsyncRegistration asyncRegistration, Uri redirectUri) { in createAsyncRegistrationFromRedirect() 480 AsyncRegistration asyncRegistration, in handleSuccess() 515 AsyncRegistration asyncRegistration, in handleFailure()
|
| D | FetcherUtil.java | 163 AsyncRegistration asyncRegistration, in emitHeaderMetrics() 235 AsyncRegistration asyncRegistration, String enrollmentId) { in getEncryptedPlatformAdIdIfPresent() 246 private static int getRegistrationType(AsyncRegistration asyncRegistration) { in getRegistrationType() 258 private static int getSourceType(AsyncRegistration asyncRegistration) { in getSourceType() 268 private static int getSurfaceType(AsyncRegistration asyncRegistration) { in getSurfaceType()
|
| D | AsyncSourceFetcher.java | 103 AsyncRegistration asyncRegistration, in parseCommonSourceParams() 313 AsyncRegistration asyncRegistration, in parseSource() 406 AsyncRegistration asyncRegistration, in fetchSource()
|
| D | AsyncTriggerFetcher.java | 97 AsyncRegistration asyncRegistration, in parseTrigger() 289 AsyncRegistration asyncRegistration, in fetchTrigger()
|
| /packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/registration/ |
| D | EnqueueAsyncRegistrationTest.java | 171 AsyncRegistration asyncRegistration = in testAppSourceRegistrationRequest_event_isValid() local 227 AsyncRegistration asyncRegistration = in testAppSourceRegistrationRequest_navigation_isValid() local 282 AsyncRegistration asyncRegistration = in testAppTriggerRegistrationRequest_isValid() local 335 AsyncRegistration asyncRegistration = in testAppRegistrationRequestWithAdId_isValid() local 371 AsyncRegistration asyncRegistration = in testWebSourceRegistrationRequest_event_isValid() local 546 AsyncRegistration asyncRegistration = in testWebSourceRegistrationRequest_navigation_isValid() local 713 AsyncRegistration asyncRegistration = in testWebTriggerRegistrationRequest_isValid() local 861 AsyncRegistration asyncRegistration = in testVerifyAsyncRegistrationStoredCorrectly() local
|
| D | FetcherUtilTest.java | 366 AsyncRegistration asyncRegistration = in emitHeaderMetrics_headersSizeLessThanMaxAllowed_doesNotLogAdTechDomain() local 408 AsyncRegistration asyncRegistration = in emitHeaderMetrics_headersSizeExceedsMaxAllowed_logsAdTechDomain() local 453 AsyncRegistration asyncRegistration = in emitHeaderMetrics_headersWithNullValues_success() local 506 AsyncRegistration asyncRegistration = in getEncryptedPlatformAdIdIfPresent_webRegistration_null() local 520 AsyncRegistration asyncRegistration = in getEncryptedPlatformAdIdIfPresent_missingAdIdPermission_null() local 534 AsyncRegistration asyncRegistration = in getEncryptedPlatformAdIdIfPresent_nullAdIdValue_null() local 548 AsyncRegistration asyncRegistration = in getEncryptedPlatformAdIdIfPresent_adIdValuePresent_notNull() local
|
| D | AsyncTriggerFetcherTest.java | 230 AsyncRegistration asyncRegistration = appTriggerRegistrationRequest(request); in testBasicTriggerRequest() local 304 AsyncRegistration asyncRegistration = appTriggerRegistrationRequest(request); in testBasicTriggerRequest_withAggregateDeduplicationKey() local 342 AsyncRegistration asyncRegistration = appTriggerRegistrationRequest(request); in testRedirectType_bothRedirectHeaderTypes_choosesListType() local 382 AsyncRegistration asyncRegistration = appTriggerRegistrationRequest(request); in testRedirectType_locationRedirectHeaderType_choosesLocationType() local 412 AsyncRegistration asyncRegistration = appTriggerRegistrationRequest(request); in testRedirectType_locationRedirectType_ignoresListType() local 1976 AsyncRegistration asyncRegistration = appTriggerRegistrationRequest(request); in testBasicTriggerRequestWithDebugKey() local 2012 AsyncRegistration asyncRegistration = appTriggerRegistrationRequest(request); in testBasicTriggerRequest_debugKey_negative() local 2044 AsyncRegistration asyncRegistration = appTriggerRegistrationRequest(request); in testBasicTriggerRequest_debugKey_tooLarge() local 2076 AsyncRegistration asyncRegistration = appTriggerRegistrationRequest(request); in testBasicTriggerRequest_debugKey_notAnInt() local 2108 AsyncRegistration asyncRegistration = appTriggerRegistrationRequest(request); in testBasicTriggerRequest_debugKey_uses64thBit() local [all …]
|
| D | AsyncSourceFetcherTest.java | 232 AsyncRegistration asyncRegistration = appSourceRegistrationRequest(request); in testBasicSourceRequest() local 2574 AsyncRegistration asyncRegistration = webSourceRegistrationRequest(request, true); in fetchWebSources_basic_success() local 3942 AsyncRegistration asyncRegistration = appSourceRegistrationRequest(request); in basicSourceRequest_headersMoreThanMaxResponseSize_emitsMetricsWithAdTechDomain() local 4096 AsyncRegistration asyncRegistration = appSourceRegistrationRequest(request); in fetchSource_setsRegistrationOriginWithoutPath_forRegistrationURIWithPath() local 4132 AsyncRegistration asyncRegistration = appSourceRegistrationRequest(request); in fetchSource_setsRegistrationOriginWithPort_forRegistrationURIWithPort() local 4392 AsyncRegistration asyncRegistration = appSourceRegistrationRequest(request); in fetchSource_setsFakeEnrollmentId_whenDisableEnrollmentFlagIsTrue() local
|
| /packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/ |
| D | E2EInteropMockTest.java | 166 AsyncRegistration asyncRegistration = in insertSource() local 208 AsyncRegistration asyncRegistration = in insertTrigger() local
|
| /packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/data/measurement/migration/ |
| D | MeasurementDbMigratorV13Test.java | 110 ContentValues asyncRegistration = in createFakeDataV12() local
|
| D | ContentValueFixtures.java | 284 ContentValues asyncRegistration = new ContentValues(); in generateAsyncRegistrationContentValuesV1() local 333 ContentValues asyncRegistration = generateAsyncRegistrationContentValuesV2(); in generateAsyncRegistrationContentValuesV3() local 391 ContentValues asyncRegistration = generateAsyncRegistrationContentValuesV10(); in generateAsyncRegistrationContentValuesV11() local 405 ContentValues asyncRegistration = generateAsyncRegistrationContentValuesV12(); in generateAsyncRegistrationContentValuesV13() local
|
| /packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/measurement/ |
| D | IMeasurementDao.java | 430 void insertAsyncRegistration(@NonNull AsyncRegistration asyncRegistration) in insertAsyncRegistration() 472 void updateRetryCount(@NonNull AsyncRegistration asyncRegistration) throws DatastoreException; in updateRetryCount()
|
| /packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/data/measurement/ |
| D | MeasurementDaoTest.java | 4674 AsyncRegistration asyncRegistration = in testDeleteAppRecordsNotPresentForAsyncRegistrations() local 4754 AsyncRegistration asyncRegistration = in testDeleteAppRecordsForAsyncRegistrations() local 4951 AsyncRegistration asyncRegistration = in testDeleteExpiredRecordsForAsyncRegistrations() local 5639 AsyncRegistration asyncRegistration = in testInsertAsyncRegistration() local 5680 AsyncRegistration asyncRegistration = AsyncRegistrationFixture.getValidAsyncRegistration(); in testFetchNextQueuedAsyncRegistration_validRetryLimit() local 5758 AsyncRegistration asyncRegistration = AsyncRegistrationFixture.getValidAsyncRegistration(); in testDeleteAsyncRegistration() local 5917 AsyncRegistration asyncRegistration = AsyncRegistrationFixture.getValidAsyncRegistration(); in testUpdateAsyncRegistrationRetryCount() local
|