Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/
DRinger.java468 final Bundle peopleExtras = new Bundle(); in shouldRingForContact() local
472 peopleExtras.putParcelableArrayList(Notification.EXTRA_PEOPLE_LIST, personList); in shouldRingForContact()
474 return manager.matchesCallFilter(peopleExtras); in shouldRingForContact()