Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/
DDeviceIdleController.java870 private static final String KEY_MOTION_INACTIVE_TIMEOUT = "motion_inactive_to"; field in DeviceIdleController.Constants
1197 MOTION_INACTIVE_TIMEOUT = mParser.getDurationMillis(KEY_MOTION_INACTIVE_TIMEOUT, in updateConstants()
1289 pw.print(" "); pw.print(KEY_MOTION_INACTIVE_TIMEOUT); pw.print("="); in dump()