Searched refs:EXTRA_MESSAGING_PERSON (Results 1 – 11 of 11) sorted by relevance
352 bundle.putParcelable(Notification.EXTRA_MESSAGING_PERSON, person.build()); in notificationDataEntry_testIsLastMessageFromReply()384 bundle.putParcelable(Notification.EXTRA_MESSAGING_PERSON, new Bundle()); in notificationDataEntry_testIsLastMessageFromReply_invalidPerson_noCrash()
176 setUser(extras.getParcelable(Notification.EXTRA_MESSAGING_PERSON, in parseMessagingData()184 final Person user = extras.getParcelable(Notification.EXTRA_MESSAGING_PERSON, Person.class); in parseMessagingData()
137 final Person user = extras.getParcelable(Notification.EXTRA_MESSAGING_PERSON, Person.class); in setGroupFacePileAsync()
428 final Person user = extras.getParcelable(Notification.EXTRA_MESSAGING_PERSON, Person.class); in parseMessagingData()
376 val user = extras.getParcelable<Person>(Notification.EXTRA_MESSAGING_PERSON) in <lambda>()
604 Notification.EXTRA_MESSAGING_PERSON, Person.class); in isLastMessageFromReply()
34 import static android.app.Notification.EXTRA_MESSAGING_PERSON;900 fakeTypes.putParcelable(EXTRA_MESSAGING_PERSON, new Bundle()); in testVisitUris_invalidExtra_noCrash()949 fakeTypes.putParcelable(EXTRA_MESSAGING_PERSON, new Bundle()); in testRestoreFromExtras_Messaging_invalidExtra_noCrash()
1467 public static final String EXTRA_MESSAGING_PERSON = "android.messagingUser"; field in Notification2997 final Person person = extras.getParcelable(EXTRA_MESSAGING_PERSON, Person.class); in visitUris()8947 extras.putParcelable(EXTRA_MESSAGING_PERSON, mUser); in addExtras()9075 Person user = extras.getParcelable(EXTRA_MESSAGING_PERSON, Person.class); in restoreFromExtras()
6789 extras.putParcelable(Notification.EXTRA_MESSAGING_PERSON, person1); in testVisitUris()6927 messagingExtras.putParcelable(Notification.EXTRA_MESSAGING_PERSON, in testVisitUris_styleExtrasWithoutStyle()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
6457 field public static final String EXTRA_MESSAGING_PERSON = "android.messagingUser";