Home
last modified time | relevance | path

Searched refs:getRegistrant (Results 1 – 25 of 30) sorted by relevance

12

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/measurement/deletion/
DMeasurementDataDeleter.java90 wipeoutStatus, getRegistrant(deletionParam.getAppPackageName()).toString()); in delete()
129 getRegistrant(deletionParam.getAppPackageName()), in delete()
137 getRegistrant(deletionParam.getAppPackageName()), in delete()
145 getRegistrant(deletionParam.getAppPackageName()), in delete()
154 getRegistrant(deletionParam.getAppPackageName()), in delete()
321 private Uri getRegistrant(String packageName) { in getRegistrant() method in MeasurementDataDeleter
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/reporting/
DDebugKeyAccessor.java120 if (trigger.getRegistrant().equals(source.getRegistrant())) { in getDebugKeys()
202 source.getRegistrant().toString()); in getDebugKeys()
258 if (trigger.getRegistrant().equals(source.getRegistrant())) { in getDebugKeysForVerboseTriggerDebugReport()
353 source.getRegistrant().toString()); in getDebugKeysForVerboseTriggerDebugReport()
405 .setSourceRegistrant(source.getRegistrant().toString()) in logDebugKeysMatch()
DDebugReportApi.java181 source.getRegistrant(), in scheduleSourceSuccessDebugReport()
219 source.getRegistrant(), in scheduleSourceNoisedDebugReport()
242 source.getRegistrant(), in scheduleSourceStorageLimitDebugReport()
266 source.getRegistrant(), in scheduleSourceFlexibleEventReportApiDebugReport()
288 source.getRegistrant(), in scheduleSourceUnknownErrorDebugReport()
315 trigger.getRegistrant(), in scheduleTriggerNoMatchingSourceDebugReport()
344 source.getRegistrant(), in scheduleTriggerDebugReport()
377 source.getRegistrant(), in scheduleTriggerDebugReportWithAllFields()
405 source.getRegistrant(), in scheduleSourceDestinationLimitDebugReport()
DDebugReport.java117 public Uri getRegistrant() { in getRegistrant() method in DebugReport
DDebugReportingJobHandler.java247 Uri sourceRegistrant = debugReport.getRegistrant(); in getAppPackageName()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/registration/
DEnqueueAsyncRegistrationTest.java239 Assert.assertNotNull(asyncRegistration.getRegistrant()); in testAppSourceRegistrationRequest_event_isValid()
241 Uri.parse("android-app://test.destination"), asyncRegistration.getRegistrant()); in testAppSourceRegistrationRequest_event_isValid()
298 Assert.assertNotNull(asyncRegistration.getRegistrant()); in testAppSourceRegistrationRequest_navigation_isValid()
300 Uri.parse("android-app://test.destination"), asyncRegistration.getRegistrant()); in testAppSourceRegistrationRequest_navigation_isValid()
394 Assert.assertNotNull(asyncRegistration.getRegistrant()); in testAppTriggerRegistrationRequest_isValid()
396 Uri.parse("android-app://test.destination"), asyncRegistration.getRegistrant()); in testAppTriggerRegistrationRequest_isValid()
736 Assert.assertNotNull(asyncRegistration.getRegistrant()); in testVerifyAsyncRegistrationStoredCorrectly()
738 Uri.parse("android-app://test.destination"), asyncRegistration.getRegistrant()); in testVerifyAsyncRegistrationStoredCorrectly()
952 asyncRegistration.getRegistrant()); in assertEqualsWebSourceRegistrationCommon()
970 sDefaultContext.getPackageName(), asyncRegistration.getRegistrant().toString()); in assertEqualsAppSourcesRegistrationCommon()
[all …]
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/
DMeasurementImpl.java170 getRegistrant(request.getAppPackageName()), in register()
204 getRegistrant(request.getAppPackageName()), in registerSources()
240 getRegistrant(request.getAppPackageName()), in registerWebSource()
280 getRegistrant(request.getAppPackageName()), in registerWebTrigger()
441 private Uri getRegistrant(String packageName) { in getRegistrant() method in MeasurementImpl
DAttribution.java152 public String getRegistrant() { in getRegistrant() method in Attribution
DTrigger.java226 public Uri getRegistrant() { in getRegistrant() method in Trigger
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/
DE2EInteropMockTest.java265 .setRegistrant(getRegistrant(request.getAppPackageName())) in insertSourceOrAssertUnparsable()
309 .setRegistrant(getRegistrant(request.getAppPackageName())) in insertTriggerOrAssertUnparsable()
339 private static Uri getRegistrant(String packageName) { in getRegistrant() method in E2EInteropMockTest
DAttributionTest.java193 REGISTRANT, createExampleAttributionBuilder().build().getRegistrant()); in getters()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/stats/
DMeasurementDelayedSourceRegistrationStats.java65 public String getRegistrant() { in getRegistrant() method in MeasurementDelayedSourceRegistrationStats
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/data/measurement/
DAbstractDbIntegrationTest.java392 values.put(MeasurementTables.SourceContract.REGISTRANT, source.getRegistrant().toString()); in insertToDb()
470 trigger.getRegistrant().toString()); in insertToDb()
546 attribution.getRegistrant()); in insertToDb()
644 getNullableUriString(asyncRegistration.getRegistrant())); in insertToDb()
713 getNullableUriString(debugReport.getRegistrant())); in insertToDb()
DMeasurementDaoTest.java240 assertEquals(validSource.getRegistrant(), source.getRegistrant()); in testInsertSource()
308 assertEquals(validSource.getRegistrant(), source.getRegistrant()); in testInsertSource_flexibleEventReport_equal()
474 assertEquals(validTrigger.getRegistrant(), trigger.getRegistrant()); in testInsertTrigger()
810 assertEquals(debugReport.getRegistrant(), report.getRegistrant()); in testInsertDebugReport()
4871 .setRegistrant(source.getRegistrant().toString()) in insertAttributionRateLimit()
4915 attribution.getRegistrant(), in insertAttributionRateLimit()
5372 asyncRegistration.getRegistrant().toString()); in testDeleteExpiredRecordsForAsyncRegistrations()
6636 values.put(SourceContract.REGISTRANT, source.getRegistrant().toString()); in insertSource()
6690 assertNotNull(asyncRegistration.getRegistrant()); in testInsertAsyncRegistration()
6691 assertEquals(asyncRegistration.getRegistrant(), validAsyncRegistration.getRegistrant()); in testInsertAsyncRegistration()
[all …]
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/registration/
DAsyncTriggerFetcher.java129 builder.setRegistrant(asyncRegistration.getRegistrant()); in parseTrigger()
266 asyncRegistration.getRegistrant(), asyncRegistration.getType()) in parseTrigger()
368 asyncRegistration.getRegistrant(), in parseTrigger()
573 asyncRegistration.getRegistrant().getAuthority(), in getEnrollmentId()
DAsyncRegistrationQueueRunner.java784 .setRegistrant(asyncRegistration.getRegistrant()) in createAsyncRegistrationFromRedirect()
980 .setRegistrant(source.getRegistrant().toString()) in createFakeAttributionRateLimit()
998 return request.getRegistrant(); in getPublisher()
DAsyncSourceFetcher.java773 builder.setRegistrant(asyncRegistration.getRegistrant()); in parseSource()
858 asyncRegistration.getRegistrant(), in parseSource()
962 asyncRegistration.getRegistrant().getAuthority(), in fetchSource()
DAsyncRegistration.java166 public Uri getRegistrant() { in getRegistrant() method in AsyncRegistration
DFetcherUtil.java366 return asyncRegistration.getRegistrant().toString(); in getSourceRegistrantToLog()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/ondevicepersonalization/
DOdpDelegationWrapperImpl.java157 asyncRegistration.getRegistrant().toString(), in registerOdpTrigger()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/attribution/
DAttributionJobHandler.java274 attributionStatus.setSourceRegistrant(source.getRegistrant().toString()); in performAttribution()
531 .setPublisher(source.getRegistrant()) in maybeGenerateAggregateReport()
1754 .setRegistrant(trigger.getRegistrant().toString()) in createAttributionBuilder()
1841 .setRegistrant(source.getRegistrant().toString()) in logDelayedSourceRegistrationStats()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/reporting/
DDebugKeyAccessorTest.java351 .setSourceRegistrant(source.getRegistrant().toString()) in getDebugKeys_webToWebSameJoinKeysAndDifferentRegistrants_debugKeysPresent()
417 .setSourceRegistrant(source.getRegistrant().toString()) in getDebugKeys_webToWebDiffJoinKeysAndDifferentRegistrants_debugKeysAbsent()
1103 .setSourceRegistrant(source.getRegistrant().toString()) in getDebugKeysForVerbose_webToWebSameJoinKeysAndDifferentRegistrants_debugKeysPresent()
1170 .setSourceRegistrant(source.getRegistrant().toString()) in getDebugKeysForVerbose_webToWebDiffJoinKeysDifferentRegistrants_sourceDebugKeyAbsent()
DDebugReportingJobHandlerTest.java285 debugReport1.getRegistrant().toString()); in testPerformScheduledReports_LogZeroRetryCount()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/ondevicepersonalization/
DOdpDelegationWrapperImplTest.java145 assertEquals(asyncRegistration.getRegistrant().toString(), params.getAppPackageName()); in registerOdpTrigger_validParameters_success()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/measurement/
DMeasurementDao.java122 MeasurementTables.TriggerContract.REGISTRANT, trigger.getRegistrant().toString()); in insertTrigger()
689 values.put(SourceContract.REGISTRANT, source.getRegistrant().toString()); in insertSource()
1433 values.put(MeasurementTables.AttributionContract.REGISTRANT, attribution.getRegistrant()); in insertAttribution()
2702 getNullableUriString(debugReport.getRegistrant()));
3090 getNullableUriString(asyncRegistration.getRegistrant()));

12