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.java81 private static final String ACTION_START_SAVER = "PNW.startSaver"; field in PowerNotificationWarnings
271 pendingBroadcast(ACTION_START_SAVER)); in showWarningNotification()
632 filter.addAction(ACTION_START_SAVER); in init()
654 } else if (action.equals(ACTION_START_SAVER)) { in onReceive()