HomeSort by relevance Sort by last modified time
    Searched defs:expectQuery (Results 1 - 3 of 3) sorted by null

  /packages/apps/Contacts/tests/src/com/android/contacts/interactions/
ContactDeletionInteractionTest.java 117 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() {
141 return mContactsProvider.expectQuery(ENTITY_URI).withProjection(
  /packages/apps/Dialer/tests/src/com/android/dialer/interactions/
PhoneNumberInteractionTest.java 92 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) {
235 return expectQuery(contactUri, false);
238 private Query expectQuery(Uri uri, boolean isDataUri) {
246 .expectQuery(dataUri
    [all...]
  /packages/apps/ContactsCommon/TestCommon/src/com/android/contacts/common/test/mocks/
MockContentProvider.java 238 public Query expectQuery(Uri contentUri) {

Completed in 56 milliseconds