Home
last modified time | relevance | path

Searched refs:filterUri1 (Results 1 – 2 of 2) sorted by relevance

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactsProvider2Test.java1282 final Uri filterUri1 = Uri.withAppendedPath(baseFilterUri, "tamale"); in testPhonesFilterQueryInter() local
1289 assertStoredValuesWithProjection(filterUri1, values); in testPhonesFilterQueryInter()
1344 assertStoredValues(filterUri1, new ContentValues[] {values, values4, values5}); in testPhonesFilterQueryInter()
1350 assertStoredValuesWithProjection(filterUri1, values); in testPhonesFilterQueryInter()
2429 Uri filterUri1 = Uri.withAppendedPath(Email.CONTENT_LOOKUP_URI, "tamale@acme.com"); in testEmailsLookupQuery() local
2436 assertStoredValues(filterUri1, values); in testEmailsLookupQuery()
2455 Uri filterUri1 = Uri.withAppendedPath(Email.CONTENT_FILTER_URI, "tam"); in testEmailsFilterQuery() local
2462 assertStoredValuesWithProjection(filterUri1, values); in testEmailsFilterQuery()
2526 Uri filterUri1 = Email.CONTENT_FILTER_URI.buildUpon().appendPath("acc") in testEmailFilterPrimaryAccount() local
2530 assertStoredValuesOrderly(filterUri1, new ContentValues[] { v1, v2 }); in testEmailFilterPrimaryAccount()
[all …]
DLegacyContactsProviderTest.java470 Uri filterUri1 = Uri.withAppendedPath(Phones.CONTENT_FILTER_URL, "18004664411"); in testPhonesFilterQuery() local
474 assertStoredValues(filterUri1, expectedValues); in testPhonesFilterQuery()