Home | History | Annotate | Download | only in devicepolicy

Lines Matching defs:granted

5427         // As the caller will be granted access to the key, ensure no UID was specified, as
5430 Log.e(LOG_TAG, "Only the caller can be granted access to the generated keypair.");
5598 // 3) Skip if all previously granted scopes are being cleared.
5754 * This is done by checking that {@code callerPackage} was granted {@code scope} delegation and
5774 // Retrieve the list of delegation scopes granted to callerPackage.
10863 int granted = mIPackageManager.checkPermission(permission,
10872 return granted == PackageManager.PERMISSION_GRANTED