Searched defs:dirType (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/app/
H A DDownloadManager.java484 * @param dirType the directory type to pass to
492 public Request setDestinationInExternalFilesDir(Context context, String dirType, argument
494 final File file = context.getExternalFilesDir(dirType);
520 * @param dirType the directory type to pass to {@link Environment#getExternalStoragePublicDirectory(String)}
527 public Request setDestinationInExternalPublicDir(String dirType, String subPath) { argument
528 File file = Environment.getExternalStoragePublicDirectory(dirType);

Completed in 101 milliseconds