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.java2838 ArrayList<Person> personList = new ArrayList<>(); in testMatchesCallFilter() local
2840 personList.add(new Person.Builder().setUri(aliceUri.toString()).build()); in testMatchesCallFilter()
2841 peopleExtras.putParcelableArrayList(Notification.EXTRA_PEOPLE_LIST, personList); in testMatchesCallFilter()