Searched refs:assertProjection (Results 1 – 3 of 3) sorted by relevance
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
D | ContactsProvider2Test.java | 206 assertProjection(Contacts.CONTENT_URI, new String[]{ in testContactsProjection() 247 assertProjection(Contacts.CONTENT_STREQUENT_URI, new String[]{ in testContactsStrequentProjection() 290 assertProjection(Contacts.CONTENT_STREQUENT_URI.buildUpon() in testContactsStrequentPhoneOnlyProjection() 340 assertProjection(Contacts.CONTENT_FILTER_URI.buildUpon().appendPath("nothing").build(), in testContactsWithSnippetProjection() 383 assertProjection(RawContacts.CONTENT_URI, new String[]{ in testRawContactsProjection() 423 assertProjection(Data.CONTENT_URI, new String[]{ in testDataProjection() 513 assertProjection(Phone.CONTENT_FILTER_URI.buildUpon().appendPath("123").build(), in testDistinctDataProjection() 594 assertProjection( in testEntityProjection() 692 assertProjection(RawContactsEntity.CONTENT_URI, new String[]{ in testRawEntityProjection() 743 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 | 1338 protected void assertProjection(Uri uri, String[] expectedProjection) { in assertProjection() method in BaseContactsProvider2Test
|