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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DProfileAwareUriMatcher.java65 public void addURI(String authority, String path, int code) { method in class:ProfileAwareUriMatcher
66 super.addURI(authority, path, code);

Completed in 155 milliseconds