Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/power/
DPowerNotificationWarnings.java111 private static final String ACTION_DISMISS_AUTO_SAVER_SUGGESTION = field in PowerNotificationWarnings
313 nb.setDeleteIntent(pendingBroadcast(ACTION_DISMISS_AUTO_SAVER_SUGGESTION)); in showAutoSaverSuggestionNotification()
703 filter.addAction(ACTION_DISMISS_AUTO_SAVER_SUGGESTION); in init()
735 } else if (ACTION_DISMISS_AUTO_SAVER_SUGGESTION.equals(action)) { in onReceive()