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.java2187 static final String KEY_SENDER = "sender"; field in NotificationCompat.MessagingStyle.Message
2291 bundle.putCharSequence(KEY_SENDER, mSender); in toBundle()
2330 bundle.getLong(KEY_TIMESTAMP), bundle.getCharSequence(KEY_SENDER)); in getMessageFromBundle()
/frameworks/base/core/java/android/app/
DNotification.java4947 static final String KEY_SENDER = "sender"; field in Notification.MessagingStyle.Message
5051 bundle.putCharSequence(KEY_SENDER, mSender); in toBundle()
5090 bundle.getLong(KEY_TIMESTAMP), bundle.getCharSequence(KEY_SENDER)); in getMessageFromBundle()