Home
last modified time | relevance | path

Searched refs:publisherType (Results 1 – 7 of 7) sorted by relevance

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/registration/
DAsyncRegistrationQueueRunner.java296 int publisherType = in storeSource() local
302 isSourceAllowedToInsert(source, topOrigin, publisherType, dao, mDebugReportApi); in storeSource()
388 @EventSurfaceType int publisherType, in isSourceAllowedToInsert() argument
400 Optional<Uri> publisher = getTopLevelPublisher(topOrigin, publisherType); in isSourceAllowedToInsert()
412 publisherType, in isSourceAllowedToInsert()
426 publisherType, in isSourceAllowedToInsert()
437 BaseUriExtractor.getBaseUri(topOrigin), publisherType); in isSourceAllowedToInsert()
451 publisherType, in isSourceAllowedToInsert()
466 publisherType, in isSourceAllowedToInsert()
479 publisherType, in isSourceAllowedToInsert()
[all …]
/packages/services/Car/service/src/com/android/car/telemetry/databroker/
DScriptExecutionTask.java47 int publisherType) { in ScriptExecutionTask() argument
52 mPublisherType = publisherType; in ScriptExecutionTask()
59 int publisherType) { in ScriptExecutionTask() argument
63 mPublisherType = publisherType; in ScriptExecutionTask()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/measurement/
DIMeasurementDao.java151 long getNumSourcesPerPublisher(Uri publisherUri, @EventSurfaceType int publisherType) in getNumSourcesPerPublisher() argument
187 @EventSurfaceType int publisherType, in countDistinctDestPerPubXEnrollmentInUnexpiredSourceInWindow() argument
201 @EventSurfaceType int publisherType, in countDistinctDestinationsPerPubXEnrollmentInUnexpiredSource() argument
214 @EventSurfaceType int publisherType, in countDistinctDestinationsPerPublisherPerRateLimitWindow() argument
228 @EventSurfaceType int publisherType, in countSourcesPerPublisherXEnrollmentExcludingRegOrigin() argument
240 @EventSurfaceType int publisherType, in countDistinctReportingOriginsPerPublisherXDestinationInSource() argument
796 int publisherType, in fetchSourceIdsForLruDestinationXEnrollmentXPublisher() argument
DMeasurementDao.java1503 public long getNumSourcesPerPublisher(Uri publisherUri, @EventSurfaceType int publisherType) in getNumSourcesPerPublisher() argument
1632 @EventSurfaceType int publisherType, in countDistinctDestPerPubXEnrollmentInUnexpiredSourceInWindow() argument
1653 getPublisherWhereStatement(publisher, publisherType), in countDistinctDestPerPubXEnrollmentInUnexpiredSourceInWindow()
1677 @EventSurfaceType int publisherType, in countDistinctDestinationsPerPubXEnrollmentInUnexpiredSource() argument
1698 getPublisherWhereStatement(publisher, publisherType), // 3 in countDistinctDestinationsPerPubXEnrollmentInUnexpiredSource()
1721 @EventSurfaceType int publisherType, in countDistinctDestinationsPerPublisherPerRateLimitWindow() argument
1744 getPublisherWhereStatement(publisher, publisherType), in countDistinctDestinationsPerPublisherPerRateLimitWindow()
1769 @EventSurfaceType int publisherType, in countSourcesPerPublisherXEnrollmentExcludingRegOrigin() argument
1784 getPublisherWhereStatement(publisher, publisherType), in countSourcesPerPublisherXEnrollmentExcludingRegOrigin()
1803 @EventSurfaceType int publisherType, in countDistinctReportingOriginsPerPublisherXDestinationInSource() argument
[all …]
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/
DEventReportTest.java976 int publisherType, in createSourceForDebugJoinKeyTests() argument
986 .setPublisherType(publisherType) in createSourceForDebugJoinKeyTests()
993 int publisherType, in createSourceForAdIdDebugKeyTests() argument
1004 .setPublisherType(publisherType) in createSourceForAdIdDebugKeyTests()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/
DSource.java1432 public Builder setPublisherType(@EventSurfaceType int publisherType) { in setPublisherType() argument
1433 mBuilding.mPublisherType = publisherType; in setPublisherType()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/reporting/
DDebugKeyAccessorTest.java3464 int publisherType, in createSource() argument
3475 .setPublisherType(publisherType) in createSource()