Searched refs:getCachedSamplingIntervalForBatchCallStats (Results 1 – 4 of 4) sorted by relevance
101 assertThat(appSearchConfig.getCachedSamplingIntervalForBatchCallStats()).isEqualTo( in testDefaultValues_allCachedValue()255 assertThat(appSearchConfig.getCachedSamplingIntervalForBatchCallStats()).isEqualTo( in testCustomizedValue_allSamplingIntervals()348 assertThat(appSearchConfig.getCachedSamplingIntervalForBatchCallStats()).isEqualTo( in testCustomizedValueOverride_allSamplingIntervals()378 assertThat(appSearchConfig.getCachedSamplingIntervalForBatchCallStats()).isEqualTo( in testFallbackToDefaultSamplingValue_useHardCodedDefault()402 assertThat(appSearchConfig.getCachedSamplingIntervalForBatchCallStats()).isEqualTo( in testFallbackDefaultSamplingValue_useConfiguredDefault()437 assertThat(appSearchConfig.getCachedSamplingIntervalForBatchCallStats()).isEqualTo( in testFallbackDefaultSamplingValue_defaultValueChanged()465 assertThat(appSearchConfig.getCachedSamplingIntervalForBatchCallStats()).isEqualTo( in testShouldNotFallBack_ifValueConfigured()905 () -> appSearchConfig.getCachedSamplingIntervalForBatchCallStats()); in testNotUsable_afterClose()
105 int getCachedSamplingIntervalForBatchCallStats(); in getCachedSamplingIntervalForBatchCallStats() method
297 public int getCachedSamplingIntervalForBatchCallStats() { in getCachedSamplingIntervalForBatchCallStats() method in FrameworkServiceAppSearchConfig
803 return mConfig.getCachedSamplingIntervalForBatchCallStats(); in getSamplingIntervalFromConfig()