Searched defs:Uri (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/net/
H A DUri.java54 public abstract class Uri implements Parcelable, Comparable<Uri> { class in inherits:Parcelable,Comparable
86 In that same vein, all non-transient fields within Uri
114 private static final String LOG = Uri.class.getSimpleName();
131 public static final Uri EMPTY = new HierarchicalUri(null, Part.NULL,
137 private Uri() {} method in class:Uri
324 * Compares this Uri to another object for equality. Returns true if the
325 * encoded string representations of this Uri and the given Uri are
326 * equal. Case counts. Paths are not normalized. If one Uri specifie
[all...]

Completed in 36 milliseconds