Home
last modified time | relevance | path

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

/external/sl4a/Utils/src/com/googlecode/android_scripting/
DFileUtils.java129 public static File getExternalDownload() { in getExternalDownload() method in FileUtils
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/wifi/
DHttpFacade.java137 File outFile = FileUtils.getExternalDownload(); in httpDownloadFile()
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/
DAndroidFacade.java1013 result.put("download", FileUtils.getExternalDownload().getAbsolutePath()); in environment()