Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SoundPicker/src/com/android/soundpicker/
H A DRingtoneOverlayService.java75 @NonNull final String subPath) { in copyResourceAndSetAsSound() argument
76 final File destDir = Environment.getExternalStoragePublicDirectory(subPath); in copyResourceAndSetAsSound()
/aosp14/frameworks/base/graphics/java/android/graphics/
H A DGraphicsStatsService.java258 String subPath = String.format("%d", targetDay); in pullGraphicsStatsImpl() local
259 File dateDir = new File(mGraphicsStatsDir, subPath); in pullGraphicsStatsImpl()
295 String subPath = String.format("%d/%s/%d/total", in pathForApp() local
298 return new File(mGraphicsStatsDir, subPath); in pathForApp()
/aosp14/frameworks/base/core/java/android/app/
H A DDownloadManager.java523 String subPath) { in setDestinationInExternalFilesDir() argument
538 setDestinationFromBase(file, subPath); in setDestinationInExternalFilesDir()
563 public Request setDestinationInExternalPublicDir(String dirType, String subPath) { in setDestinationInExternalPublicDir() argument
592 setDestinationFromBase(file, subPath); in setDestinationInExternalPublicDir()
596 private void setDestinationFromBase(File base, String subPath) { in setDestinationFromBase() argument
597 if (subPath == null) { in setDestinationFromBase()
600 mDestinationUri = Uri.withAppendedPath(Uri.fromFile(base), subPath); in setDestinationFromBase()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...