Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/content/
DUriMatcherTest.java36 static final int PEOPLE_ADDRESSES_ID = 6; field in UriMatcherTest
55 matcher.addURI("people", "#/addresses/#", PEOPLE_ADDRESSES_ID); in testContentUris()
76 matcher.addURI("people", "/#/addresses/#", PEOPLE_ADDRESSES_ID); in testContentUrisWithLeadingSlash()
97 matcher.addURI("people", "/#/addresses/#", PEOPLE_ADDRESSES_ID); in testContentUrisWithLeadingSlashAndOnlySlash()
172 check("content://people/2/addresses/3", PEOPLE_ADDRESSES_ID, matcher); in checkAll()