Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/power/
DPowerNotificationWarnings.java98 private static final String ACTION_SHOW_BATTERY_SETTINGS = "PNW.batterySettings"; field in PowerNotificationWarnings
281 nb.setContentIntent(pendingBroadcast(ACTION_SHOW_BATTERY_SETTINGS)); in showWarningNotification()
692 filter.addAction(ACTION_SHOW_BATTERY_SETTINGS); in init()
712 if (action.equals(ACTION_SHOW_BATTERY_SETTINGS)) { in onReceive()