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

/frameworks/support/compat/src/main/java/androidx/core/app/
H A DNotificationCompat.java2559 static final String KEY_SENDER = "sender"; field in class:NotificationCompat.MessagingStyle.Message
2704 bundle.putCharSequence(KEY_SENDER, mPerson.getName());
2753 } else if (bundle.containsKey(KEY_SENDER)) {
2756 .setName(bundle.getCharSequence(KEY_SENDER))
/frameworks/support/compat/src/androidTest/java/androidx/core/app/
H A DNotificationCompatTest.java834 legacyBundle.putCharSequence(Message.KEY_SENDER, "sender");
/frameworks/base/core/java/android/app/
H A DNotification.java7168 static final String KEY_SENDER = "sender"; field in class:Notification.MessagingStyle.Message
7354 bundle.putCharSequence(KEY_SENDER, mSender.getName());
7420 CharSequence senderName = bundle.getCharSequence(KEY_SENDER);

Completed in 128 milliseconds