Home | History | Annotate | Download | only in recoverablekeystore

Lines Matching defs:Binder

34 import android.os.Binder;
179 int uid = Binder.getCallingUid();
330 int uid = Binder.getCallingUid();
341 int uid = Binder.getCallingUid();
352 int uid = Binder.getCallingUid();
386 long updatedRows = mDatabase.setRecoveryStatus(Binder.getCallingUid(), alias, status);
404 return mDatabase.getStatusForAllKeys(Binder.getCallingUid());
418 int uid = Binder.getCallingUid();
455 Binder.getCallingUid());
481 int uid = Binder.getCallingUid();
597 int uid = Binder.getCallingUid();
657 mRecoverySessionStorage.remove(Binder.getCallingUid(), sessionId);
663 int uid = Binder.getCallingUid();
682 int uid = Binder.getCallingUid();
731 int uid = Binder.getCallingUid();
766 int uid = Binder.getCallingUid();
916 "Caller " + Binder.getCallingUid() + " doesn't have RecoverKeyStore permission.");