Home
last modified time | relevance | path

Searched refs:expectQuery (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Contacts/tests/src/com/android/contacts/interactions/
DContactDeletionInteractionTest.java111 expectQuery().returnRow(1, WRITABLE_ACCOUNT_TYPE, null, 13, "foo", "baz", "bazAlt"); in testSingleWritableRawContact()
116 expectQuery().returnRow(1, READONLY_ACCOUNT_TYPE, null, 13, "foo", "baz", "bazAlt"); in testReadOnlyRawContacts()
121 expectQuery() in testMixOfWritableAndReadOnlyRawContacts()
128 expectQuery() in testMultipleWritableRawContacts()
134 private Query expectQuery() { in expectQuery() method in ContactDeletionInteractionTest
135 return mContactsProvider.expectQuery(ENTITY_URI).withProjection( in expectQuery()
/packages/apps/Contacts/tests/src/com/android/contacts/activities/
DPeopleActivityTest.java110 .expectQuery(ProviderStatus.CONTENT_URI) in expectProviderStatusQueryAndReturnNormal()
118 .expectQuery(Groups.CONTENT_URI) in expectGroupsQueryAndReturnEmpty()
133 .expectQuery(uri) in expectContactListQuery()
151 .expectQuery(uri) in expectContactLookupQuery()
167 .expectQuery(uri) in expectContactEntityQuery()
/packages/apps/Contacts/tests/src/com/android/contacts/model/
DContactLoaderTest.java402 mContactsProvider.expectQuery(baseUri) in fetchAllData()
410 mContactsProvider.expectQuery(sourceUri) in fetchLookupAndId()
421 mContactsProvider.expectQuery(dataUri) in fetchContactIdAndLookupFromRawContactUri()
/packages/apps/Contacts/tests/src/com/android/contacts/test/mocks/
DMockContentProvider.java484 public Query expectQuery(Uri contentUri) { in expectQuery() method in MockContentProvider
488 public Query expectQuery(String contentUri) { in expectQuery() method in MockContentProvider
489 return expectQuery(Uri.parse(contentUri)); in expectQuery()
/packages/apps/Contacts/tests/src/com/android/contacts/database/
DSimContactDaoTests.java651 mMockSimPhonebookProvider.expectQuery(SimRecords.getContentUri(2, in usesSimCardSubscriptionIdIfAvailable()