Searched refs:mUriMatcher (Results 1 - 9 of 9) sorted by relevance

/external/sl4a/InterpreterForAndroid/src/com/googlecode/android_scripting/interpreter/
H A DInterpreterProvider.java50 private UriMatcher mUriMatcher; field in class:InterpreterProvider
59 mUriMatcher = new UriMatcher(UriMatcher.NO_MATCH);
61 mUriMatcher.addURI(auth, InterpreterConstants.PROVIDER_PROPERTIES, PROPERTIES);
62 mUriMatcher.addURI(auth, InterpreterConstants.PROVIDER_ENVIRONMENT_VARIABLES,
64 mUriMatcher.addURI(auth, InterpreterConstants.PROVIDER_ARGUMENTS, ARGUMENTS);
102 switch (mUriMatcher.match(uri)) {
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/provider/
H A DApiProvider.java48 private final UriMatcher mUriMatcher; field in class:ApiProvider
52 mUriMatcher = new UriMatcher(UriMatcher.NO_MATCH);
53 mUriMatcher.addURI(AUTHORITY, SUGGESTIONS, SUGGESTIONS_ID);
96 switch (mUriMatcher.match(uri)) {
H A DScriptProvider.java54 private final UriMatcher mUriMatcher; field in class:ScriptProvider
60 mUriMatcher = new UriMatcher(UriMatcher.NO_MATCH);
61 mUriMatcher.addURI(AUTHORITY, LIVEFOLDER, LIVEFOLDER_ID);
62 mUriMatcher.addURI(AUTHORITY, SUGGESTIONS, SUGGESTIONS_ID);
94 switch (mUriMatcher.match(uri)) {
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 160 milliseconds