Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/power/
DPowerNotificationWarnings.java280 .setDeleteIntent(pendingBroadcast(ACTION_DISMISSED_WARNING)) in showWarningNotification()
284 nb.setContentIntent(pendingBroadcast(ACTION_SHOW_BATTERY_SETTINGS)); in showWarningNotification()
297 pendingBroadcast(ACTION_START_SAVER)); in showWarningNotification()
317 nb.setContentIntent(pendingBroadcast(ACTION_ENABLE_AUTO_SAVER)); in showAutoSaverSuggestionNotification()
318 nb.setDeleteIntent(pendingBroadcast(ACTION_DISMISS_AUTO_SAVER_SUGGESTION)); in showAutoSaverSuggestionNotification()
321 pendingBroadcast(ACTION_AUTO_SAVER_NO_THANKS)); in showAutoSaverSuggestionNotification()
338 private PendingIntent pendingBroadcast(String action) { in pendingBroadcast() method in PowerNotificationWarnings
396 .setContentIntent(pendingBroadcast(ACTION_CLICKED_TEMP_WARNING)) in showHighTemperatureWarning()
397 .setDeleteIntent(pendingBroadcast(ACTION_DISMISSED_TEMP_WARNING)) in showHighTemperatureWarning()
482 .setContentIntent(pendingBroadcast(ACTION_CLICKED_THERMAL_SHUTDOWN_WARNING)) in showThermalShutdownWarning()
[all …]