Home
last modified time | relevance | path

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

/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DDownloadProvider.java662 final String dirType = extras.getString(Downloads.DIR_TYPE); in call() local
663 if (!ArrayUtils.contains(Environment.STANDARD_DIRECTORIES, dirType)) { in call()
664 throw new IllegalStateException("Not one of standard directories: " + dirType); in call()
666 final File file = Environment.getExternalStoragePublicDirectory(dirType); in call()