/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/ondevicepersonalization/ |
D | OdpDelegationWrapperImplTest.java | 114 AsyncRegistration asyncRegistration = in registerOdpTrigger_validParameters_success() local 170 AsyncRegistration asyncRegistration = in registerOdpTrigger_invalidEnrollment_fail() local 214 AsyncRegistration asyncRegistration = in registerOdpTrigger_headerSizeLimitExceeded_fail() local 257 AsyncRegistration asyncRegistration = in registerOdpTrigger_invalidHeaderFormat_fail() local 305 AsyncRegistration asyncRegistration = in registerOdpTrigger_missingRequiredField_fail() local 345 AsyncRegistration asyncRegistration = in registerOdpTrigger_invalidServiceName_NoForwardSlash_fail() local 388 AsyncRegistration asyncRegistration = in registerOdpTrigger_invalidServiceName_forwardSlashEndingCharacter_fail() local 431 AsyncRegistration asyncRegistration = in registerOdpTrigger_headerNotJson_fail() local 479 AsyncRegistration asyncRegistration = in registerOdpTrigger_throwIllegalArgumentException_fail() local 530 AsyncRegistration asyncRegistration = in registerOdpTrigger_throwNullPointerException_fail() local
|
D | NoOdpDelegationWrapperTest.java | 57 AsyncRegistration asyncRegistration = in registerOdpTrigger_logMetrics() local
|
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/registration/ |
D | AsyncTriggerFetcherTest.java | 313 AsyncRegistration asyncRegistration = appTriggerRegistrationRequest(request); in testBasicTriggerRequest() local 394 AsyncRegistration asyncRegistration = appTriggerRegistrationRequest(request); in testBasicTriggerRequest_withAggregateDeduplicationKey() local 456 AsyncRegistration asyncRegistration = appTriggerRegistrationRequest(request); in triggerRequest_aggregateDeduplicationKey_dedupKeyNotAString_fails() local 504 AsyncRegistration asyncRegistration = appTriggerRegistrationRequest(request); in triggerRequest_aggregateDeduplicationKey_dedupKeyNegative_fails() local 552 AsyncRegistration asyncRegistration = appTriggerRegistrationRequest(request); in triggerRequest_aggregateDeduplicationKey_dedupKeyTooLarge_fails() local 600 AsyncRegistration asyncRegistration = appTriggerRegistrationRequest(request); in triggerRequest_aggregateDeduplicationKey_dedupKeyNotAnInt_fails() local 647 AsyncRegistration asyncRegistration = appTriggerRegistrationRequest(request); in triggerRequest_aggregateDeduplicationKey_dedupKeyMissing_succeeds() local 676 AsyncRegistration asyncRegistration = appTriggerRegistrationRequest(request); in testRedirectType_bothRedirectHeaderTypes_choosesListType() local 719 AsyncRegistration asyncRegistration = appTriggerRegistrationRequest(request); in testRedirectType_locationRedirectHeaderType_choosesLocationType() local 752 AsyncRegistration asyncRegistration = appTriggerRegistrationRequest(request); in testRedirectType_locationRedirectType_acceptsListType() local [all …]
|
D | EnqueueAsyncRegistrationTest.java | 229 AsyncRegistration asyncRegistration = in testAppSourceRegistrationRequest_event_isValid() local 288 AsyncRegistration asyncRegistration = in testAppSourceRegistrationRequest_navigation_isValid() local 384 AsyncRegistration asyncRegistration = in testAppTriggerRegistrationRequest_isValid() local 440 AsyncRegistration asyncRegistration = in testAppRegistrationRequestWithAdId_isValid() local 485 AsyncRegistration asyncRegistration = in testAppRegistrationRequestWithPostBody_isValid() local 726 AsyncRegistration asyncRegistration = in testVerifyAsyncRegistrationStoredCorrectly() local 949 AsyncRegistration asyncRegistration) { in assertEqualsWebSourceRegistrationCommon() 968 AsyncRegistration asyncRegistration) { in assertEqualsAppSourcesRegistrationCommon() 982 AsyncRegistration asyncRegistration) { in assertEqualsWebTriggerRegistrationCommon()
|
D | FetcherUtilTest.java | 1010 AsyncRegistration asyncRegistration = in emitHeaderMetrics_headersSizeLessThanMaxAllowed_doesNotLogAdTechDomain() local 1055 AsyncRegistration asyncRegistration = in emitHeaderMetrics_headersSizeExceedsMaxAllowed_logsAdTechDomain() local 1103 AsyncRegistration asyncRegistration = in emitHeaderMetrics_headersWithNullValues_success() local
|
D | AsyncSourceFetcherTest.java | 294 AsyncRegistration asyncRegistration = appSourceRegistrationRequest(request); in testBasicSourceRequest() local 3881 AsyncRegistration asyncRegistration = webSourceRegistrationRequest(request, true); in fetchWebSources_basic_success() local 5353 AsyncRegistration asyncRegistration = appSourceRegistrationRequest(request); in basicSourceRequest_headersMoreThanMaxResponseSize_emitsMetricsWithAdTechDomain() local 5512 AsyncRegistration asyncRegistration = appSourceRegistrationRequest(request); in fetchSource_setsRegistrationOriginWithoutPath_forRegistrationURIWithPath() local 5548 AsyncRegistration asyncRegistration = appSourceRegistrationRequest(request); in fetchSource_setsRegistrationOriginWithPort_forRegistrationURIWithPort() local 5805 AsyncRegistration asyncRegistration = appSourceRegistrationRequest(request); in fetchSource_setsSiteEnrollmentId_whenDisableEnrollmentFlagIsTrue() local 5842 AsyncRegistration asyncRegistration = appSourceRegistrationRequest(request); in fetchSource_setsSiteEnrollmentId_whenDisableEnrollmentFlagIsTrueForIP() local 5879 AsyncRegistration asyncRegistration = appSourceRegistrationRequest(request); in fetchSource_setsSiteEnrollmentId_whenDisableEnrollmentFlagIsTrueForLocalhost() local
|
D | AsyncRegistrationQueueRunnerTest.java | 4981 String redirectUri, AsyncRegistration asyncRegistration) { in getAsyncSourceAnswerForLocationTypeRedirectToWellKnown()
|
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/registration/ |
D | AsyncRegistrationQueueRunner.java | 194 AsyncRegistration asyncRegistration = fetchNext(retryLimit, failedOrigins); in runAsyncRegistrationQueueWorker() local 214 private void processAsyncRecord(AsyncRegistration asyncRegistration, Set<Uri> failedOrigins) { in processAsyncRecord() 227 AsyncRegistration asyncRegistration = fetchNext(retryLimit, failedOrigins); in hasPendingRecords() local 249 AsyncRegistration asyncRegistration, Set<Uri> failedOrigins) { in processSourceRegistration() 282 asyncRegistration, in processSourceRegistration() local 289 Source source, AsyncRegistration asyncRegistration, IMeasurementDao dao) in storeSource() 327 AsyncRegistration asyncRegistration, Set<Uri> failedOrigins) { in processTriggerRegistration() 778 AsyncRegistration asyncRegistration, AsyncRedirect asyncRedirect) { in createAsyncRegistrationFromRedirect() 887 AsyncRegistration asyncRegistration, in handleSuccess() 923 AsyncRegistration asyncRegistration, in handleFailure()
|
D | FetcherUtil.java | 364 static String getSourceRegistrantToLog(AsyncRegistration asyncRegistration) { in getSourceRegistrantToLog() 375 AsyncRegistration asyncRegistration, in emitHeaderMetrics() 447 private static int getRegistrationType(AsyncRegistration asyncRegistration) { in getRegistrationType() 457 private static int getSourceType(AsyncRegistration asyncRegistration) { in getSourceType() 467 private static int getSurfaceType(AsyncRegistration asyncRegistration) { in getSurfaceType()
|
D | AsyncTriggerFetcher.java | 117 AsyncRegistration asyncRegistration, in parseTrigger() 461 AsyncRegistration asyncRegistration, in fetchTrigger() 567 private Optional<String> getEnrollmentId(AsyncRegistration asyncRegistration) { in getEnrollmentId()
|
D | AsyncSourceFetcher.java | 113 AsyncRegistration asyncRegistration, in parseCommonSourceParams() 762 AsyncRegistration asyncRegistration, in parseSource() 891 AsyncRegistration asyncRegistration, in fetchSource()
|
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/ondevicepersonalization/ |
D | IOdpDelegationWrapper.java | 28 AsyncRegistration asyncRegistration, in registerOdpTrigger()
|
D | NoOdpDelegationWrapper.java | 45 AsyncRegistration asyncRegistration, in registerOdpTrigger()
|
D | OdpDelegationWrapperImpl.java | 88 AsyncRegistration asyncRegistration, in registerOdpTrigger()
|
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/data/measurement/migration/ |
D | MeasurementDbMigratorV24Test.java | 93 ContentValues asyncRegistration = in createFakeDataV23() local
|
D | MeasurementDbMigratorV13Test.java | 110 ContentValues asyncRegistration = in createFakeDataV12() local
|
D | MeasurementDbMigratorV31Test.java | 89 ContentValues asyncRegistration = in createFakeDataV30() local
|
D | ContentValueFixtures.java | 386 ContentValues asyncRegistration = new ContentValues(); in generateAsyncRegistrationContentValuesV1() local 435 ContentValues asyncRegistration = generateAsyncRegistrationContentValuesV2(); in generateAsyncRegistrationContentValuesV3() local 493 ContentValues asyncRegistration = generateAsyncRegistrationContentValuesV10(); in generateAsyncRegistrationContentValuesV11() local 507 ContentValues asyncRegistration = generateAsyncRegistrationContentValuesV12(); in generateAsyncRegistrationContentValuesV13() local 555 ContentValues asyncRegistration = generateAsyncRegistrationContentValuesV23(); in generateAsyncRegistrationContentValuesV24() local
|
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/ |
D | E2EInteropMockTest.java | 259 AsyncRegistration asyncRegistration = in insertSourceOrAssertUnparsable() local 305 AsyncRegistration asyncRegistration = in insertTriggerOrAssertUnparsable() local
|
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/data/measurement/ |
D | DbState.java | 170 AsyncRegistration asyncRegistration = getAsyncRegistrationFrom(aJSON); in DbState() local
|
D | AbstractDbIntegrationTest.java | 626 private static void insertToDb(AsyncRegistration asyncRegistration, SQLiteDatabase db) in insertToDb()
|
D | MeasurementDaoTest.java | 5427 AsyncRegistration asyncRegistration = in testDeleteExpiredRecordsForAsyncRegistrations() local 6682 AsyncRegistration asyncRegistration = in testInsertAsyncRegistration() local 6727 AsyncRegistration asyncRegistration = AsyncRegistrationFixture.getValidAsyncRegistration(); in testFetchNextQueuedAsyncRegistration_validRetryLimit() local 6798 AsyncRegistration asyncRegistration = AsyncRegistrationFixture.getValidAsyncRegistration(); in testDeleteAsyncRegistration() local 6949 AsyncRegistration asyncRegistration = AsyncRegistrationFixture.getValidAsyncRegistration(); in testUpdateAsyncRegistrationRetryCount() local
|
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/measurement/ |
D | IMeasurementDao.java | 539 void insertAsyncRegistration(@NonNull AsyncRegistration asyncRegistration) in insertAsyncRegistration() 581 void updateRetryCount(@NonNull AsyncRegistration asyncRegistration) throws DatastoreException; in updateRetryCount()
|