Searched refs:KEY_SENDER_PERSON (Results 1 – 3 of 3) sorted by relevance
44 import static android.app.Notification.MessagingStyle.Message.KEY_SENDER_PERSON;1068 fakeTypes.putParcelable(KEY_SENDER_PERSON, new Bundle()); in testGetMessageFromBundle_invalidExtra_noCrash()
9493 static final String KEY_SENDER_PERSON = "sender_person"; field in Notification.Builder.MessagingStyle.Message9738 bundle.putParcelable(KEY_SENDER_PERSON, mSender); in toBundle()9801 Person senderPerson = bundle.getParcelable(KEY_SENDER_PERSON, Person.class); in getMessageFromBundle()
7784 Landroid/app/Notification$MessagingStyle$Message;->KEY_SENDER_PERSON:Ljava/lang/String;