Home
last modified time | relevance | path

Searched refs:KEY_SAMPLING_INTERVAL_FOR_BATCH_CALL_STATS (Results 1 – 3 of 3) sorted by relevance

/packages/modules/AppSearch/service/java/com/android/server/appsearch/
DFrameworkAppSearchConfig.java55 public static final String KEY_SAMPLING_INTERVAL_FOR_BATCH_CALL_STATS = field in FrameworkAppSearchConfig
110 KEY_SAMPLING_INTERVAL_FOR_BATCH_CALL_STATS,
273 return mBundleLocked.getInt(KEY_SAMPLING_INTERVAL_FOR_BATCH_CALL_STATS, in getCachedSamplingIntervalForBatchCallStats()
546 case KEY_SAMPLING_INTERVAL_FOR_BATCH_CALL_STATS: in updateCachedValue()
/packages/modules/AppSearch/testing/mockingservicestests/src/com/android/server/appsearch/
DFrameworkAppSearchConfigTest.java162 FrameworkAppSearchConfig.KEY_SAMPLING_INTERVAL_FOR_BATCH_CALL_STATS, in testCustomizedValue_allSamplingIntervals()
218 FrameworkAppSearchConfig.KEY_SAMPLING_INTERVAL_FOR_BATCH_CALL_STATS, in testCustomizedValueOverride_allSamplingIntervals()
256 FrameworkAppSearchConfig.KEY_SAMPLING_INTERVAL_FOR_BATCH_CALL_STATS, in testCustomizedValueOverride_allSamplingIntervals()
380 FrameworkAppSearchConfig.KEY_SAMPLING_INTERVAL_FOR_BATCH_CALL_STATS, in testShouldNotFallBack_ifValueConfigured()
/packages/modules/AppSearch/testing/mockingservicestests/src/com/android/server/appsearch/stats/
DMockingPlatformLoggerTest.java114 FrameworkAppSearchConfig.KEY_SAMPLING_INTERVAL_FOR_BATCH_CALL_STATS, in testCreateExtraStatsLocked_samplingIntervalSet_returnsConfigured()