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.java130 private static final String ACTION_DISMISS_AUTO_SAVER_SUGGESTION = field in PowerNotificationWarnings
373 nb.setDeleteIntent(pendingBroadcast(ACTION_DISMISS_AUTO_SAVER_SUGGESTION)); in showAutoSaverSuggestionNotification()
833 filter.addAction(ACTION_DISMISS_AUTO_SAVER_SUGGESTION); in init()
872 } else if (ACTION_DISMISS_AUTO_SAVER_SUGGESTION.equals(action)) { in onReceive()