Home
last modified time | relevance | path

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

/cts/tests/app/src/android/app/cts/
DNotificationManagerTest.java2837 final Bundle peopleExtras = new Bundle(); in testMatchesCallFilter() local
2841 peopleExtras.putParcelableArrayList(Notification.EXTRA_PEOPLE_LIST, personList); in testMatchesCallFilter()
2843 assertTrue(mNotificationManager.matchesCallFilter(peopleExtras))); in testMatchesCallFilter()