OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BASE_URI
(Results
1 - 8
of
8
) sorted by null
/packages/apps/HTMLViewer/src/com/android/htmlviewer/
FileContentProvider.java
39
public static final String
BASE_URI
=
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/util/
TypedUriMatcherImplTest.java
52
private final static String
BASE_URI
= "scheme://" + AUTHORITY + "/";
68
assertUriTypeMatch(TestUriType.NO_MATCH,
BASE_URI
+ "test");
72
assertUriTypeMatch(TestUriType.SIMPLE_URI,
BASE_URI
+ "build");
76
assertUriTypeMatch(TestUriType.URI_WITH_ID,
BASE_URI
+ "build/2");
78
assertUriTypeMatch(TestUriType.NO_MATCH,
BASE_URI
+ "build/a");
80
assertUriTypeMatch(TestUriType.NO_MATCH,
BASE_URI
+ "build/2/more");
84
assertUriTypeMatch(TestUriType.URI_WITH_TWO_IDS,
BASE_URI
+ "project/vm/build/3");
86
assertUriTypeMatch(TestUriType.NO_MATCH,
BASE_URI
+ "project/vm/build/");
88
assertUriTypeMatch(TestUriType.NO_MATCH,
BASE_URI
+ "project/vm/x/build/3");
/libcore/luni/src/main/java/org/apache/harmony/xml/
ExpatReader.java
56
private static final String
BASE_URI
= "http://xml.org/sax/features/";
57
private static final String VALIDATION =
BASE_URI
+ "validation";
58
private static final String NAMESPACES =
BASE_URI
+ "namespaces";
59
private static final String NAMESPACE_PREFIXES =
BASE_URI
+ "namespace-prefixes";
60
private static final String STRING_INTERNING =
BASE_URI
+ "string-interning";
62
=
BASE_URI
+ "external-general-entities";
64
=
BASE_URI
+ "external-parameter-entities";
/packages/apps/Gallery2/src/com/android/gallery3d/provider/
GalleryProvider.java
48
public static final Uri
BASE_URI
= Uri.parse("content://" + AUTHORITY);
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
EmlMessageViewFragment.java
61
private static final String
BASE_URI
= "x-thread://message/rfc822/";
226
return
BASE_URI
;
/packages/apps/UnifiedEmail/src/com/android/mail/providers/
EmlAttachmentProvider.java
78
private static Uri
BASE_URI
;
97
BASE_URI
= new Uri.Builder().scheme("content").authority(authority).build();
394
return
BASE_URI
.buildUpon().appendPath(Integer.toString(emlFileUri.hashCode()))
403
return
BASE_URI
.buildUpon()
412
return
BASE_URI
.buildUpon().appendPath(Integer.toString(emlFileUri.hashCode()))
/prebuilts/tools/common/m2/internal/xerces/xercesImpl/2.6.2/
xercesImpl-2.6.2.jar
/external/jdiff/
xerces.jar
Completed in 717 milliseconds