HomeSort by relevance Sort by last modified time
    Searched refs:StringUri (Results 1 - 4 of 4) sorted by null

  /external/robolectric/v1/src/main/java/android/net/
Uri__FromAndroid.java 48 URI string (StringUri) and another if the user passes in the
378 return new StringUri(uriString);
406 private static class StringUri extends AbstractHierarchicalUri {
414 private StringUri(String uriString) {
423 return new StringUri(parcel.readString());
    [all...]
  /frameworks/base/core/java/android/net/
Uri.java 62 URI string (StringUri) and another if the user passes in the
452 return new StringUri(uriString);
480 private static class StringUri extends AbstractHierarchicalUri {
488 private StringUri(String uriString) {
497 return new StringUri(parcel.readString());
    [all...]
  /frameworks/base/config/
boot-image-profile.txt     [all...]
preloaded-classes     [all...]

Completed in 71 milliseconds