Searched refs:checkDestinationFilePathRestrictions (Results 1 – 3 of 3) sorted by relevance
/aosp12/packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/ |
H A D | HelpersTest.java | 427 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 D | Helpers.java | 587 static void checkDestinationFilePathRestrictions(File file, String callingPackage, in checkDestinationFilePathRestrictions() method in Helpers
|
H A D | DownloadProvider.java | 1073 Helpers.checkDestinationFilePathRestrictions(file, getCallingPackage(), getContext(), in checkFileUriDestination() 1103 Helpers.checkDestinationFilePathRestrictions(file, getCallingPackage(), getContext(), in checkDownloadedFilePath()
|