Searched refs:isCallerAllowed (Results 1 – 2 of 2) sorted by relevance
152 if (!isCallerAllowed(context, callingPackage, callingUid)) { in checkCallerAllowed()160 public static boolean isCallerAllowed(Context context, String callingPackage, int callingUid) { in isCallerAllowed() method in PackageValidator
261 if (!PackageValidator.isCallerAllowed(this, clientPackageName, clientUid)) { in onGetRoot()