Searched defs:ungrant (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/keystore/java/android/security/
H A DKeyStore.java275 public boolean ungrant(String key, int uid) { method in class:KeyStore
277 return mBinder.ungrant(key, uid) == NO_ERROR;
/frameworks/base/core/java/android/security/
H A DIKeystoreService.java388 public int ungrant(String name, int granteeUid) throws RemoteException { method in class:IKeystoreService.Stub.Proxy
646 public int ungrant(String name, int granteeUid) throws RemoteException; method in interface:IKeystoreService

Completed in 187 milliseconds