Home
last modified time | relevance | path

Searched defs:startRecoverySessionWithCertPath (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DILockSettings.aidl92 byte[] startRecoverySessionWithCertPath(in String sessionId, in String rootCertificateAlias, in startRecoverySessionWithCertPath() method
/aosp14/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/
H A DRecoverableKeyStoreManager.java579 public @NonNull byte[] startRecoverySessionWithCertPath( in startRecoverySessionWithCertPath() method in RecoverableKeyStoreManager
/aosp14/frameworks/base/services/core/java/com/android/server/locksettings/
H A DLockSettingsService.java2530 public @NonNull byte[] startRecoverySessionWithCertPath(@NonNull String sessionId, in startRecoverySessionWithCertPath() method in LockSettingsService