Searched refs:EXTRA_CALL_PERSON (Results 1 – 7 of 7) sorted by relevance
187 return extras.getParcelable(Notification.EXTRA_CALL_PERSON, Person.class); in getPerson()
101 computeParcelableUse(extras, Notification.EXTRA_CALL_PERSON, seenBitmaps) in <lambda>()
26 import static android.app.Notification.EXTRA_CALL_PERSON;985 fakeTypes.putParcelable(EXTRA_CALL_PERSON, new Bundle()); in testRestoreFromExtras_Call_invalidExtra_noCrash()
1521 public static final String EXTRA_CALL_PERSON = "android.callPerson"; field in Notification3023 Person callPerson = extras.getParcelable(EXTRA_CALL_PERSON, Person.class); in visitUris()10832 extras.putParcelable(EXTRA_CALL_PERSON, mPerson); in addExtras()10875 mPerson = extras.getParcelable(EXTRA_CALL_PERSON, Person.class); in restoreFromExtras()
6942 callExtras.putParcelable(Notification.EXTRA_CALL_PERSON, in testVisitUris_styleExtrasWithoutStyle()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
6439 field public static final String EXTRA_CALL_PERSON = "android.callPerson";