Home
last modified time | relevance | path

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

/cts/tests/app/src/android/app/cts/
DNotificationManagerTest.java2819 Uri aliceUri = null; in testMatchesCallFilter() local
2839 aliceUri = lookupContact(ALICE_PHONE); in testMatchesCallFilter()
2840 personList.add(new Person.Builder().setUri(aliceUri.toString()).build()); in testMatchesCallFilter()
2846 if (aliceUri != null) { in testMatchesCallFilter()
2848 deleteSingleContact(aliceUri); in testMatchesCallFilter()