Home
last modified time | relevance | path

Searched refs:UriMatcher (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/core/java/android/content/
DUriMatcher.java117 public class UriMatcher class
125 public UriMatcher(int code) in UriMatcher() method in UriMatcher
129 mChildren = new ArrayList<UriMatcher>(); in UriMatcher()
133 private UriMatcher() in UriMatcher() method in UriMatcher
137 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 …]
DSearchRecentSuggestionsProvider.java109 private UriMatcher mUriMatcher;
181 mUriMatcher = new UriMatcher(UriMatcher.NO_MATCH); in setupSuggestions()
/frameworks/base/core/tests/coretests/src/android/net/
DUriMatcherTest.java19 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);
/frameworks/base/core/tests/coretests/src/android/app/
DSuggestionProvider.java23 import android.content.UriMatcher;
37 private static final UriMatcher sURLMatcher = new UriMatcher(
38 UriMatcher.NO_MATCH);
/frameworks/base/core/tests/coretests/src/android/app/activity/
DLocalProvider.java19 import android.content.UriMatcher;
36 private static final UriMatcher sURLMatcher = new UriMatcher(
37 UriMatcher.NO_MATCH);
/frameworks/base/core/tests/coretests/src/android/content/
DMemoryFileProvider.java53 private static final UriMatcher sURLMatcher = new UriMatcher(
54 UriMatcher.NO_MATCH);
/frameworks/base/core/java/com/google/android/mms/util/
DPduCache.java21 import android.content.UriMatcher;
47 private static final UriMatcher URI_MATCHER;
53 URI_MATCHER = new UriMatcher(UriMatcher.NO_MATCH);
/frameworks/base/telephony/java/com/android/internal/telephony/
DIccProvider.java20 import android.content.UriMatcher;
206 private static final UriMatcher URL_MATCHER =
207 new UriMatcher(UriMatcher.NO_MATCH);
/frameworks/base/docs/html/guide/topics/clipboard/
Dcopy-paste.jd877 private static final UriMatcher sURIMatcher = new UriMatcher(UriMatcher.NO_MATCH);
/frameworks/base/
Dpreloaded-classes218 android.content.UriMatcher
/frameworks/base/docs/html/
Dsitemap.txt2064 http://developer.android.com/reference/android/content/UriMatcher.html
/frameworks/base/api/
Dcurrent.txt5895 public class UriMatcher {
5896 ctor public UriMatcher(int);
D14.txt5895 public class UriMatcher {
5896 ctor public UriMatcher(int);