Searched refs:dirType (Results 1 – 1 of 1) sorted by relevance
733 final String dirType = extras.getString(Downloads.DIR_TYPE); in call() local734 if (!ArrayUtils.contains(Environment.STANDARD_DIRECTORIES, dirType)) { in call()735 throw new IllegalStateException("Not one of standard directories: " + dirType); in call()737 final File file = Environment.getExternalStoragePublicDirectory(dirType); in call()