Home
last modified time | relevance | path

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

/packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
DHelpersTest.java450 Helpers.checkDestinationFilePathRestrictions(file, callingPackage, mockContext, in checkDestinationFilePathRestrictions_noPermission()
476 Helpers.checkDestinationFilePathRestrictions(file, callingPackage, mockContext, in checkDestinationFilePathRestrictions_installer()
502 Helpers.checkDestinationFilePathRestrictions(file, callingPackage, mockContext, in checkDestinationFilePathRestrictions_WES()
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DHelpers.java601 static void checkDestinationFilePathRestrictions(File file, String callingPackage, in checkDestinationFilePathRestrictions() method in Helpers
DDownloadProvider.java1090 Helpers.checkDestinationFilePathRestrictions(file, getCallingPackage(), getContext(), in checkFileUriDestination()
1120 Helpers.checkDestinationFilePathRestrictions(file, getCallingPackage(), getContext(), in checkDownloadedFilePath()