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

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

Completed in 34 milliseconds