Home
last modified time | relevance | path

Searched defs:filePath (Results 1 – 1 of 1) sorted by relevance

/development/samples/browseable/DragAndDropAcrossApps/DragSource/src/com.example.android/dragsource/
DDragSourceFragment.java198 File filePath = new File(getContext().getFilesDir(), "images"); in getFileUri() local
217 private void copyImageResourceToFile(int resourceId, File filePath) { in copyImageResourceToFile()