Home
last modified time | relevance | path

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

/aosp12/packages/apps/Contacts/tests/src/com/android/contacts/model/
H A DContactLoaderTest.java88 private Contact assertLoadContact(Uri uri) { in assertLoadContact() method in ContactLoaderTest
94 Contact result = assertLoadContact(null); in testNullUri()
99 Contact result = assertLoadContact(Uri.EMPTY); in testEmptyUri()
104 Contact result = assertLoadContact(Uri.parse("content://wtf")); in testInvalidUri()
120 Contact contact = assertLoadContact(baseUri); in testLoadContactWithContactIdUri()
148 Contact contact = assertLoadContact(legacyUri); in testLoadContactWithOldStyleUri()
179 Contact contact = assertLoadContact(rawContactUri); in testLoadContactWithRawContactIdUri()
203 Contact contact = assertLoadContact(lookupNoIdUri); in testLoadContactWithContactLookupUri()
227 Contact contact = assertLoadContact(lookupUri); in testLoadContactWithContactLookupAndIdUri()
261 Contact contact = assertLoadContact(lookupWithWrongIdUri); in testLoadContactWithContactLookupWithIncorrectIdUri()
[all …]