Home
last modified time | relevance | path

Searched refs:getMeasurementAggregationCoordinatorPath (Results 1 – 6 of 6) sorted by relevance

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/
DAdServicesConfig.java44 public static String getMeasurementAggregationCoordinatorPath() { in getMeasurementAggregationCoordinatorPath() method in AdServicesConfig
45 return FlagsFactory.getFlags().getMeasurementAggregationCoordinatorPath(); in getMeasurementAggregationCoordinatorPath()
DFlags.java393 default String getMeasurementAggregationCoordinatorPath() { in getMeasurementAggregationCoordinatorPath() method
DPhFlags.java635 public String getMeasurementAggregationCoordinatorPath() { in getMeasurementAggregationCoordinatorPath() method in PhFlags
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/aggregation/
DAggregateEncryptionKeyManager.java51 mAggregationCoordinatorPath = AdServicesConfig.getMeasurementAggregationCoordinatorPath(); in AggregateEncryptionKeyManager()
/packages/modules/AdServices/adservices/tests/test-util/java/com/android/adservices/flags/
DRawFlags.java263 public final String getMeasurementAggregationCoordinatorPath() { in getMeasurementAggregationCoordinatorPath() method in RawFlags
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/
DPhFlagsTest.java1798 Flags::getMeasurementAggregationCoordinatorPath); in testGetMeasurementAggregationCoordinatorPath()