Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/service/notification/
DAdjustment.java55 KEY_TEXT_REPLIES, KEY_USER_SENTIMENT
103 public static final String KEY_TEXT_REPLIES = "key_text_replies"; field in Adjustment
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationRecord.java676 if (signals.containsKey(Adjustment.KEY_TEXT_REPLIES)) { in applyAdjustments()
677 setSmartReplies(signals.getCharSequenceArrayList(Adjustment.KEY_TEXT_REPLIES)); in applyAdjustments()
DNotificationManagerService.java379 Adjustment.KEY_TEXT_REPLIES,
/frameworks/base/core/api/
Dsystem-current.txt10073 field public static final String KEY_TEXT_REPLIES = "key_text_replies";