Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/power/
DPowerNotificationWarnings.java99 private static final String ACTION_START_SAVER = "PNW.startSaver"; field in PowerNotificationWarnings
294 pendingBroadcast(ACTION_START_SAVER)); in showWarningNotification()
693 filter.addAction(ACTION_START_SAVER); in init()
715 } else if (action.equals(ACTION_START_SAVER)) { in onReceive()