Home
last modified time | relevance | path

Searched refs:KEY_SENDER (Results 1 – 2 of 2) sorted by relevance

/frameworks/support/compat/java/android/support/v4/app/
DNotificationCompat.java2319 static final String KEY_SENDER = "sender"; field in NotificationCompat.MessagingStyle.Message
2432 bundle.putCharSequence(KEY_SENDER, mSender); in toBundle()
2474 bundle.getLong(KEY_TIMESTAMP), bundle.getCharSequence(KEY_SENDER)); in getMessageFromBundle()
/frameworks/base/core/java/android/app/
DNotification.java6257 static final String KEY_SENDER = "sender"; field in Notification.Builder.Message
6370 bundle.putCharSequence(KEY_SENDER, mSender); in toBundle()
6412 bundle.getLong(KEY_TIMESTAMP), bundle.getCharSequence(KEY_SENDER)); in getMessageFromBundle()