Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/registration/
DAsyncSourceFetcherTest.java9721 when(mFlags.getMeasurementMaxAttributionScopeLength()).thenReturn(10); in fetchSource_attributionScopeEnabled_parsesAttributionScopeFields()
9796 when(mFlags.getMeasurementMaxAttributionScopeLength()).thenReturn(10); in fetchSource_missingAttributionScopeLimitAndScopesSet_fails()
9831 when(mFlags.getMeasurementMaxAttributionScopeLength()).thenReturn(10); in fetchSource_attributionScopeNotAString_fails()
9867 when(mFlags.getMeasurementMaxAttributionScopeLength()).thenReturn(10); in fetchSource_attributionScopeEmpty_pass()
9904 when(mFlags.getMeasurementMaxAttributionScopeLength()).thenReturn(10); in fetchSource_missingAttributionScopeLimitAndMaxEventStatesSet_fails()
9939 when(mFlags.getMeasurementMaxAttributionScopeLength()).thenReturn(10); in fetchSource_attributionScopeTooLong_fails()
9976 when(mFlags.getMeasurementMaxAttributionScopeLength()).thenReturn(10); in fetchSource_emptyAttributionScopesAndLimitSet_success()
10011 when(mFlags.getMeasurementMaxAttributionScopeLength()).thenReturn(10); in fetchSource_maxEventStatesNegative_fails()
10048 when(mFlags.getMeasurementMaxAttributionScopeLength()).thenReturn(10); in fetchSource_maxEventStatesTooHigh_fails()
10086 when(mFlags.getMeasurementMaxAttributionScopeLength()).thenReturn(10); in fetchSource_maxEventStatesNotAnInteger_fails()
[all …]
DAsyncTriggerFetcherTest.java275 when(mFlags.getMeasurementMaxAttributionScopeLength()).thenReturn(10); in setup()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/registration/
DAsyncTriggerFetcher.java345 mFlags.getMeasurementMaxAttributionScopeLength()); in parseTrigger()
DAsyncSourceFetcher.java506 mFlags.getMeasurementMaxAttributionScopeLength()); in populateAttributionScopeFields()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/
DFlags.java4557 default int getMeasurementMaxAttributionScopeLength() { in getMeasurementMaxAttributionScopeLength() method
DPhFlags.java3242 public int getMeasurementMaxAttributionScopeLength() { in getMeasurementMaxAttributionScopeLength() method in PhFlags
5364 + getMeasurementMaxAttributionScopeLength()); in dump()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/
DPhFlagsTest.java4951 Flags::getMeasurementMaxAttributionScopeLength); in testGetMeasurementMaxAttributionScopeLength()