Searched refs:replies (Results 1 – 5 of 5) sorted by relevance
248 String key, CharSequence[] replies) { in createUiAdjustmentFromSmartReplies() argument249 return new NotificationUiAdjustment(key, null, Arrays.asList(replies), false); in createUiAdjustmentFromSmartReplies()
632 private ArrayList<CharSequence> createReplies(CharSequence... replies) { in createReplies() argument633 return new ArrayList<>(Arrays.asList(replies)); in createReplies()
5839 // OPEN: Smart replies in a notification seen at least once5842 // SUBTYPE: Number of smart replies.5853 // Tagged data for SMART_REPLY_VISIBLE. Count of number of smart replies.6653 // Subtype: New smart replies have been added to a notification6763 // actions/replies.6861 // ACTION: Users compose their own replies instead of using suggested ones.7017 // actions/replies.
722 // Configuration options for smart replies and smart actions in notifications. This is
12927 ArrayList<CharSequence> replies = new ArrayList<>(List.of("test"));12928 b.putCharSequenceArrayList(KEY_TEXT_REPLIES, replies);