Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/provider/
DSharedImageProvider.java87 String uriPath = uri.getLastPathSegment(); in query() local
88 if (uriPath == null) { in query()
103 File path = new File(uriPath); in query()
126 String uriPath = uri.getLastPathSegment(); in openFile() local
127 if (uriPath == null) { in openFile()
132 File path = new File(uriPath); in openFile()