Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DDownloadManager.java493 String subPath) { in setDestinationInExternalFilesDir() argument
508 setDestinationFromBase(file, subPath); in setDestinationInExternalFilesDir()
527 public Request setDestinationInExternalPublicDir(String dirType, String subPath) { in setDestinationInExternalPublicDir() argument
542 setDestinationFromBase(file, subPath); in setDestinationInExternalPublicDir()
546 private void setDestinationFromBase(File base, String subPath) { in setDestinationFromBase() argument
547 if (subPath == null) { in setDestinationFromBase()
550 mDestinationUri = Uri.withAppendedPath(Uri.fromFile(base), subPath); in setDestinationFromBase()