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

/frameworks/base/core/java/android/content/
H A DUriMatcher.java28 <p>To use this class, build up a tree of <code>UriMatcher</code> objects.
51 private static final UriMatcher sURIMatcher = new UriMatcher(UriMatcher.NO_MATCH);
122 public class UriMatcher class
130 public UriMatcher(int code) method in class:UriMatcher
134 mChildren = new ArrayList<UriMatcher>();
138 private UriMatcher() method in class:UriMatcher
142 mChildren = new ArrayList<UriMatcher>();
178 UriMatcher nod
[all...]

Completed in 59 milliseconds