Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/service/notification/
DAdjustment.java60 KEY_TEXT_REPLIES,
115 public static final String KEY_TEXT_REPLIES = "key_text_replies"; field in Adjustment
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationRecord.java744 if (signals.containsKey(Adjustment.KEY_TEXT_REPLIES)) { in applyAdjustments()
745 setSmartReplies(signals.getCharSequenceArrayList(Adjustment.KEY_TEXT_REPLIES)); in applyAdjustments()
746 EventLogTags.writeNotificationAdjusted(getKey(), Adjustment.KEY_TEXT_REPLIES, in applyAdjustments()
DNotificationManagerService.java456 Adjustment.KEY_TEXT_REPLIES,
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationManagerServiceTest.java93 import static android.service.notification.Adjustment.KEY_TEXT_REPLIES;
12928 b.putCharSequenceArrayList(KEY_TEXT_REPLIES, replies);
/frameworks/base/core/api/
Dsystem-current.txt12888 field public static final String KEY_TEXT_REPLIES = "key_text_replies";