Searched refs:granteeUid (Results 1 – 2 of 2) sorted by relevance
/aosp14/frameworks/base/keystore/java/android/security/ |
H A D | KeyStore2.java | 229 public KeyDescriptor grant(KeyDescriptor descriptor, int granteeUid, int accessVector) in grant() argument 232 (service) -> service.grant(descriptor, granteeUid, accessVector) in grant() 244 public void ungrant(KeyDescriptor descriptor, int granteeUid) in ungrant() argument 247 service.ungrant(descriptor, granteeUid); in ungrant()
|
/aosp14/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/ |
H A D | DevicePolicyManagerService.java | 6489 final int granteeUid; 6495 granteeUid = ai.uid; 6500 return setKeyChainGrantInternal(alias, hasGrant, granteeUid, caller.getUserHandle()); 6510 private boolean setKeyChainGrantInternal(String alias, boolean hasGrant, int granteeUid, 6517 return keyChain.setGrant(granteeUid, alias, hasGrant);
|