Home
last modified time | relevance | path

Searched refs:startRecoverySessionWithCertPath (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/
DRecoverableKeyStoreManagerTest.java725 mRecoverableKeyStoreManager.startRecoverySessionWithCertPath( in startRecoverySessionWithCertPath_storesTheSessionInfo()
742 mRecoverableKeyStoreManager.startRecoverySessionWithCertPath( in startRecoverySessionWithCertPath_checksPermissionFirst()
846 mRecoverableKeyStoreManager.startRecoverySessionWithCertPath( in startRecoverySessionWithCertPath_throwsIfBadNumberOfSecrets()
865 mRecoverableKeyStoreManager.startRecoverySessionWithCertPath( in startRecoverySessionWithCertPath_throwsIfPublicKeysMismatch()
883 mRecoverableKeyStoreManager.startRecoverySessionWithCertPath( in startRecoverySessionWithCertPath_throwsIfEmptyCertPath()
903 mRecoverableKeyStoreManager.startRecoverySessionWithCertPath( in startRecoverySessionWithCertPath_throwsIfInvalidCertPath()
/frameworks/base/core/java/com/android/internal/widget/
DILockSettings.aidl85 byte[] startRecoverySessionWithCertPath(in String sessionId, in String rootCertificateAlias, in startRecoverySessionWithCertPath() method
/frameworks/base/core/java/android/security/keystore/recovery/
DRecoverySession.java116 mRecoveryController.getBinder().startRecoverySessionWithCertPath( in start()
/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/
DRecoverableKeyStoreManager.java548 public @NonNull byte[] startRecoverySessionWithCertPath( in startRecoverySessionWithCertPath() method in RecoverableKeyStoreManager
/frameworks/base/services/core/java/com/android/server/locksettings/
DLockSettingsService.java2197 public @NonNull byte[] startRecoverySessionWithCertPath(@NonNull String sessionId, in startRecoverySessionWithCertPath() method in LockSettingsService
2202 return mRecoverableKeyStoreManager.startRecoverySessionWithCertPath( in startRecoverySessionWithCertPath()