Home
last modified time | relevance | path

Searched refs:checkDestinationFilePathRestrictions (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
H A DHelpersTest.java427 Helpers.checkDestinationFilePathRestrictions(file, callingPackage, mockContext, in checkDestinationFilePathRestrictions_noPermission()
453 Helpers.checkDestinationFilePathRestrictions(file, callingPackage, mockContext, in checkDestinationFilePathRestrictions_installer()
479 Helpers.checkDestinationFilePathRestrictions(file, callingPackage, mockContext, in checkDestinationFilePathRestrictions_WES()
/aosp12/packages/providers/DownloadProvider/src/com/android/providers/downloads/
H A DHelpers.java587 static void checkDestinationFilePathRestrictions(File file, String callingPackage, in checkDestinationFilePathRestrictions() method in Helpers
H A DDownloadProvider.java1073 Helpers.checkDestinationFilePathRestrictions(file, getCallingPackage(), getContext(), in checkFileUriDestination()
1103 Helpers.checkDestinationFilePathRestrictions(file, getCallingPackage(), getContext(), in checkDownloadedFilePath()