Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/power/
H A DPowerNotificationWarnings.java134 private static final String ACTION_ENABLE_AUTO_SAVER = field in PowerNotificationWarnings
366 nb.setContentIntent(pendingBroadcast(ACTION_ENABLE_AUTO_SAVER)); in showAutoSaverSuggestionNotification()
827 filter.addAction(ACTION_ENABLE_AUTO_SAVER); in init()
870 } else if (ACTION_ENABLE_AUTO_SAVER.equals(action)) { in onReceive()