Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/content/
DUriMatcherTest.java35 static final int PEOPLE_ADDRESSES = 5; field in UriMatcherTest
54 matcher.addURI("people", "#/addresses", PEOPLE_ADDRESSES); in testContentUris()
75 matcher.addURI("people", "/#/addresses", PEOPLE_ADDRESSES); in testContentUrisWithLeadingSlash()
96 matcher.addURI("people", "/#/addresses", PEOPLE_ADDRESSES); in testContentUrisWithLeadingSlashAndOnlySlash()
171 check("content://people/2/addresses", PEOPLE_ADDRESSES, matcher); in checkAll()