Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DDownloadManager.java524 setDestinationFromBase(file, subPath); in setDestinationInExternalFilesDir()
558 setDestinationFromBase(file, subPath); in setDestinationInExternalPublicDir()
562 private void setDestinationFromBase(File base, String subPath) { in setDestinationFromBase() method in DownloadManager.Request