Searched refs:uriPath (Results 1 – 1 of 1) sorted by relevance
242 String uriPath = uri.getPath(); in getFileForUri() local244 uriPath = URLDecoder.decode(uriPath, "UTF-8"); in getFileForUri()248 if (uriPath.startsWith("/sdcard/")) { in getFileForUri()249 uriPath = in getFileForUri()250 uriPath.replaceAll( in getFileForUri()253 return new File(uriPath); in getFileForUri()