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

/frameworks/base/core/java/android/content/
H A DUriMatcher.java55 sURIMatcher.addURI("contacts", "people", PEOPLE);
56 sURIMatcher.addURI("contacts", "people/#", PEOPLE_ID);
57 sURIMatcher.addURI("contacts", "people/#/phones", PEOPLE_PHONES);
58 sURIMatcher.addURI("contacts", "people/#/phones/#", PEOPLE_PHONES_ID);
59 sURIMatcher.addURI("contacts", "people/#/contact_methods", PEOPLE_CONTACTMETHODS);
60 sURIMatcher.addURI("contacts", "people/#/contact_methods/#", PEOPLE_CONTACTMETHODS_ID);
61 sURIMatcher.addURI("contacts", "deleted_people", DELETED_PEOPLE);
62 sURIMatcher.addURI("contacts", "phones", PHONES);
63 sURIMatcher.addURI("contacts", "phones/filter/*", PHONES_FILTER);
64 sURIMatcher.addURI("contact
161 public void addURI(String authority, String path, int code) method in class:UriMatcher
[all...]

Completed in 514 milliseconds