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

  /frameworks/base/core/java/android/security/
IKeystoreService.java 465 public int clear_uid(long uid) throws RemoteException { method in class:IKeystoreService.Stub.Proxy
655 public int clear_uid(long uid) throws RemoteException; method in interface:IKeystoreService
  /system/security/keystore/
IKeystoreService.cpp 564 virtual int32_t clear_uid(int64_t uid) function in class:android::BpKeystoreService
569 status_t status = remote()->transact(BnKeystoreService::CLEAR_UID, data, &reply);
571 ALOGD("clear_uid() could not contact remote: %d\n", status);
577 ALOGD("clear_uid() caught exception %d\n", err);
    [all...]
keystore.cpp 186 "clear_uid",
2321 int32_t clear_uid(int64_t targetUid64) { function in class:android::KeyStoreProxy
    [all...]

Completed in 55 milliseconds