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