Home
last modified time | relevance | path

Searched refs:personList (Results 1 – 1 of 1) sorted by relevance

/packages/services/Telecomm/src/com/android/server/telecom/
DRinger.java470 ArrayList<Person> personList = new ArrayList<>(); in shouldRingForContact() local
471 personList.add(new Person.Builder().setUri(contactUri.toString()).build()); in shouldRingForContact()
472 peopleExtras.putParcelableArrayList(Notification.EXTRA_PEOPLE_LIST, personList); in shouldRingForContact()