Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/text/
H A DBidiFormatter.java846 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()
/aosp12/frameworks/base/core/java/android/app/
H A DDownloadManager.java522 public Request setDestinationInExternalFilesDir(Context context, String dirType, in setDestinationInExternalFilesDir() argument
524 final File file = context.getExternalFilesDir(dirType); in setDestinationInExternalFilesDir()
563 public Request setDestinationInExternalPublicDir(String dirType, String subPath) { in setDestinationInExternalPublicDir() argument
564 File file = Environment.getExternalStoragePublicDirectory(dirType); in setDestinationInExternalPublicDir()
575 extras.putString(Downloads.DIR_TYPE, dirType); in setDestinationInExternalPublicDir()
/aosp12/frameworks/base/core/java/android/os/
H A DEnvironment.java1088 public static File[] buildExternalStoragePublicDirs(@NonNull String dirType) { in buildExternalStoragePublicDirs() argument
1090 return sCurrentUser.buildExternalStoragePublicDirs(dirType); in buildExternalStoragePublicDirs()
/aosp12/packages/providers/DownloadProvider/src/com/android/providers/downloads/
H A DDownloadProvider.java664 final String dirType = extras.getString(Downloads.DIR_TYPE); in call() local
665 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()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...