Home
last modified time | relevance | path

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

/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DHelpers.java611 isCallingAppInstaller(context, appOpsManager, callingPackage)) { in checkDestinationFilePathRestrictions()
635 private static boolean isCallingAppInstaller(Context context, AppOpsManager appOpsManager, in isCallingAppInstaller() method in Helpers