Home
last modified time | relevance | path

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

/aosp14/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()
/aosp14/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()
/aosp14/frameworks/base/core/java/android/os/
H A DEnvironment.java1164 public static File[] buildExternalStoragePublicDirs(@NonNull String dirType) { in buildExternalStoragePublicDirs() argument
1166 return sCurrentUser.buildExternalStoragePublicDirs(dirType); in buildExternalStoragePublicDirs()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...