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