HomeSort by relevance Sort by last modified time
    Searched full:fromdecoded (Results 1 - 2 of 2) sorted by null

  /external/robolectric/src/main/java/android/net/
Uri__FromAndroid.java 396 PathPart path = PathPart.fromDecoded(file.getAbsolutePath());
766 return new OpaqueUri(scheme, Part.fromDecoded(ssp),
767 Part.fromDecoded(fragment));
    [all...]
  /frameworks/base/core/java/android/net/
Uri.java 448 PathPart path = PathPart.fromDecoded(file.getAbsolutePath());
818 return new OpaqueUri(scheme, Part.fromDecoded(ssp),
819 Part.fromDecoded(fragment));
    [all...]

Completed in 539 milliseconds