Searched refs:EXTRA_PEOPLE_LIST (Results 1 – 17 of 17) sorted by relevance
84 bundle.putString(Notification.EXTRA_PEOPLE_LIST, expected[0]); in testSingleString()93 bundle.putCharArray(Notification.EXTRA_PEOPLE_LIST, expected[0].toCharArray()); in testSingleCharArray()102 bundle.putCharSequence(Notification.EXTRA_PEOPLE_LIST, new SpannableString(expected[0])); in testSingleCharSequence()111 bundle.putStringArray(Notification.EXTRA_PEOPLE_LIST, expected); in testStringArraySingle()120 bundle.putStringArray(Notification.EXTRA_PEOPLE_LIST, expected); in testStringArrayMultiple()129 bundle.putStringArray(Notification.EXTRA_PEOPLE_LIST, expected); in testStringArrayNulls()142 bundle.putCharSequenceArray(Notification.EXTRA_PEOPLE_LIST, charSeqArray); in testCharSequenceArrayMultiple()159 bundle.putCharSequenceArray(Notification.EXTRA_PEOPLE_LIST, charSeqArray); in testMixedCharSequenceArrayList()172 bundle.putStringArrayList(Notification.EXTRA_PEOPLE_LIST, stringArrayList); in testStringArrayList()186 bundle.putCharSequenceArrayList(Notification.EXTRA_PEOPLE_LIST, stringArrayList); in testCharSequenceArrayList()[all …]
127 notification.extras.putParcelableArrayList(Notification.EXTRA_PEOPLE_LIST, people); in testGetActiveNotifications_preP_mapsExtraPeople()
127 extras.putObject(Notification.EXTRA_PEOPLE_LIST, people); in makeExtrasBundleWithPeople()
6790 extras.putParcelableArrayList(Notification.EXTRA_PEOPLE_LIST, in testVisitUris()
21 import static android.app.Notification.EXTRA_PEOPLE_LIST;168 EXTRA_PEOPLE_LIST); in getContactUri()
95 val peopleList = extras.getParcelableArrayList<Person>(Notification.EXTRA_PEOPLE_LIST) in <lambda>()
515 Notification.EXTRA_PEOPLE_LIST, android.app.Person.class); in getLogMaker()
1434 Notification.EXTRA_PEOPLE_LIST, android.app.Person.class); in maybePopulatePeople()
429 Notification.EXTRA_PEOPLE_LIST, android.app.Person.class); in getNumPeople()
326 String[] peopleList = getExtraPeopleForKey(extras, Notification.EXTRA_PEOPLE_LIST); in getExtraPeople()
20 import static android.app.Notification.EXTRA_PEOPLE_LIST;1680 extras.putParcelableArrayList(EXTRA_PEOPLE_LIST, person); in createMessagingStyleNotification()
35 import static android.app.Notification.EXTRA_PEOPLE_LIST;878 extras.putParcelable(EXTRA_PEOPLE_LIST, null); in testRecoverBuilder_nullExtraPeopleList_noCrash()
2893 extras.putParcelableArrayList(Notification.EXTRA_PEOPLE_LIST, pList); in matchesCallFilter()
1391 public static final String EXTRA_PEOPLE_LIST = "android.people.list"; field in Notification2976 …ArrayList<Person> people = extras.getParcelableArrayList(EXTRA_PEOPLE_LIST, android.app.Person.cla… in visitUris()4439 if (mN.extras.containsKey(EXTRA_PEOPLE_LIST)) { in Builder()4440 ArrayList<Person> people = mN.extras.getParcelableArrayList(EXTRA_PEOPLE_LIST, in Builder()7189 mN.extras.putParcelableArrayList(EXTRA_PEOPLE_LIST, mPersonList);
7408 // Notification.extras[EXTRA_PEOPLE_LIST], set by addPerson().
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
6461 field public static final String EXTRA_PEOPLE_LIST = "android.people.list";