Searched refs:REPLY_ACTION_LABEL (Results 1 – 1 of 1) sorted by relevance
69 private static final String REPLY_ACTION_LABEL = "Test reply"; field in NotificationTest113 Pattern actionLabelPattern = Pattern.compile(REPLY_ACTION_LABEL, Pattern.CASE_INSENSITIVE); in testDirectReply()151 new Notification.Action.Builder(icon, REPLY_ACTION_LABEL, pendingIntent) in postMessagingNotification()