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

/frameworks/base/core/java/android/app/
H A DNotification.java7169 static final String KEY_SENDER_PERSON = "sender_person"; field in class:Notification.MessagingStyle.Message
7355 bundle.putParcelable(KEY_SENDER_PERSON, mSender);
7415 Person senderPerson = bundle.getParcelable(KEY_SENDER_PERSON);

Completed in 24 milliseconds