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.java124 @VisibleForTesting static final long DEFAULT_FREEZER_DEBOUNCE_TIMEOUT = 600_000L; field in CachedAppOptimizer
302 @VisibleForTesting volatile long mFreezerDebounceTimeout = DEFAULT_FREEZER_DEBOUNCE_TIMEOUT;
863 KEY_FREEZER_DEBOUNCE_TIMEOUT, DEFAULT_FREEZER_DEBOUNCE_TIMEOUT); in updateFreezerDebounceTimeout()
866 mFreezerDebounceTimeout = DEFAULT_FREEZER_DEBOUNCE_TIMEOUT; in updateFreezerDebounceTimeout()
/frameworks/base/services/tests/servicestests/src/com/android/server/am/
DActivityManagerTest.java377 DeviceConfig::getLong, CachedAppOptimizer.DEFAULT_FREEZER_DEBOUNCE_TIMEOUT); in testAppFreezerWithAllowOomAdj()