Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/content/
DUriMatcherTest.java34 static final int PEOPLE_PHONES_ID = 4; field in UriMatcherTest
52 matcher.addURI("people", "#/phones/blah", PEOPLE_PHONES_ID); in testContentUris()
53 matcher.addURI("people", "#/phones/#", PEOPLE_PHONES_ID); in testContentUris()
73 matcher.addURI("people", "/#/phones/blah", PEOPLE_PHONES_ID); in testContentUrisWithLeadingSlash()
74 matcher.addURI("people", "/#/phones/#", PEOPLE_PHONES_ID); in testContentUrisWithLeadingSlash()
94 matcher.addURI("people", "/#/phones/blah", PEOPLE_PHONES_ID); in testContentUrisWithLeadingSlashAndOnlySlash()
95 matcher.addURI("people", "/#/phones/#", PEOPLE_PHONES_ID); in testContentUrisWithLeadingSlashAndOnlySlash()
169 check("content://people/2/phones/3", PEOPLE_PHONES_ID, matcher); in checkAll()