Searched refs:getBackgroundJobSamplingLoggingRate (Results 1 – 13 of 13) sorted by relevance
41 default int getBackgroundJobSamplingLoggingRate() { in getBackgroundJobSamplingLoggingRate() method
42 assertThat(mFlags.getBackgroundJobSamplingLoggingRate()) in testGetBackgroundJobSamplingLoggingRate()
466 when(mMockFlags.getBackgroundJobSamplingLoggingRate()).thenReturn(0); in testShouldLog()469 when(mMockFlags.getBackgroundJobSamplingLoggingRate()).thenReturn(100); in testShouldLog()
247 public int getBackgroundJobSamplingLoggingRate() { in getBackgroundJobSamplingLoggingRate() method in PhFlags
267 public int getBackgroundJobSamplingLoggingRate() { in getBackgroundJobSamplingLoggingRate() method in PhFlags
527 int loggingRatio = mFlags.getBackgroundJobSamplingLoggingRate(); in shouldLog()
755 public final int getBackgroundJobSamplingLoggingRate() { in getBackgroundJobSamplingLoggingRate() method in RawFlagsForTests
1251 public int getBackgroundJobSamplingLoggingRate() { in getBackgroundJobSamplingLoggingRate() method in SmartFlags
651 assertThat(FlagsFactory.getFlags().getBackgroundJobSamplingLoggingRate()) in testGetBackgroundJobSamplingLoggingRate()
559 assertThat(FlagsFactory.getFlags().getBackgroundJobSamplingLoggingRate()) in testGetBackgroundJobSamplingLoggingRate()
5440 default int getBackgroundJobSamplingLoggingRate() { in getBackgroundJobSamplingLoggingRate() method
4747 public int getBackgroundJobSamplingLoggingRate() { in getBackgroundJobSamplingLoggingRate() method in PhFlags
5701 Flags::getBackgroundJobSamplingLoggingRate); in testGetBackgroundJobSamplingLoggingRate()5706 Flags::getBackgroundJobSamplingLoggingRate, in testGetBackgroundJobSamplingLoggingRate()