Searched refs:BATTERY_SAVER_USAGE_ALLOWLIST (Results 1 – 1 of 1) sorted by relevance
100 private static final Set<Integer> BATTERY_SAVER_USAGE_ALLOWLIST = new HashSet<>( field in VibrationSettings392 if (mBatterySaverMode && !BATTERY_SAVER_USAGE_ALLOWLIST.contains(usage)) { in shouldIgnoreVibration()