Searched defs:expectQuery (Results 1 - 3 of 3) 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(
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/tests/mocks/
H A DMockContentProvider.java238 public Query expectQuery(Uri contentUri) { method in class:MockContentProvider

Completed in 152 milliseconds