Searched defs:ungrant (Results 1 – 6 of 6) sorted by relevance
44 void ungrant(in android.system.keystore2.KeyDescriptor key, in int granteeUid); in ungrant() method
190 void ungrant(in KeyDescriptor key, in int granteeUid); in ungrant() method
343 fn ungrant(&self, key: &KeyDescriptor, grantee_uid: i32) -> Result<()> { in ungrant() method403 fn ungrant(&self, key: &KeyDescriptor, grantee_uid: i32) -> binder::public_api::Result<()> { in ungrant() method
3096 pub fn ungrant( in ungrant() method
234 public void ungrant(KeyDescriptor descriptor, int granteeUid) in ungrant() method in KeyStore2