Searched refs:dirType (Results 1 – 5 of 5) sorted by relevance
846 byte dirType = getCachedDirectionality(lastChar); in dirTypeForward()850 dirType = skipTagForward(); in dirTypeForward()852 dirType = skipEntityForward(); in dirTypeForward()855 return dirType; in dirTypeForward()876 byte dirType = getCachedDirectionality(lastChar); in dirTypeBackward()880 dirType = skipTagBackward(); in dirTypeBackward()882 dirType = skipEntityBackward(); in dirTypeBackward()885 return dirType; in dirTypeBackward()
522 public Request setDestinationInExternalFilesDir(Context context, String dirType, in setDestinationInExternalFilesDir() argument524 final File file = context.getExternalFilesDir(dirType); in setDestinationInExternalFilesDir()563 public Request setDestinationInExternalPublicDir(String dirType, String subPath) { in setDestinationInExternalPublicDir() argument564 File file = Environment.getExternalStoragePublicDirectory(dirType); in setDestinationInExternalPublicDir()575 extras.putString(Downloads.DIR_TYPE, dirType); in setDestinationInExternalPublicDir()
1088 public static File[] buildExternalStoragePublicDirs(@NonNull String dirType) { in buildExternalStoragePublicDirs() argument1090 return sCurrentUser.buildExternalStoragePublicDirs(dirType); in buildExternalStoragePublicDirs()
664 final String dirType = extras.getString(Downloads.DIR_TYPE); in call() local665 if (!ArrayUtils.contains(Environment.STANDARD_DIRECTORIES, dirType)) { in call()666 throw new IllegalStateException("Not one of standard directories: " + dirType); in call()668 final File file = Environment.getExternalStoragePublicDirectory(dirType); in call()
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...