Home
last modified time | relevance | path

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

/frameworks/base/cmds/screencap/
Dscreencap.cpp96 String8 fileUrl("\""); in notifyMediaScanner() local
97 fileUrl.append(fileName); in notifyMediaScanner()
98 fileUrl.append("\""); in notifyMediaScanner()
/frameworks/av/cmds/screenrecord/
Dscreenrecord.cpp737 String8 fileUrl("file://"); in notifyMediaScanner() local
738 fileUrl.append(fileName); in notifyMediaScanner()
747 fileUrl.string(), in notifyMediaScanner()
/frameworks/base/docs/html/guide/components/
Dintents-filters.jd334 // The fileUrl is a string URL, such as "http://www.example.com/image.png"
336 downloadIntent.setData({@link android.net.Uri#parse Uri.parse}(fileUrl));