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/measurement/src/com/android/adservices/service/measurement/registration/
DAsyncSourceFetcherTest.java10792 when(mMockFlags.getMeasurementMaxAttributionScopeLength()).thenReturn(10); in fetchSource_attributionScopeEnabled_parsesAttributionScopeFields()
10871 when(mMockFlags.getMeasurementMaxAttributionScopeLength()).thenReturn(10); in fetchSource_missingAttributionScopeLimitAndScopesSet_fails()
10908 when(mMockFlags.getMeasurementMaxAttributionScopeLength()).thenReturn(10); in fetchSource_attributionScopeNotAString_fails()
10946 when(mMockFlags.getMeasurementMaxAttributionScopeLength()).thenReturn(10); in fetchSource_attributionScopeEmpty_pass()
10985 when(mMockFlags.getMeasurementMaxAttributionScopeLength()).thenReturn(10); in fetchSource_missingAttributionScopeLimitAndMaxEventStatesSet_fails()
11022 when(mMockFlags.getMeasurementMaxAttributionScopeLength()).thenReturn(10); in fetchSource_attributionScopeTooLong_fails()
11061 when(mMockFlags.getMeasurementMaxAttributionScopeLength()).thenReturn(10); in fetchSource_emptyAttributionScopesAndLimitSet_fails()
11327 when(mMockFlags.getMeasurementMaxAttributionScopeLength()).thenReturn(10); in fetchSource_maxEventStatesNegative_fails()
11366 when(mMockFlags.getMeasurementMaxAttributionScopeLength()).thenReturn(10); in fetchSource_maxEventStatesTooHigh_fails()
11406 when(mMockFlags.getMeasurementMaxAttributionScopeLength()).thenReturn(10); in fetchSource_maxEventStatesNotAnInteger_fails()
[all …]
DAsyncTriggerFetcherTest.java296 when(mMockFlags.getMeasurementMaxAttributionScopeLength()).thenReturn(10); in setup()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/registration/
DAsyncSourceFetcher.java764 mFlags.getMeasurementMaxAttributionScopeLength()); in populateAttributionScopeFields()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/
DFlags.java4859 default int getMeasurementMaxAttributionScopeLength() { in getMeasurementMaxAttributionScopeLength() method
DPhFlags.java3703 public int getMeasurementMaxAttributionScopeLength() { in getMeasurementMaxAttributionScopeLength() method in PhFlags
/packages/modules/AdServices/adservices/tests/test-util/java/com/android/adservices/flags/
DRawFlags.java2333 public final int getMeasurementMaxAttributionScopeLength() { in getMeasurementMaxAttributionScopeLength() method in RawFlags
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/
DPhFlagsTest.java5549 Flags::getMeasurementMaxAttributionScopeLength); in testGetMeasurementMaxAttributionScopeLength()