Searched defs:PEOPLE_CONTACTMETH_ID (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/net/
H A DUriMatcherTest.java35 static final int PEOPLE_CONTACTMETH_ID = 8; field in class:UriMatcherTest
54 matcher.addURI("people", "#/contact-methods/#", PEOPLE_CONTACTMETH_ID);
75 matcher.addURI("people", "/#/contact-methods/#", PEOPLE_CONTACTMETH_ID);
97 check("content://people/2/contact-methods/3", PEOPLE_CONTACTMETH_ID, matcher);

Completed in 6 milliseconds