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.java196 public View.OnClickListener getPlayClickHandler(AlertEntry messageNotification) {
199 messageNotification.getStatusBarNotification())) {
214 messageNotification.getStatusBarNotification(),
225 Button muteButton, AlertEntry messageNotification) {
228 mNotificationDataManager.toggleMute(messageNotification);
231 (mNotificationDataManager.isMessageNotificationMuted(messageNotification))
/packages/apps/Car/Notification/tests/robotests/src/com/android/car/notification/
DPreprocessingManagerTest.java316 Notification messageNotification in onOptimizeForDriving_alertEntryHasMessageNotification_doesNotTrimMessageTexts() local
318 messageNotification.extras in onOptimizeForDriving_alertEntryHasMessageNotification_doesNotTrimMessageTexts()
320 messageNotification.extras in onOptimizeForDriving_alertEntryHasMessageNotification_doesNotTrimMessageTexts()
322 messageNotification.extras in onOptimizeForDriving_alertEntryHasMessageNotification_doesNotTrimMessageTexts()
324 messageNotification.extras in onOptimizeForDriving_alertEntryHasMessageNotification_doesNotTrimMessageTexts()
326 messageNotification.category = Notification.CATEGORY_MESSAGE; in onOptimizeForDriving_alertEntryHasMessageNotification_doesNotTrimMessageTexts()
328 when(mImportantForeground.getNotification()).thenReturn(messageNotification); in onOptimizeForDriving_alertEntryHasMessageNotification_doesNotTrimMessageTexts()