/aosp_15_r20/packages/modules/AdServices/adservices/tests/unittest/service-core/measurement/src/com/android/adservices/service/measurement/registration/ |
D | AsyncTriggerFetcherTest.java | 346 AsyncRegistration asyncRegistration = appTriggerRegistrationRequest(request); in testBasicTriggerRequest() local 434 AsyncRegistration asyncRegistration = appTriggerRegistrationRequest(request); in testBasicTriggerRequest_withAggregateDeduplicationKey() local 499 AsyncRegistration asyncRegistration = appTriggerRegistrationRequest(request); in triggerRequest_aggregateDeduplicationKey_dedupKeyNotAString_fails() local 548 AsyncRegistration asyncRegistration = appTriggerRegistrationRequest(request); in triggerRequest_aggregateDeduplicationKey_dedupKeyNegative_fails() local 597 AsyncRegistration asyncRegistration = appTriggerRegistrationRequest(request); in triggerRequest_aggregateDeduplicationKey_dedupKeyTooLarge_fails() local 646 AsyncRegistration asyncRegistration = appTriggerRegistrationRequest(request); in triggerRequest_aggregateDeduplicationKey_dedupKeyNotAnInt_fails() local 694 AsyncRegistration asyncRegistration = appTriggerRegistrationRequest(request); in triggerRequest_aggregateDeduplicationKey_dedupKeyMissing_succeeds() local 747 AsyncRegistration asyncRegistration = appTriggerRegistrationRequest(request); in testBasicTriggerRequest_withNamedBudget_success() local 788 AsyncRegistration asyncRegistration = appTriggerRegistrationRequest(request); in testBasicTriggerRequest_namedBudgetWithEnableFlagOff_success() local 829 AsyncRegistration asyncRegistration = appTriggerRegistrationRequest(request); in triggerRequest_namedBudgetNotJsonObj_fails() 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 | AsyncSourceFetcherTest.java | 300 AsyncRegistration asyncRegistration = appSourceRegistrationRequest(request); in testBasicSourceRequest() local 732 AsyncRegistration asyncRegistration = appSourceRegistrationRequest(request); in testFetchSource_validNamedBudget_success() local 796 AsyncRegistration asyncRegistration = appSourceRegistrationRequest(request); in testFetchSource_validNamedBudgetWithEnableFlagOff_success() local 848 AsyncRegistration asyncRegistration = appSourceRegistrationRequest(request); in testFetchSource_moreNamedBudgetsThanAllowed_fails() local 905 AsyncRegistration asyncRegistration = appSourceRegistrationRequest(request); in testFetchSource_invalidBudgetName_fails() local 962 AsyncRegistration asyncRegistration = appSourceRegistrationRequest(request); in testFetchSource_namedBudgetIsNegative_fails() local 1018 AsyncRegistration asyncRegistration = appSourceRegistrationRequest(request); in testFetchSource_namedBudgetAboveCap_fails() local 4420 AsyncRegistration asyncRegistration = webSourceRegistrationRequest(request, true); in fetchWebSources_basic_success() local 5923 AsyncRegistration asyncRegistration = appSourceRegistrationRequest(request); in basicSourceRequest_headersMoreThanMaxResponseSize_emitsMetricsWithAdTechDomain() local 6091 AsyncRegistration asyncRegistration = appSourceRegistrationRequest(request); in fetchSource_setsRegistrationOriginWithoutPath_forRegistrationURIWithPath() local [all …]
|
D | FetcherUtilTest.java | 1491 AsyncRegistration asyncRegistration = in emitHeaderMetrics_headersSizeLessThanMaxAllowed_doesNotLogAdTechDomain() local 1541 AsyncRegistration asyncRegistration = in emitHeaderMetrics_headersSizeExceedsMaxAllowed_logsAdTechDomain() local 1594 AsyncRegistration asyncRegistration = in emitHeaderMetrics_headersWithNullValues_success() local
|
D | AsyncRegistrationQueueRunnerTest.java | 5990 String redirectUri, AsyncRegistration asyncRegistration) { in getAsyncSourceAnswerForLocationTypeRedirectToWellKnown()
|
/aosp_15_r20/packages/modules/AdServices/adservices/tests/unittest/service-core/measurement/src/com/android/adservices/service/measurement/ondevicepersonalization/ |
D | OdpDelegationWrapperImplTest.java | 109 AsyncRegistration asyncRegistration = in registerOdpTrigger_validParameters_success() local 165 AsyncRegistration asyncRegistration = in registerOdpTrigger_invalidEnrollment_fail() local 209 AsyncRegistration asyncRegistration = in registerOdpTrigger_headerSizeLimitExceeded_fail() local 255 AsyncRegistration asyncRegistration = in registerOdpTrigger_invalidHeaderFormat_fail() local 303 AsyncRegistration asyncRegistration = in registerOdpTrigger_missingRequiredField_fail() local 343 AsyncRegistration asyncRegistration = in registerOdpTrigger_invalidServiceName_NoForwardSlash_fail() local 386 AsyncRegistration asyncRegistration = in registerOdpTrigger_invalidServiceName_forwardSlashEndingCharacter_fail() local 429 AsyncRegistration asyncRegistration = in registerOdpTrigger_headerNotJson_fail() local 478 AsyncRegistration asyncRegistration = in registerOdpTrigger_throwIllegalArgumentException_fail() local 529 AsyncRegistration asyncRegistration = in registerOdpTrigger_throwNullPointerException_fail() local
|
D | NoOdpDelegationWrapperTest.java | 57 AsyncRegistration asyncRegistration = in registerOdpTrigger_logMetrics() local
|
/aosp_15_r20/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/registration/ |
D | AsyncRegistrationQueueRunner.java | 207 AsyncRegistration asyncRegistration = fetchNext(retryLimit, failedOrigins); in runAsyncRegistrationQueueWorker() local 227 private void processAsyncRecord(AsyncRegistration asyncRegistration, Set<Uri> failedOrigins) { in processAsyncRecord() 240 AsyncRegistration asyncRegistration = fetchNext(retryLimit, failedOrigins); in hasPendingRecords() local 262 AsyncRegistration asyncRegistration, Set<Uri> failedOrigins) { in processSourceRegistration() 299 asyncRegistration, in processSourceRegistration() local 308 AsyncRegistration asyncRegistration, in storeSource() 433 AsyncRegistration asyncRegistration, Set<Uri> failedOrigins) { in processTriggerRegistration() 983 AsyncRegistration asyncRegistration, AsyncRedirect asyncRedirect) { in createAsyncRegistrationFromRedirect() 1113 AsyncRegistration asyncRegistration, in handleSuccess() 1149 AsyncRegistration asyncRegistration, in handleFailure()
|
D | FetcherUtil.java | 631 static String getSourceRegistrantToLog(AsyncRegistration asyncRegistration) { in getSourceRegistrantToLog() 642 AsyncRegistration asyncRegistration, in emitHeaderMetrics() 720 private static int getRegistrationType(AsyncRegistration asyncRegistration) { in getRegistrationType() 730 private static int getSourceType(AsyncRegistration asyncRegistration) { in getSourceType() 740 private static int getSurfaceType(AsyncRegistration asyncRegistration) { in getSurfaceType()
|
D | AsyncTriggerFetcher.java | 125 AsyncRegistration asyncRegistration, in parseTrigger() 327 AsyncRegistration asyncRegistration, in fetchTrigger() 425 AsyncRegistration asyncRegistration, in parseValidateTrigger() 765 private Optional<String> getEnrollmentId(AsyncRegistration asyncRegistration) { in getEnrollmentId()
|
D | AsyncSourceFetcher.java | 117 AsyncRegistration asyncRegistration, in parseValidateSource() 960 AsyncRegistration asyncRegistration, in parseSource() 1106 AsyncRegistration asyncRegistration, in fetchSource()
|
/aosp_15_r20/packages/modules/AdServices/adservices/tests/unittest/service-core/measurement/src/com/android/adservices/service/measurement/ |
D | E2EInteropMockTest.java | 432 AsyncRegistration asyncRegistration = in insertSourceOrAssertUnparsable() local 482 AsyncRegistration asyncRegistration = in insertTriggerOrAssertUnparsable() local
|
/aosp_15_r20/packages/modules/AdServices/adservices/tests/unittest/service-core/measurement/src/com/android/adservices/data/measurement/migration/ |
D | ContentValueFixtures.java | 425 ContentValues asyncRegistration = new ContentValues(); in generateAsyncRegistrationContentValuesV1() local 474 ContentValues asyncRegistration = generateAsyncRegistrationContentValuesV2(); in generateAsyncRegistrationContentValuesV3() local 532 ContentValues asyncRegistration = generateAsyncRegistrationContentValuesV10(); in generateAsyncRegistrationContentValuesV11() local 546 ContentValues asyncRegistration = generateAsyncRegistrationContentValuesV12(); in generateAsyncRegistrationContentValuesV13() local 594 ContentValues asyncRegistration = generateAsyncRegistrationContentValuesV23(); in generateAsyncRegistrationContentValuesV24() local
|
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
|
/aosp_15_r20/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()
|
/aosp_15_r20/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/measurement/ |
D | IMeasurementDao.java | 594 void insertAsyncRegistration(@NonNull AsyncRegistration asyncRegistration) in insertAsyncRegistration() 636 void updateRetryCount(@NonNull AsyncRegistration asyncRegistration) throws DatastoreException; in updateRetryCount()
|
/aosp_15_r20/packages/modules/AdServices/adservices/tests/unittest/service-core/measurement/src/com/android/adservices/data/measurement/ |
D | DbState.java | 170 AsyncRegistration asyncRegistration = getAsyncRegistrationFrom(aJSON); in DbState() local
|
D | AbstractDbIntegrationTest.java | 651 private static void insertToDb(AsyncRegistration asyncRegistration, SQLiteDatabase db) in insertToDb()
|
D | MeasurementDaoTest.java | 6260 AsyncRegistration asyncRegistration = in testDeleteExpiredRecordsForAsyncRegistrations() local 8575 AsyncRegistration asyncRegistration = in testInsertAsyncRegistration() local 8616 AsyncRegistration asyncRegistration = AsyncRegistrationFixture.getValidAsyncRegistration(); in testFetchNextQueuedAsyncRegistration_validRetryLimit() local 8687 AsyncRegistration asyncRegistration = AsyncRegistrationFixture.getValidAsyncRegistration(); in testDeleteAsyncRegistration() local 8831 AsyncRegistration asyncRegistration = AsyncRegistrationFixture.getValidAsyncRegistration(); in testUpdateAsyncRegistrationRetryCount() local
|
/aosp_15_r20/out/soong/.intermediates/packages/modules/AdServices/adservices/service-core/adservices-service-core/android_common_apex30/javac/ |
D | adservices-service-core.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |
/aosp_15_r20/out/soong/.intermediates/packages/modules/AdServices/adservices/service-core/adservices-service-core/android_common_apex33/javac/ |
D | adservices-service-core.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |