Searched refs:getMeasurementMaxAttributionScopeLength (Results 1 – 7 of 7) sorted by relevance
10792 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 …]
296 when(mMockFlags.getMeasurementMaxAttributionScopeLength()).thenReturn(10); in setup()
764 mFlags.getMeasurementMaxAttributionScopeLength()); in populateAttributionScopeFields()
4859 default int getMeasurementMaxAttributionScopeLength() { in getMeasurementMaxAttributionScopeLength() method
3703 public int getMeasurementMaxAttributionScopeLength() { in getMeasurementMaxAttributionScopeLength() method in PhFlags
2333 public final int getMeasurementMaxAttributionScopeLength() { in getMeasurementMaxAttributionScopeLength() method in RawFlags
5549 Flags::getMeasurementMaxAttributionScopeLength); in testGetMeasurementMaxAttributionScopeLength()