Searched refs:peopleList (Results 1 – 2 of 2) sorted by relevance
95 val peopleList = extras.getParcelableArrayList<Person>(Notification.EXTRA_PEOPLE_LIST) in <lambda>() constant97 peopleList?.sumOf { person -> computeIconUse(person.icon, seenBitmaps) } ?: 0 in <lambda>()
326 String[] peopleList = getExtraPeopleForKey(extras, Notification.EXTRA_PEOPLE_LIST); in getExtraPeople() local328 return combineLists(legacyPeople, peopleList); in getExtraPeople()