Searched refs:granteeUid (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/keystore/java/android/security/ |
D | KeyStore2.java | 247 public KeyDescriptor grant(KeyDescriptor descriptor, int granteeUid, int accessVector) in grant() argument 252 (service) -> service.grant(descriptor, granteeUid, accessVector) in grant() 264 public void ungrant(KeyDescriptor descriptor, int granteeUid) in ungrant() argument 269 service.ungrant(descriptor, granteeUid); in ungrant()
|
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/ |
D | DevicePolicyManagerService.java | 6681 final int granteeUid; 6687 granteeUid = ai.uid; 6692 return setKeyChainGrantInternal(alias, hasGrant, granteeUid, caller.getUserHandle()); 6702 private boolean setKeyChainGrantInternal(String alias, boolean hasGrant, int granteeUid, 6709 return keyChain.setGrant(granteeUid, alias, hasGrant);
|