Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/fuelgauge/
DBatterySaverUtils.java73 public static final String ACTION_SHOW_AUTO_SAVER_SUGGESTION field in BatterySaverUtils
178 context.sendBroadcast(getSystemUiBroadcast(ACTION_SHOW_AUTO_SAVER_SUGGESTION, extras)); in showAutoBatterySaverSuggestion()
/frameworks/base/packages/SystemUI/src/com/android/systemui/power/
DPowerNotificationWarnings.java112 private static final String ACTION_SHOW_AUTO_SAVER_SUGGESTION = field in PowerNotificationWarnings
113 BatterySaverUtils.ACTION_SHOW_AUTO_SAVER_SUGGESTION;
747 filter.addAction(ACTION_SHOW_AUTO_SAVER_SUGGESTION); in init()
780 } else if (ACTION_SHOW_AUTO_SAVER_SUGGESTION.equals(action)) { in onReceive()