Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DDownloadManager.java466 setDestinationFromBase(context.getExternalFilesDir(dirType), subPath); in setDestinationInExternalFilesDir()
496 setDestinationFromBase(file, subPath); in setDestinationInExternalPublicDir()
500 private void setDestinationFromBase(File base, String subPath) { in setDestinationFromBase() method in DownloadManager.Request