Searched refs:personList (Results 1 – 1 of 1) sorted by relevance
2813 ArrayList<Person> personList = new ArrayList<>(); in testMatchesCallFilter() local2815 personList.add(new Person.Builder().setUri(aliceUri.toString()).build()); in testMatchesCallFilter()2816 peopleExtras.putParcelableArrayList(Notification.EXTRA_PEOPLE_LIST, personList); in testMatchesCallFilter()