Home
last modified time | relevance | path

Searched refs:getCachedSamplingIntervalForPutDocumentStats (Results 1 – 4 of 4) sorted by relevance

/packages/modules/AppSearch/testing/mockingservicestests/src/com/android/server/appsearch/
DServiceAppSearchConfigTest.java103 assertThat(appSearchConfig.getCachedSamplingIntervalForPutDocumentStats()).isEqualTo( in testDefaultValues_allCachedValue()
253 assertThat(appSearchConfig.getCachedSamplingIntervalForPutDocumentStats()).isEqualTo( in testCustomizedValue_allSamplingIntervals()
346 assertThat(appSearchConfig.getCachedSamplingIntervalForPutDocumentStats()).isEqualTo( in testCustomizedValueOverride_allSamplingIntervals()
376 assertThat(appSearchConfig.getCachedSamplingIntervalForPutDocumentStats()).isEqualTo( in testFallbackToDefaultSamplingValue_useHardCodedDefault()
400 assertThat(appSearchConfig.getCachedSamplingIntervalForPutDocumentStats()).isEqualTo( in testFallbackDefaultSamplingValue_useConfiguredDefault()
435 assertThat(appSearchConfig.getCachedSamplingIntervalForPutDocumentStats()).isEqualTo( in testFallbackDefaultSamplingValue_defaultValueChanged()
908 () -> appSearchConfig.getCachedSamplingIntervalForPutDocumentStats()); in testNotUsable_afterClose()
/packages/modules/AppSearch/service/java/com/android/server/appsearch/
DServiceAppSearchConfig.java112 int getCachedSamplingIntervalForPutDocumentStats(); in getCachedSamplingIntervalForPutDocumentStats() method
DFrameworkServiceAppSearchConfig.java306 public int getCachedSamplingIntervalForPutDocumentStats() { in getCachedSamplingIntervalForPutDocumentStats() method in FrameworkServiceAppSearchConfig
/packages/modules/AppSearch/service/java/com/android/server/appsearch/stats/
DPlatformLogger.java805 return mConfig.getCachedSamplingIntervalForPutDocumentStats(); in getSamplingIntervalFromConfig()