Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/src/com/android/car/notification/
DNotificationClickHandlerFactory.java186 public View.OnClickListener getPlayClickHandler(AlertEntry messageNotification) {
189 messageNotification.getStatusBarNotification())) {
204 messageNotification.getStatusBarNotification(),
211 messageNotification);
220 public View.OnClickListener getReplyClickHandler(AlertEntry messageNotification) {
222 if (getReplyAction(messageNotification.getNotification()) == null) {
237 messageNotification.getStatusBarNotification(),
244 messageNotification);
254 CarNotificationActionButton muteButton, AlertEntry messageNotification,
258 CarAssistUtils.getMuteAction(messageNotification.getNotification());
[all …]
/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/
DPreprocessingManagerTest.java384 Notification messageNotification = generateNotification(/* isForeground= */ true, in onOptimizeForDriving_alertEntryHasMessageNotification_doesNotTrimMessageTexts() local
386 messageNotification.extras in onOptimizeForDriving_alertEntryHasMessageNotification_doesNotTrimMessageTexts()
388 messageNotification.extras in onOptimizeForDriving_alertEntryHasMessageNotification_doesNotTrimMessageTexts()
390 messageNotification.extras in onOptimizeForDriving_alertEntryHasMessageNotification_doesNotTrimMessageTexts()
392 messageNotification.extras in onOptimizeForDriving_alertEntryHasMessageNotification_doesNotTrimMessageTexts()
394 messageNotification.category = Notification.CATEGORY_MESSAGE; in onOptimizeForDriving_alertEntryHasMessageNotification_doesNotTrimMessageTexts()
396 when(mImportantForeground.getNotification()).thenReturn(messageNotification); in onOptimizeForDriving_alertEntryHasMessageNotification_doesNotTrimMessageTexts()