Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/power/
DPowerNotificationWarnings.java96 private static final String ACTION_ENABLE_AUTO_SAVER = field in PowerNotificationWarnings
289 nb.setContentIntent(pendingBroadcast(ACTION_ENABLE_AUTO_SAVER)); in showAutoSaverSuggestionNotification()
640 filter.addAction(ACTION_ENABLE_AUTO_SAVER); in init()
676 } else if (ACTION_ENABLE_AUTO_SAVER.equals(action)) { in onReceive()