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

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

Completed in 60 milliseconds