Home
last modified time | relevance | path

Searched refs:getReplyAction (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Car/Notification/src/com/android/car/notification/
DNotificationClickHandlerFactory.java222 if (getReplyAction(messageNotification.getNotification()) == null) {
451 public NotificationCompat.Action getReplyAction(Notification notification) {
/packages/apps/Car/systemlibs/car-assist-client-lib/src/com/android/car/assist/client/
DCarAssistUtils.java176 && ((getReplyAction(notification) == null) in isCarCompatibleMessagingNotification()
260 private static NotificationCompat.Action getReplyAction(Notification notification) { in getReplyAction() method in CarAssistUtils
/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/template/
DCarNotificationActionsViewTest.java132 when(mNotificationClickHandlerFactory.getReplyAction(any(Notification.class))) in setup()
133 .thenReturn(messageNotificationBuilder.getReplyAction()); in setup()
/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/utils/
DMockMessageNotificationBuilder.java280 public Action getReplyAction() { in getReplyAction() method in MockMessageNotificationBuilder
/packages/apps/Car/Notification/src/com/android/car/notification/template/
DCarNotificationActionsView.java203 && clickHandlerFactory.getReplyAction(alertEntry.getNotification()) != null; in bind()