Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DNotificationUiAdjustmentTest.java248 String key, CharSequence[] replies) { in createUiAdjustmentFromSmartReplies() argument
249 return new NotificationUiAdjustment(key, null, Arrays.asList(replies), false); in createUiAdjustmentFromSmartReplies()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
DInflatedSmartRepliesTest.java632 private ArrayList<CharSequence> createReplies(CharSequence... replies) { in createReplies() argument
633 return new ArrayList<>(Arrays.asList(replies)); in createReplies()
/frameworks/base/proto/src/metrics_constants/
Dmetrics_constants.proto5839 // OPEN: Smart replies in a notification seen at least once
5842 // 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 notification
6763 // actions/replies.
6861 // ACTION: Users compose their own replies instead of using suggested ones.
7017 // actions/replies.
/frameworks/base/core/proto/android/providers/settings/
Dglobal.proto722 // Configuration options for smart replies and smart actions in notifications. This is
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationManagerServiceTest.java12927 ArrayList<CharSequence> replies = new ArrayList<>(List.of("test"));
12928 b.putCharSequenceArrayList(KEY_TEXT_REPLIES, replies);