Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/content/
DUriMatcherTest.java38 static final int PEOPLE_CONTACTMETH_ID = 8; field in UriMatcherTest
57 matcher.addURI("people", "#/contact-methods/#", PEOPLE_CONTACTMETH_ID); in testContentUris()
78 matcher.addURI("people", "/#/contact-methods/#", PEOPLE_CONTACTMETH_ID); in testContentUrisWithLeadingSlash()
99 matcher.addURI("people", "/#/contact-methods/#", PEOPLE_CONTACTMETH_ID); in testContentUrisWithLeadingSlashAndOnlySlash()
175 check("content://people/2/contact-methods/3", PEOPLE_CONTACTMETH_ID, matcher); in checkAll()