Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/power/
DPowerNotificationWarnings.java117 private static final String ACTION_SHOW_BATTERY_SAVER_SETTINGS = "PNW.batterySaverSettings"; field in PowerNotificationWarnings
321 nb.setContentIntent(pendingBroadcast(ACTION_SHOW_BATTERY_SAVER_SETTINGS)); in showWarningNotification()
822 filter.addAction(ACTION_SHOW_BATTERY_SAVER_SETTINGS); in init()
842 if (action.equals(ACTION_SHOW_BATTERY_SAVER_SETTINGS)) { in onReceive()