Searched refs:expectQuery (Results 1 - 6 of 6) sorted by relevance

/packages/apps/Contacts/tests/src/com/android/contacts/interactions/
H A DContactDeletionInteractionTest.java117 expectQuery().returnRow(1, WRITABLE_ACCOUNT_TYPE, null, 13, "foo");
122 expectQuery().returnRow(1, READONLY_ACCOUNT_TYPE, null, 13, "foo");
127 expectQuery()
134 expectQuery()
140 private Query expectQuery() { method in class:ContactDeletionInteractionTest
141 return mContactsProvider.expectQuery(ENTITY_URI).withProjection(
/packages/apps/Dialer/tests/src/com/android/dialer/interactions/
H A DPhoneNumberInteractionTest.java92 expectQuery(contactUri)
111 expectQuery(dataUri, true /* isDataUri */ )
130 expectQuery(contactUri)
171 expectQuery(contactUri)
192 expectQuery(contactUri)
210 expectQuery(contactUri)
234 private Query expectQuery(Uri contactUri) { method in class:PhoneNumberInteractionTest
235 return expectQuery(contactUri, false);
238 private Query expectQuery(Uri uri, boolean isDataUri) { method in class:PhoneNumberInteractionTest
246 .expectQuery(dataUr
[all...]
/packages/apps/Contacts/tests/src/com/android/contacts/activities/
H A DPeopleActivityTest.java164 .expectQuery(Settings.System.CONTENT_URI)
171 .expectQuery(Settings.System.CONTENT_URI)
181 .expectQuery(ProviderStatus.CONTENT_URI)
189 .expectQuery(Groups.CONTENT_URI)
204 .expectQuery(uri)
222 .expectQuery(uri)
238 .expectQuery(uri)
/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/model/
H A DContactLoaderTest.java291 mContactsProvider.expectQuery(baseUri)
372 mContactsProvider.expectQuery(sourceUri)
383 mContactsProvider.expectQuery(dataUri)
/packages/apps/ContactsCommon/TestCommon/src/com/android/contacts/common/test/mocks/
H A DMockContentProvider.java238 public Query expectQuery(Uri contentUri) { method in class:MockContentProvider
/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/
H A DRawContactModifierTests.java827 provider.expectQuery(uriForBuildDisplayName)
871 provider.expectQuery(uriForBuildDisplayName)

Completed in 151 milliseconds