Home
last modified time | relevance | path

Searched refs:DEFAULT_FREEZER_DEBOUNCE_TIMEOUT (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
DCachedAppOptimizer.java279 @VisibleForTesting static final long DEFAULT_FREEZER_DEBOUNCE_TIMEOUT = 10_000L; field in CachedAppOptimizer
520 @VisibleForTesting volatile long mFreezerDebounceTimeout = DEFAULT_FREEZER_DEBOUNCE_TIMEOUT;
1318 KEY_FREEZER_DEBOUNCE_TIMEOUT, DEFAULT_FREEZER_DEBOUNCE_TIMEOUT); in updateFreezerDebounceTimeout()
1321 mFreezerDebounceTimeout = DEFAULT_FREEZER_DEBOUNCE_TIMEOUT; in updateFreezerDebounceTimeout()
/frameworks/base/services/tests/servicestests/src/com/android/server/am/
DActivityManagerTest.java380 DeviceConfig::getLong, CachedAppOptimizer.DEFAULT_FREEZER_DEBOUNCE_TIMEOUT); in testAppFreezerWithAllowOomAdj()