HomeSort by relevance Sort by last modified time
    Searched defs:ungrant (Results 1 - 3 of 3) sorted by null

  /frameworks/base/keystore/java/android/security/
KeyStore.java 343 public boolean ungrant(String key, int uid) { method in class:KeyStore
345 return mBinder.ungrant(key, uid) == NO_ERROR;
  /system/security/keystore/
IKeystoreService.cpp 879 virtual int32_t ungrant(const String16& name, int32_t granteeUid) function in class:android::BpKeystoreService
885 status_t status = remote()->transact(BnKeystoreService::UNGRANT, data, &reply);
887 ALOGD("ungrant() could not contact remote: %d\n", status);
893 ALOGD("ungrant() caught exception %d\n", err);
    [all...]
key_store_service.cpp 438 int32_t KeyStoreService::ungrant(const String16& name, int32_t granteeUid) { function in class:android::KeyStoreService
    [all...]

Completed in 2324 milliseconds