OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:expectQuery
(Results
1 - 5
of
5
) sorted by null
/packages/apps/Contacts/tests/src/com/android/contacts/interactions/
ContactDeletionInteractionTest.java
110
expectQuery
().returnRow(1, WRITABLE_ACCOUNT_TYPE, null, 13, "foo", "baz", "bazAlt");
115
expectQuery
().returnRow(1, READONLY_ACCOUNT_TYPE, null, 13, "foo", "baz", "bazAlt");
120
expectQuery
()
127
expectQuery
()
133
private Query
expectQuery
() {
134
return mContactsProvider.
expectQuery
(ENTITY_URI).withProjection(
/packages/apps/Contacts/tests/src/com/android/contacts/activities/
PeopleActivityTest.java
109
.
expectQuery
(ProviderStatus.CONTENT_URI)
117
.
expectQuery
(Groups.CONTENT_URI)
132
.
expectQuery
(uri)
150
.
expectQuery
(uri)
166
.
expectQuery
(uri)
/packages/apps/Contacts/tests/src/com/android/contacts/model/
ContactLoaderTest.java
407
mContactsProvider.
expectQuery
(baseUri)
415
mContactsProvider.
expectQuery
(sourceUri)
426
mContactsProvider.
expectQuery
(dataUri)
/packages/apps/Contacts/tests/src/com/android/contacts/test/mocks/
MockContentProvider.java
484
public Query
expectQuery
(Uri contentUri) {
488
public Query
expectQuery
(String contentUri) {
489
return
expectQuery
(Uri.parse(contentUri));
/packages/apps/Contacts/tests/src/com/android/contacts/database/
SimContactDaoTests.java
661
mMockIccProvider.
expectQuery
(SimContactDaoImpl.ICC_CONTENT_URI.buildUpon()
678
mMockIccProvider.
expectQuery
(SimContactDaoImpl.ICC_CONTENT_URI)
[
all
...]
Completed in 2476 milliseconds