Home
last modified time | relevance | path

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

12

/frameworks/base/core/tests/coretests/src/android/content/
DUriMatcherTest.java48 UriMatcher matcher = new UriMatcher(ROOT); in testContentUris()
69 UriMatcher matcher = new UriMatcher(ROOT); in testContentUrisWithLeadingSlash()
90 UriMatcher matcher = new UriMatcher(ROOT); in testContentUrisWithLeadingSlashAndOnlySlash()
117 Field textField = UriMatcher.class.getDeclaredField("mText"); in testTextCreatesNoDuplicateStrings()
120 UriMatcher matcher = new UriMatcher(ROOT); in testTextCreatesNoDuplicateStrings()
124 UriMatcher authorityChild = getOnlyChild(matcher); in testTextCreatesNoDuplicateStrings()
125 ArrayList<UriMatcher> mChildren = getChildren(authorityChild); in testTextCreatesNoDuplicateStrings()
126 UriMatcher peopleChild = mChildren.get(0); in testTextCreatesNoDuplicateStrings()
127 UriMatcher callsChild = mChildren.get(1); in testTextCreatesNoDuplicateStrings()
130 UriMatcher peopleSharp = getOnlyChild(peopleChild); in testTextCreatesNoDuplicateStrings()
[all …]
DMemoryFileProvider.java53 private static final UriMatcher sURLMatcher = new UriMatcher(
54 UriMatcher.NO_MATCH);
/frameworks/base/core/java/android/content/
DUriMatcher.java123 public class UriMatcher class
131 public UriMatcher(int code) in UriMatcher() method in UriMatcher
135 mChildren = new ArrayList<UriMatcher>(); in UriMatcher()
139 private UriMatcher(int which, String text) in UriMatcher() method in UriMatcher
143 mChildren = new ArrayList<UriMatcher>(); in UriMatcher()
179 UriMatcher node = this; in addURI()
182 ArrayList<UriMatcher> children = node.mChildren; in addURI()
184 UriMatcher child; in addURI()
203 private static UriMatcher createChild(String token) {
206 return new UriMatcher(NUMBER, "#");
[all …]
DSearchRecentSuggestionsProvider.java116 private UriMatcher mUriMatcher;
189 mUriMatcher = new UriMatcher(UriMatcher.NO_MATCH); in setupSuggestions()
/frameworks/base/core/java/android/provider/
DContactsInternal.java24 import android.content.UriMatcher;
42 private static final UriMatcher sContactsUriMatcher = new UriMatcher(UriMatcher.NO_MATCH);
49 final UriMatcher matcher = sContactsUriMatcher;
DSearchIndexablesProvider.java25 import android.content.UriMatcher;
73 private UriMatcher mMatcher;
89 mMatcher = new UriMatcher(UriMatcher.NO_MATCH); in attachInfo()
DDocumentsProvider.java51 import android.content.UriMatcher;
159 private UriMatcher mMatcher;
194 mMatcher = new UriMatcher(UriMatcher.NO_MATCH); in registerAuthority()
/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/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DFakeSmsContentProvider.java22 import android.content.UriMatcher;
34 private static final UriMatcher sURLMatcher =
35 new UriMatcher(UriMatcher.NO_MATCH);
DFakeTelephonyProvider.java21 import android.content.UriMatcher;
186 UriMatcher matcher = new UriMatcher(UriMatcher.NO_MATCH); in update()
/frameworks/opt/photoviewer/sample/src/com/example/photoviewersample/
DSampleProvider.java5 import android.content.UriMatcher;
25 private static final UriMatcher sUriMatcher = new UriMatcher(UriMatcher.NO_MATCH);
/frameworks/base/core/tests/coretests/src/android/app/activity/
DLocalProvider.java19 import android.content.UriMatcher;
49 private static final UriMatcher sURLMatcher = new UriMatcher(
50 UriMatcher.NO_MATCH);
/frameworks/libs/systemui/weathereffects/src/com/google/android/wallpaper/weathereffects/provider/
DWeatherEffectsContentProvider.kt21 import android.content.UriMatcher in <lambda>()
39 private val uriMatcher = UriMatcher(UriMatcher.NO_MATCH).apply { in <lambda>()
/frameworks/base/packages/SettingsLib/Spa/spa/src/com/android/settingslib/spa/debug/
DProviderColumn.kt19 import android.content.UriMatcher
95 internal fun QueryEnum.addUri(uriMatcher: UriMatcher, authority: String) { in addUri()
DDebugProvider.kt24 import android.content.UriMatcher
53 private val uriMatcher = UriMatcher(UriMatcher.NO_MATCH)
/frameworks/base/telephony/common/com/google/android/mms/util/
DPduCache.java22 import android.content.UriMatcher;
48 private static final UriMatcher URI_MATCHER;
54 URI_MATCHER = new UriMatcher(UriMatcher.NO_MATCH);
/frameworks/opt/net/ims/src/java/com/android/ims/rcs/uce/eab/
DEabProvider.java26 import android.content.UriMatcher;
91 private static final UriMatcher URI_MATCHER = new UriMatcher(UriMatcher.NO_MATCH);
/frameworks/base/packages/SettingsLib/Spa/spa/src/com/android/settingslib/spa/search/
DSpaSearchProvider.kt22 import android.content.UriMatcher
56 private val uriMatcher = UriMatcher(UriMatcher.NO_MATCH)
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DCustomizationProvider.kt24 import android.content.UriMatcher in <lambda>()
53 UriMatcher(UriMatcher.NO_MATCH).apply { in <lambda>()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DIccProvider.java22 import android.content.UriMatcher;
87 private static final UriMatcher URL_MATCHER =
88 new UriMatcher(UriMatcher.NO_MATCH);
/frameworks/base/ravenwood/texts/
Dravenwood-annotation-allowed-classes.txt198 android.content.UriMatcher
/frameworks/base/boot/
Dboot-image-profile.txt4297 HSPLandroid/content/UriMatcher;-><init>(I)V
4298 HSPLandroid/content/UriMatcher;-><init>(ILjava/lang/String;)V
4299 HSPLandroid/content/UriMatcher;->addURI(Ljava/lang/String;Ljava/lang/String;I)V
4300 HSPLandroid/content/UriMatcher;->createChild(Ljava/lang/String;)Landroid/content/UriMatcher;
4301 HSPLandroid/content/UriMatcher;->match(Landroid/net/Uri;)I
23956 Landroid/content/UriMatcher;
Dpreloaded-classes1577 android.content.UriMatcher
/frameworks/base/config/
Dboot-image-profile.txt4300 HSPLandroid/content/UriMatcher;-><init>(I)V
4301 HSPLandroid/content/UriMatcher;-><init>(ILjava/lang/String;)V
4302 HSPLandroid/content/UriMatcher;->addURI(Ljava/lang/String;Ljava/lang/String;I)V
4303 HSPLandroid/content/UriMatcher;->createChild(Ljava/lang/String;)Landroid/content/UriMatcher;
4304 HSPLandroid/content/UriMatcher;->match(Landroid/net/Uri;)I
34090 Landroid/content/UriMatcher;
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt14063 Landroid/content/SearchRecentSuggestionsProvider;->mUriMatcher:Landroid/content/UriMatcher;
14256 Landroid/content/UriMatcher;-><init>()V
14257 Landroid/content/UriMatcher;->EXACT:I
14258 Landroid/content/UriMatcher;->mCode:I
14259 Landroid/content/UriMatcher;->mWhich:I
14260 Landroid/content/UriMatcher;->NUMBER:I
14261 Landroid/content/UriMatcher;->TEXT:I
41188 Landroid/provider/ContactsInternal;->sContactsUriMatcher:Landroid/content/UriMatcher;
41267 Landroid/provider/DocumentsProvider;->mMatcher:Landroid/content/UriMatcher;
41429 Landroid/provider/SearchIndexablesProvider;->mMatcher:Landroid/content/UriMatcher;

12