Searched refs:assertLoadContact (Results 1 – 1 of 1) sorted by relevance
88 private Contact assertLoadContact(Uri uri) { in assertLoadContact() method in ContactLoaderTest94 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 …]