Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/app/
DNotificationTest.java44 import static android.app.Notification.MessagingStyle.Message.KEY_SENDER_PERSON;
1068 fakeTypes.putParcelable(KEY_SENDER_PERSON, new Bundle()); in testGetMessageFromBundle_invalidExtra_noCrash()
/frameworks/base/core/java/android/app/
DNotification.java9493 static final String KEY_SENDER_PERSON = "sender_person"; field in Notification.Builder.MessagingStyle.Message
9738 bundle.putParcelable(KEY_SENDER_PERSON, mSender); in toBundle()
9801 Person senderPerson = bundle.getParcelable(KEY_SENDER_PERSON, Person.class); in getMessageFromBundle()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt7784 Landroid/app/Notification$MessagingStyle$Message;->KEY_SENDER_PERSON:Ljava/lang/String;