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

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

Completed in 45 milliseconds