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