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

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/provider/
SharedImageProvider.java 87 String uriPath = uri.getLastPathSegment();
88 if (uriPath == null) {
103 File path = new File(uriPath);
126 String uriPath = uri.getLastPathSegment();
127 if (uriPath == null) {
132 File path = new File(uriPath);
  /libcore/luni/src/main/java/java/net/
HttpCookie.java 136 String uriPath = matchablePath(uri.getPath());
138 return uriPath.startsWith(cookiePath);

Completed in 510 milliseconds