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

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

Completed in 678 milliseconds