Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/Notification/src/com/android/car/notification/
H A DNotificationClickHandlerFactory.java191 public View.OnClickListener getPlayClickHandler(AlertEntry messageNotification) {
194 messageNotification.getStatusBarNotification())) {
209 messageNotification.getStatusBarNotification(),
219 public View.OnClickListener getReplyClickHandler(AlertEntry messageNotification) {
221 if (getReplyAction(messageNotification.getNotification()) == null) {
236 messageNotification.getStatusBarNotification(),
247 CarNotificationActionButton muteButton, AlertEntry messageNotification,
251 CarAssistUtils.getMuteAction(messageNotification.getNotification());
263 clearNotification(messageNotification);
269 mNotificationDataManager.toggleMute(messageNotification);
[all …]
/aosp12/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/
H A DPreprocessingManagerTest.java381 Notification messageNotification = generateNotification(/* isForeground= */ true, in onOptimizeForDriving_alertEntryHasMessageNotification_doesNotTrimMessageTexts() local
383 messageNotification.extras in onOptimizeForDriving_alertEntryHasMessageNotification_doesNotTrimMessageTexts()
385 messageNotification.extras in onOptimizeForDriving_alertEntryHasMessageNotification_doesNotTrimMessageTexts()
387 messageNotification.extras in onOptimizeForDriving_alertEntryHasMessageNotification_doesNotTrimMessageTexts()
389 messageNotification.extras in onOptimizeForDriving_alertEntryHasMessageNotification_doesNotTrimMessageTexts()
391 messageNotification.category = Notification.CATEGORY_MESSAGE; in onOptimizeForDriving_alertEntryHasMessageNotification_doesNotTrimMessageTexts()
393 when(mImportantForeground.getNotification()).thenReturn(messageNotification); in onOptimizeForDriving_alertEntryHasMessageNotification_doesNotTrimMessageTexts()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhone.java2173 CharSequence messageNotification =
2196 .setContentText(messageNotification)
2200 .bigText(messageNotification))
2295 String messageNotification = imsReasonInfo.mExtraMessage; in processWfcDisconnectForNotification() local
2302 messageNotification = String.format( in processWfcDisconnectForNotification()
2313 intent.putExtra(EXTRA_KEY_NOTIFICATION_MESSAGE, messageNotification); in processWfcDisconnectForNotification()
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
H A DImsPhoneTest.java640 String messageNotification = "Notification!"; in testProcessDisconnectReason() local
646 new String[]{messageNotification}); in testProcessDisconnectReason()
663 assertEquals(messageNotification, in testProcessDisconnectReason()