Searched refs:getMeasurementMaxAttributionScopeLength (Results 1 – 7 of 7) sorted by relevance
9721 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 …]
275 when(mFlags.getMeasurementMaxAttributionScopeLength()).thenReturn(10); in setup()
345 mFlags.getMeasurementMaxAttributionScopeLength()); in parseTrigger()
506 mFlags.getMeasurementMaxAttributionScopeLength()); in populateAttributionScopeFields()
4557 default int getMeasurementMaxAttributionScopeLength() { in getMeasurementMaxAttributionScopeLength() method
3242 public int getMeasurementMaxAttributionScopeLength() { in getMeasurementMaxAttributionScopeLength() method in PhFlags5364 + getMeasurementMaxAttributionScopeLength()); in dump()
4951 Flags::getMeasurementMaxAttributionScopeLength); in testGetMeasurementMaxAttributionScopeLength()