Searched refs:getCachedSamplingIntervalDefault (Results 1 – 5 of 5) sorted by relevance
56 public int getCachedSamplingIntervalDefault() { in getCachedSamplingIntervalDefault() method in FakeAppSearchConfig64 return getCachedSamplingIntervalDefault(); in getCachedSamplingIntervalForBatchCallStats()70 return getCachedSamplingIntervalDefault(); in getCachedSamplingIntervalForPutDocumentStats()76 return getCachedSamplingIntervalDefault(); in getCachedSamplingIntervalForInitializeStats()82 return getCachedSamplingIntervalDefault(); in getCachedSamplingIntervalForSearchStats()88 return getCachedSamplingIntervalDefault(); in getCachedSamplingIntervalForGlobalSearchStats()94 return getCachedSamplingIntervalDefault(); in getCachedSamplingIntervalForOptimizeStats()
262 public int getCachedSamplingIntervalDefault() { in getCachedSamplingIntervalDefault() method in FrameworkAppSearchConfig274 getCachedSamplingIntervalDefault()); in getCachedSamplingIntervalForBatchCallStats()283 getCachedSamplingIntervalDefault()); in getCachedSamplingIntervalForPutDocumentStats()292 getCachedSamplingIntervalDefault()); in getCachedSamplingIntervalForInitializeStats()301 getCachedSamplingIntervalDefault()); in getCachedSamplingIntervalForSearchStats()310 getCachedSamplingIntervalDefault()); in getCachedSamplingIntervalForGlobalSearchStats()319 getCachedSamplingIntervalDefault()); in getCachedSamplingIntervalForOptimizeStats()
87 int getCachedSamplingIntervalDefault(); in getCachedSamplingIntervalDefault() method
44 assertThat(appSearchConfig.getCachedSamplingIntervalDefault()).isEqualTo( in testDefaultValues_allCachedValue()184 assertThat(appSearchConfig.getCachedSamplingIntervalDefault()).isEqualTo( in testCustomizedValue_allSamplingIntervals()276 assertThat(appSearchConfig.getCachedSamplingIntervalDefault()).isEqualTo( in testCustomizedValueOverride_allSamplingIntervals()767 () -> appSearchConfig.getCachedSamplingIntervalDefault()); in testNotUsable_afterClose()
720 return mConfig.getCachedSamplingIntervalDefault(); in getSamplingIntervalFromConfig()