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.java110 expectQuery().returnRow(1, WRITABLE_ACCOUNT_TYPE, null, 13, "foo", "baz", "bazAlt"); in testSingleWritableRawContact()
115 expectQuery().returnRow(1, READONLY_ACCOUNT_TYPE, null, 13, "foo", "baz", "bazAlt"); in testReadOnlyRawContacts()
120 expectQuery() in testMixOfWritableAndReadOnlyRawContacts()
127 expectQuery() in testMultipleWritableRawContacts()
133 private Query expectQuery() { in expectQuery() method in ContactDeletionInteractionTest
134 return mContactsProvider.expectQuery(ENTITY_URI).withProjection( in expectQuery()
/packages/apps/Contacts/tests/src/com/android/contacts/activities/
DPeopleActivityTest.java109 .expectQuery(ProviderStatus.CONTENT_URI) in expectProviderStatusQueryAndReturnNormal()
117 .expectQuery(Groups.CONTENT_URI) in expectGroupsQueryAndReturnEmpty()
132 .expectQuery(uri) in expectContactListQuery()
150 .expectQuery(uri) in expectContactLookupQuery()
166 .expectQuery(uri) in expectContactEntityQuery()
/packages/apps/Contacts/tests/src/com/android/contacts/model/
DContactLoaderTest.java397 mContactsProvider.expectQuery(baseUri) in fetchAllData()
405 mContactsProvider.expectQuery(sourceUri) in fetchLookupAndId()
416 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.java662 mMockIccProvider.expectQuery(SimContactDaoImpl.ICC_CONTENT_URI.buildUpon() in usesSimCardSubscriptionIdIfAvailable()
679 mMockIccProvider.expectQuery(SimContactDaoImpl.ICC_CONTENT_URI) in omitsSimCardSubscriptionIdIfUnavailable()