Searched refs:expectQuery (Results 1 – 5 of 5) sorted by relevance
/packages/apps/Contacts/tests/src/com/android/contacts/interactions/ |
D | ContactDeletionInteractionTest.java | 110 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/ |
D | PeopleActivityTest.java | 109 .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/ |
D | ContactLoaderTest.java | 397 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/ |
D | MockContentProvider.java | 484 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/ |
D | SimContactDaoTests.java | 662 mMockIccProvider.expectQuery(SimContactDaoImpl.ICC_CONTENT_URI.buildUpon() in usesSimCardSubscriptionIdIfAvailable() 679 mMockIccProvider.expectQuery(SimContactDaoImpl.ICC_CONTENT_URI) in omitsSimCardSubscriptionIdIfUnavailable()
|