Searched refs:UriMatcher (Results 1 – 13 of 13) sorted by relevance
117 public class UriMatcher class125 public UriMatcher(int code) in UriMatcher() method in UriMatcher129 mChildren = new ArrayList<UriMatcher>(); in UriMatcher()133 private UriMatcher() in UriMatcher() method in UriMatcher137 mChildren = new ArrayList<UriMatcher>(); in UriMatcher()160 UriMatcher node = this; in addURI()163 ArrayList<UriMatcher> children = node.mChildren; in addURI()165 UriMatcher child; in addURI()176 child = new UriMatcher(); in addURI()207 UriMatcher node = this;[all …]
109 private UriMatcher mUriMatcher;181 mUriMatcher = new UriMatcher(UriMatcher.NO_MATCH); in setupSuggestions()
19 import android.content.UriMatcher;43 check("content://asdf", UriMatcher.NO_MATCH); in testContentUris()46 check("content://people/asdf", UriMatcher.NO_MATCH); in testContentUris()49 check("content://people/2/phones/asdf", UriMatcher.NO_MATCH); in testContentUris()52 check("content://people/2/addresses/asdf", UriMatcher.NO_MATCH); in testContentUris()55 check("content://people/2/contact-methods/asdf", UriMatcher.NO_MATCH); in testContentUris()58 check("content://calls/asdf", UriMatcher.NO_MATCH); in testContentUris()65 private static final UriMatcher mURLMatcher = new UriMatcher(ROOT);
23 import android.content.UriMatcher;37 private static final UriMatcher sURLMatcher = new UriMatcher(38 UriMatcher.NO_MATCH);
19 import android.content.UriMatcher;36 private static final UriMatcher sURLMatcher = new UriMatcher(37 UriMatcher.NO_MATCH);
53 private static final UriMatcher sURLMatcher = new UriMatcher(54 UriMatcher.NO_MATCH);
21 import android.content.UriMatcher;47 private static final UriMatcher URI_MATCHER;53 URI_MATCHER = new UriMatcher(UriMatcher.NO_MATCH);
20 import android.content.UriMatcher;206 private static final UriMatcher URL_MATCHER =207 new UriMatcher(UriMatcher.NO_MATCH);
877 private static final UriMatcher sURIMatcher = new UriMatcher(UriMatcher.NO_MATCH);
218 android.content.UriMatcher
2064 http://developer.android.com/reference/android/content/UriMatcher.html
5895 public class UriMatcher {5896 ctor public UriMatcher(int);