Searched defs:expectQuery (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Contacts/tests/src/com/android/contacts/interactions/
H A DContactDeletionInteractionTest.java110 expectQuery().returnRow(1, WRITABLE_ACCOUNT_TYPE, null, 13, "foo");
115 expectQuery().returnRow(1, READONLY_ACCOUNT_TYPE, null, 13, "foo");
120 expectQuery()
127 expectQuery()
133 private Query expectQuery() { method in class:ContactDeletionInteractionTest
134 return mContactsProvider.expectQuery(ENTITY_URI).withProjection(
/packages/apps/Dialer/tests/src/com/android/dialer/interactions/
H A DPhoneNumberInteractionTest.java82 expectQuery(contactUri)
101 expectQuery(dataUri, true /* isDataUri */ )
120 expectQuery(contactUri)
161 expectQuery(contactUri)
182 expectQuery(contactUri)
200 expectQuery(contactUri)
224 private Query expectQuery(Uri contactUri) { method in class:PhoneNumberInteractionTest
225 return expectQuery(contactUri, false);
228 private Query expectQuery(Uri uri, boolean isDataUri) { method in class:PhoneNumberInteractionTest
236 .expectQuery(dataUr
[all...]
/packages/apps/ContactsCommon/TestCommon/src/com/android/contacts/common/test/mocks/
H A DMockContentProvider.java238 public Query expectQuery(Uri contentUri) { method in class:MockContentProvider

Completed in 130 milliseconds