Home
last modified time | relevance | path

Searched refs:ERROR_NO_SNAPSHOT_PENDING (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/security/keystore/recovery/
DRecoveryController.java193 public static final int ERROR_NO_SNAPSHOT_PENDING = 21; field in RecoveryController
377 if (e.errorCode == ERROR_NO_SNAPSHOT_PENDING) { in getKeyChainSnapshot()
/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/
DRecoverableKeyStoreManager.java25 import static android.security.keystore.recovery.RecoveryController.ERROR_NO_SNAPSHOT_PENDING;
379 throw new ServiceSpecificException(ERROR_NO_SNAPSHOT_PENDING); in getKeyChainSnapshot()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt47669 Landroid/security/keystore/recovery/RecoveryController;->ERROR_NO_SNAPSHOT_PENDING:I