Home
last modified time | relevance | path

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

/frameworks/support/compat/java/android/support/v4/app/
DNotificationCompat.java2321 static final String KEY_SENDER = "sender"; field in NotificationCompat.MessagingStyle.Message
2434 bundle.putCharSequence(KEY_SENDER, mSender); in toBundle()
2476 bundle.getLong(KEY_TIMESTAMP), bundle.getCharSequence(KEY_SENDER)); in getMessageFromBundle()