Home
last modified time | relevance | path

Searched refs:groupStatsLoggingSampleInterval (Results 1 – 2 of 2) sorted by relevance

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/download/
DMddFlagsTest.java166 assertThat(mddFlags.groupStatsLoggingSampleInterval()) in testGroupStatsLoggingSampleInterval()
167 .isEqualTo(DEFAULT_MDD_FLAGS.groupStatsLoggingSampleInterval()); in testGroupStatsLoggingSampleInterval()
177 assertThat(mddFlags.groupStatsLoggingSampleInterval()).isEqualTo(phOverridingValue); in testGroupStatsLoggingSampleInterval()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/download/
DMddFlags.java123 public int groupStatsLoggingSampleInterval() { in groupStatsLoggingSampleInterval() method in MddFlags
128 /* defaultValue */ Flags.super.groupStatsLoggingSampleInterval()); in groupStatsLoggingSampleInterval()