Searched refs:ACTION_STOP_SAVER (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/power/
H A DPowerNotificationWarnings.java67 private static final String ACTION_STOP_SAVER = "PNW.stopSaver"; field in class:PowerNotificationWarnings
229 pendingBroadcast(ACTION_STOP_SAVER));
372 filter.addAction(ACTION_STOP_SAVER);
386 } else if (action.equals(ACTION_STOP_SAVER)) {

Completed in 6 milliseconds