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.java277 .setDeleteIntent(pendingBroadcast(ACTION_DISMISSED_WARNING)) in showWarningNotification()
281 nb.setContentIntent(pendingBroadcast(ACTION_SHOW_BATTERY_SETTINGS)); in showWarningNotification()
294 pendingBroadcast(ACTION_START_SAVER)); in showWarningNotification()
314 nb.setContentIntent(pendingBroadcast(ACTION_ENABLE_AUTO_SAVER)); in showAutoSaverSuggestionNotification()
315 nb.setDeleteIntent(pendingBroadcast(ACTION_DISMISS_AUTO_SAVER_SUGGESTION)); in showAutoSaverSuggestionNotification()
318 pendingBroadcast(ACTION_AUTO_SAVER_NO_THANKS)); in showAutoSaverSuggestionNotification()
335 private PendingIntent pendingBroadcast(String action) { in pendingBroadcast() method in PowerNotificationWarnings
387 .setContentIntent(pendingBroadcast(ACTION_CLICKED_TEMP_WARNING)) in showHighTemperatureWarning()
388 .setDeleteIntent(pendingBroadcast(ACTION_DISMISSED_TEMP_WARNING)) in showHighTemperatureWarning()
437 .setContentIntent(pendingBroadcast(ACTION_CLICKED_THERMAL_SHUTDOWN_WARNING)) in showThermalShutdownWarning()
[all …]