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

/frameworks/base/core/java/android/app/
H A DDownloadManager.java500 * @param dirType the directory type to pass to
508 public Request setDestinationInExternalFilesDir(Context context, String dirType, argument
510 final File file = context.getExternalFilesDir(dirType);
536 * @param dirType the directory type to pass to {@link Environment#getExternalStoragePublicDirectory(String)}
543 public Request setDestinationInExternalPublicDir(String dirType, String subPath) { argument
544 File file = Environment.getExternalStoragePublicDirectory(dirType);

Completed in 80 milliseconds