Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactsProvider2Test.java1291 final Uri filterUri2 = Uri.withAppendedPath(baseFilterUri, "1-800-GOOG-411"); in testPhonesFilterQueryInter() local
1292 assertStoredValues(filterUri2, values); in testPhonesFilterQueryInter()
1356 assertStoredValues(filterUri2, values); in testPhonesFilterQueryInter()
2438 Uri filterUri2 = Uri.withAppendedPath(Email.CONTENT_LOOKUP_URI, "Ta<TaMale@acme.com>"); in testEmailsLookupQuery() local
2439 assertStoredValues(filterUri2, values); in testEmailsLookupQuery()
2464 Uri filterUri2 = Uri.withAppendedPath(Email.CONTENT_FILTER_URI, "hot"); in testEmailsFilterQuery() local
2465 assertStoredValuesWithProjection(filterUri2, values); in testEmailsFilterQuery()
2532 Uri filterUri2 = Email.CONTENT_FILTER_URI.buildUpon().appendPath("acc") in testEmailFilterPrimaryAccount() local
2536 assertStoredValuesOrderly(filterUri2, new ContentValues[] { v2, v1 }); in testEmailFilterPrimaryAccount()
2638 Uri filterUri2 = Email.CONTENT_FILTER_URI.buildUpon().appendPath("address") in testEmailFilterSortOrderWithFeedback() local
[all …]
DLegacyContactsProviderTest.java476 Uri filterUri2 = Uri.withAppendedPath(Phones.CONTENT_FILTER_URL, "7773334444"); in testPhonesFilterQuery() local
477 assertEquals(0, getCount(filterUri2, null, null)); in testPhonesFilterQuery()