Searched refs:getReplyAction (Results 1 – 5 of 5) sorted by relevance
223 if (getReplyAction(messageNotification.getNotification()) == null) {462 public NotificationCompat.Action getReplyAction(Notification notification) {
176 && ((getReplyAction(notification) == null) in isCarCompatibleMessagingNotification()260 private static NotificationCompat.Action getReplyAction(Notification notification) { in getReplyAction() method in CarAssistUtils
132 when(mNotificationClickHandlerFactory.getReplyAction(any(Notification.class))) in setup()133 .thenReturn(messageNotificationBuilder.getReplyAction()); in setup()
280 public Action getReplyAction() { in getReplyAction() method in MockMessageNotificationBuilder
206 && clickHandlerFactory.getReplyAction(alertEntry.getNotification()) != null; in bind()