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.java207 public View.OnClickListener getPlayClickHandler(AlertEntry messageNotification) {
210 messageNotification.getStatusBarNotification())) {
225 messageNotification.getStatusBarNotification(),
236 Button muteButton, AlertEntry messageNotification) {
239 CarAssistUtils.getMuteAction(messageNotification.getNotification());
251 clearNotification(messageNotification);
257 mNotificationDataManager.toggleMute(messageNotification);
260 (mNotificationDataManager.isMessageNotificationMuted(messageNotification))
/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/
DPreprocessingManagerTest.java327 Notification messageNotification in onOptimizeForDriving_alertEntryHasMessageNotification_doesNotTrimMessageTexts() local
329 messageNotification.extras in onOptimizeForDriving_alertEntryHasMessageNotification_doesNotTrimMessageTexts()
331 messageNotification.extras in onOptimizeForDriving_alertEntryHasMessageNotification_doesNotTrimMessageTexts()
333 messageNotification.extras in onOptimizeForDriving_alertEntryHasMessageNotification_doesNotTrimMessageTexts()
335 messageNotification.extras in onOptimizeForDriving_alertEntryHasMessageNotification_doesNotTrimMessageTexts()
337 messageNotification.category = Notification.CATEGORY_MESSAGE; in onOptimizeForDriving_alertEntryHasMessageNotification_doesNotTrimMessageTexts()
339 when(mImportantForeground.getNotification()).thenReturn(messageNotification); in onOptimizeForDriving_alertEntryHasMessageNotification_doesNotTrimMessageTexts()