Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactsProvider2Test.java1320 final Uri filterUri6 = Uri.withAppendedPath(baseFilterUri, "Chilled"); in testPhonesFilterQueryInter() local
1321 assertStoredValues(filterUri6, new ContentValues[]{values1, values2, values3}); in testPhonesFilterQueryInter()
1355 assertStoredValues(filterUri6, new ContentValues[] {values1, values2, values3} ); in testPhonesFilterQueryInter()
2612 final Uri filterUri6 = Uri.withAppendedPath(Contactables.CONTENT_FILTER_URI, in testContactablesQuery() local
2614 assertEquals(0, getCount(filterUri6, null, null)); in testContactablesQuery()
2694 final Uri filterUri6 = Uri.withAppendedPath(Contactables.CONTENT_FILTER_URI, "51"); in testContactablesMultipleQuery() local
2695 assertStoredValues(filterUri6, cv1, cv2, cv3, cv5, cv6); in testContactablesMultipleQuery()
2705 final Uri filterUri9 = filterUri6.buildUpon().appendQueryParameter( in testContactablesMultipleQuery()