Home
last modified time | relevance | path

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

/cts/tests/app/src/android/app/cts/
DNotificationManagerTest.java2813 ArrayList<Person> personList = new ArrayList<>(); in testMatchesCallFilter() local
2815 personList.add(new Person.Builder().setUri(aliceUri.toString()).build()); in testMatchesCallFilter()
2816 peopleExtras.putParcelableArrayList(Notification.EXTRA_PEOPLE_LIST, personList); in testMatchesCallFilter()