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

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

Completed in 1504 milliseconds