Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactsProvider2Test.java1287 final Uri filterUri2 = Uri.withAppendedPath(baseFilterUri, "1-800-GOOG-411"); in testPhonesFilterQueryInter() local
2193 Uri filterUri2 = Uri.withAppendedPath(Email.CONTENT_LOOKUP_URI, "Ta<TaMale@acme.com>"); in testEmailsLookupQuery() local
2219 Uri filterUri2 = Uri.withAppendedPath(Email.CONTENT_FILTER_URI, "hot"); in testEmailsFilterQuery() local
2287 Uri filterUri2 = Email.CONTENT_FILTER_URI.buildUpon().appendPath("acc") in testEmailFilterPrimaryAccount() local
2393 Uri filterUri2 = Email.CONTENT_FILTER_URI.buildUpon().appendPath("address") in testEmailFilterSortOrderWithFeedback() local
2600 final Uri filterUri2 = Uri.withAppendedPath(Contactables.CONTENT_FILTER_URI, "hot"); in testContactablesQuery() local
2682 final Uri filterUri2 = Uri.withAppendedPath(Contactables.CONTENT_FILTER_URI, "hot"); in testContactablesMultipleQuery() local
3183 Uri filterUri2 = Uri.withAppendedPath(Contacts.CONTENT_GROUP_URI, "Test Group"); in testQueryContactGroup() local
DLegacyContactsProviderTest.java476 Uri filterUri2 = Uri.withAppendedPath(Phones.CONTENT_FILTER_URL, "7773334444"); in testPhonesFilterQuery() local