Home
last modified time | relevance | path

Searched refs:uriPath (Results 1 – 1 of 1) sorted by relevance

/tools/tradefederation/core/util-apps/ContentProvider/main/java/android/tradefed/contentprovider/
DManagedFileContentProvider.java242 String uriPath = uri.getPath(); in getFileForUri() local
244 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()