HomeSort by relevance Sort by last modified time
    Searched refs:BASE_URI (Results 1 - 5 of 5) sorted by null

  /packages/apps/HTMLViewer/src/com/android/htmlviewer/
FileContentProvider.java 39 public static final String BASE_URI =
41 public static final int BASE_URI_LEN = BASE_URI.length();
HTMLViewerActivity.java 103 ? FileContentProvider.BASE_URI + uri.getEncodedPath()
  /libcore/luni/src/main/java/org/apache/harmony/xml/
ExpatReader.java 56 private static final String BASE_URI = "http://xml.org/sax/features/";
58 private static final String VALIDATION = BASE_URI + "validation";
59 private static final String NAMESPACES = BASE_URI + "namespaces";
61 = BASE_URI + "namespace-prefixes";
63 = BASE_URI + "string-interning";
  /packages/apps/Gallery3D/src/com/cooliris/picasa/
PicasaContentProvider.java 38 public static final Uri BASE_URI = Uri.parse("content://" + AUTHORITY);
39 public static final Uri PHOTOS_URI = Uri.withAppendedPath(BASE_URI, "photos");
40 public static final Uri ALBUMS_URI = Uri.withAppendedPath(BASE_URI, "albums");
  /external/jdiff/
xerces.jar 

Completed in 72 milliseconds