Searched refs:pendingBroadcast (Results 1 – 1 of 1) sorted by relevance
317 .setDeleteIntent(pendingBroadcast(ACTION_DISMISSED_WARNING)) in showWarningNotification()321 nb.setContentIntent(pendingBroadcast(ACTION_SHOW_BATTERY_SAVER_SETTINGS)); in showWarningNotification()333 pendingBroadcast(ACTION_DISMISSED_WARNING)); in showWarningNotification()336 pendingBroadcast(ACTION_START_SAVER)); in showWarningNotification()372 nb.setContentIntent(pendingBroadcast(ACTION_ENABLE_AUTO_SAVER)); in showAutoSaverSuggestionNotification()373 nb.setDeleteIntent(pendingBroadcast(ACTION_DISMISS_AUTO_SAVER_SUGGESTION)); in showAutoSaverSuggestionNotification()376 pendingBroadcast(ACTION_AUTO_SAVER_NO_THANKS)); in showAutoSaverSuggestionNotification()385 private PendingIntent pendingBroadcast(String action) { in pendingBroadcast() method in PowerNotificationWarnings443 .setContentIntent(pendingBroadcast(ACTION_CLICKED_TEMP_WARNING)) in showHighTemperatureWarning()444 .setDeleteIntent(pendingBroadcast(ACTION_DISMISSED_TEMP_WARNING)) in showHighTemperatureWarning()[all …]