Searched refs:ungrant (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/keystore/tests/src/android/security/
H A DKeyStoreTest.java513 assertTrue("Should be able to ungrant key to other user",
514 mKeyStore.ungrant(TEST_KEYNAME, 0));
527 assertTrue("Should be able to ungrant key to other user",
528 mKeyStore.ungrant(TEST_KEYNAME, 0));
532 assertFalse("Should fail to ungrant key when keystore not initialized",
533 mKeyStore.ungrant(TEST_KEYNAME, 0));
545 mKeyStore.ungrant(TEST_KEYNAME, 0));
559 assertTrue("Should be able to ungrant key to other user",
560 mKeyStore.ungrant(TEST_KEYNAME, 0));
562 assertFalse("Should fail to ungrant ke
[all...]
/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 2391 milliseconds