Searched refs:UNIMPORTANT_BATTERY_TIPS (Results 1 – 1 of 1) sorted by relevance
70 private static final Map<Integer, List<Integer>> UNIMPORTANT_BATTERY_TIPS; field in BatteryFixSlice73 UNIMPORTANT_BATTERY_TIPS = new ArrayMap<>();74 UNIMPORTANT_BATTERY_TIPS.put(BatteryTip.TipType.SUMMARY, in UNIMPORTANT_BATTERY_TIPS.put()76 UNIMPORTANT_BATTERY_TIPS.put(BatteryTip.TipType.HIGH_DEVICE_USAGE, in UNIMPORTANT_BATTERY_TIPS.put()78 UNIMPORTANT_BATTERY_TIPS.put(BatteryTip.TipType.BATTERY_SAVER, in UNIMPORTANT_BATTERY_TIPS.put()201 final boolean unimportant = UNIMPORTANT_BATTERY_TIPS.containsKey(type) in isBatteryTipAvailableFromCache()202 && UNIMPORTANT_BATTERY_TIPS.get(type).contains(state); in isBatteryTipAvailableFromCache()