Searched refs:assertProjection (Results 1 – 3 of 3) sorted by relevance
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
D | ContactsProvider2Test.java | 181 assertProjection(Contacts.CONTENT_URI, new String[]{ in testContactsProjection() 222 assertProjection(Contacts.CONTENT_STREQUENT_URI, new String[]{ in testContactsStrequentProjection() 265 assertProjection(Contacts.CONTENT_STREQUENT_URI.buildUpon() in testContactsStrequentPhoneOnlyProjection() 315 assertProjection(Contacts.CONTENT_FILTER_URI.buildUpon().appendPath("nothing").build(), in testContactsWithSnippetProjection() 358 assertProjection(RawContacts.CONTENT_URI, new String[]{ in testRawContactsProjection() 398 assertProjection(Data.CONTENT_URI, new String[]{ in testDataProjection() 486 assertProjection(Phone.CONTENT_FILTER_URI.buildUpon().appendPath("123").build(), in testDistinctDataProjection() 565 assertProjection( in testEntityProjection() 661 assertProjection(RawContactsEntity.CONTENT_URI, new String[]{ in testRawEntityProjection() 710 assertProjection(PhoneLookup.CONTENT_FILTER_URI.buildUpon().appendPath("123").build(), in testPhoneLookupProjection() [all …]
|
D | ContactDirectoryManagerTest.java | 613 assertProjection(contentUri, new String[]{ in testProjectionPopulated()
|
D | BaseContactsProvider2Test.java | 1339 protected void assertProjection(Uri uri, String[] expectedProjection) { in assertProjection() method in BaseContactsProvider2Test
|