Searched refs:assertProjection (Results 1 – 3 of 3) sorted by relevance
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
D | ContactsProvider2Test.java | 425 assertProjection(Contacts.CONTENT_URI, new String[]{ in testContactsProjection() 466 assertProjection(Contacts.CONTENT_STREQUENT_URI, new String[]{ in testContactsStrequentProjection() 509 assertProjection(Contacts.CONTENT_STREQUENT_URI.buildUpon() in testContactsStrequentPhoneOnlyProjection() 559 assertProjection(Contacts.CONTENT_FILTER_URI.buildUpon().appendPath("nothing").build(), in testContactsWithSnippetProjection() 602 assertProjection(RawContacts.CONTENT_URI, new String[]{ in testRawContactsProjection() 642 assertProjection(Data.CONTENT_URI, new String[]{ in testDataProjection() 732 assertProjection(Phone.CONTENT_FILTER_URI.buildUpon().appendPath("123").build(), in testDistinctDataProjection() 813 assertProjection( in testEntityProjection() 911 assertProjection(RawContactsEntity.CONTENT_URI, new String[]{ in testRawEntityProjection() 962 assertProjection(PhoneLookup.CONTENT_FILTER_URI.buildUpon().appendPath("123").build(), in testPhoneLookupProjection() [all …]
|
D | ContactDirectoryManagerTest.java | 643 assertProjection(contentUri, new String[]{ in testProjectionPopulated()
|
D | BaseContactsProvider2Test.java | 1352 protected void assertProjection(Uri uri, String[] expectedProjection) { in assertProjection() method in BaseContactsProvider2Test
|