Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/watchdog/
DCarWatchdogServiceUnitTest.java968 OveruseConfigurationCache cache = new OveruseConfigurationCache(); in testOveruseConfigurationCacheGetVendorPackagePrefixes()
978 OveruseConfigurationCache cache = new OveruseConfigurationCache(); in testOveruseConfigurationCacheFetchThreshold()
1025 OveruseConfigurationCache cache = new OveruseConfigurationCache(); in testOveruseConfigurationCacheIsSafeToKill()
1055 OveruseConfigurationCache cache = new OveruseConfigurationCache(); in testOverwriteOveruseConfigurationCache()
1067 .isEqualTo(OveruseConfigurationCache.DEFAULT_THRESHOLD); in testOverwriteOveruseConfigurationCache()
1072 .isEqualTo(OveruseConfigurationCache.DEFAULT_THRESHOLD); in testOverwriteOveruseConfigurationCache()
1077 .isEqualTo(OveruseConfigurationCache.DEFAULT_THRESHOLD); in testOverwriteOveruseConfigurationCache()
/packages/services/Car/service/src/com/android/car/watchdog/
DOveruseConfigurationCache.java55 public final class OveruseConfigurationCache { class
56 private static final String TAG = OveruseConfigurationCache.class.getSimpleName();
DWatchdogPerfHandler.java228 private final OveruseConfigurationCache mOveruseConfigurationCache;
327 mOveruseConfigurationCache = new OveruseConfigurationCache(); in WatchdogPerfHandler()