Searched refs:assertProjection (Results 1 – 3 of 3) sorted by relevance
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
D | ContactsProvider2Test.java | 179 assertProjection(Contacts.CONTENT_URI, new String[]{ in testContactsProjection() 220 assertProjection(Contacts.CONTENT_STREQUENT_URI, new String[]{ in testContactsStrequentProjection() 263 assertProjection(Contacts.CONTENT_STREQUENT_URI.buildUpon() in testContactsStrequentPhoneOnlyProjection() 313 assertProjection(Contacts.CONTENT_FILTER_URI.buildUpon().appendPath("nothing").build(), in testContactsWithSnippetProjection() 356 assertProjection(RawContacts.CONTENT_URI, new String[]{ in testRawContactsProjection() 396 assertProjection(Data.CONTENT_URI, new String[]{ in testDataProjection() 484 assertProjection(Phone.CONTENT_FILTER_URI.buildUpon().appendPath("123").build(), in testDistinctDataProjection() 563 assertProjection( in testEntityProjection() 659 assertProjection(RawContactsEntity.CONTENT_URI, new String[]{ in testRawEntityProjection() 708 assertProjection(PhoneLookup.CONTENT_FILTER_URI.buildUpon().appendPath("123").build(), in testPhoneLookupProjection() [all …]
|
D | ContactDirectoryManagerTest.java | 571 assertProjection(contentUri, new String[]{ in testProjectionPopulated()
|
D | BaseContactsProvider2Test.java | 1327 protected void assertProjection(Uri uri, String[] expectedProjection) { in assertProjection() method in BaseContactsProvider2Test
|