Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/power/
DBatterySaverPolicy.java64 private static final String KEY_VIBRATION_DISABLED = "vibration_disabled"; field in BatterySaverPolicy
381 mVibrationDisabledConfig = parser.getBoolean(KEY_VIBRATION_DISABLED, true); in updateConstantsLocked()
550 pw.println(" " + KEY_VIBRATION_DISABLED + ":config=" + mVibrationDisabledConfig); in dump()
551 pw.println(" " + KEY_VIBRATION_DISABLED + ":effective=" + mVibrationDisabledEffective); in dump()