Home
last modified time | relevance | path

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

/aosp12/packages/providers/DownloadProvider/src/com/android/providers/downloads/
H A DHelpers.java597 isCallingAppInstaller(context, appOpsManager, callingPackage)) { in checkDestinationFilePathRestrictions()
621 private static boolean isCallingAppInstaller(Context context, AppOpsManager appOpsManager, in isCallingAppInstaller() method in Helpers