Searched refs:personList (Results 1 – 1 of 1) sorted by relevance
477 ArrayList<Person> personList = new ArrayList<>(); in shouldRingForContact() local478 personList.add(new Person.Builder().setUri(contactUri.toString()).build()); in shouldRingForContact()479 peopleExtras.putParcelableArrayList(Notification.EXTRA_PEOPLE_LIST, personList); in shouldRingForContact()