Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/
DDeviceIdleController.java832 long inactiveTimeoutDefault = (mHasWatch ? 15 : 30) * 60 * 1000L; in updateConstants() local
834 !COMPRESS_TIME ? inactiveTimeoutDefault : (inactiveTimeoutDefault / 10)); in updateConstants()