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

/frameworks/base/core/java/android/security/keystore/recovery/
H A DRecoverySession.java50 private final RecoveryController mRecoveryController; field in class:RecoverySession
54 mRecoveryController = recoveryController;
145 mRecoveryController.getBinder().startRecoverySessionWithCertPath(
160 throw mRecoveryController.wrapUnexpectedServiceSpecificException(e);
195 Map<String, String> grantAliases = mRecoveryController
208 throw mRecoveryController.wrapUnexpectedServiceSpecificException(e);
220 key = mRecoveryController.getKeyFromGrant(grantAlias);
250 mRecoveryController.getBinder().closeSession(mSessionId);

Completed in 54 milliseconds