Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/companion/java/com/android/server/companion/
H A DPermissionsUtils.java176 if (checkCallerCanManageAssociationsForPackage(context, userId, packageName)) return; in enforceCallerCanManageAssociationsForPackage()
194 static boolean checkCallerCanManageAssociationsForPackage(@NonNull Context context, in checkCallerCanManageAssociationsForPackage() method in PermissionsUtils
213 if (!checkCallerCanManageAssociationsForPackage(context, userId, packageName)) { in sanitizeWithCallerChecks()