Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/security/keystore/recovery/
DRecoveryController.java186 public static final int RECOVERY_STATUS_PERMANENT_FAILURE = 3; field in RecoveryController
485 return RecoveryController.RECOVERY_STATUS_PERMANENT_FAILURE; in getRecoveryStatus()
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/storage/
DRecoverableKeyStoreDbTest.java393 .isEqualTo(RecoveryController.RECOVERY_STATUS_PERMANENT_FAILURE); in setPlatformKeyGenerationId_invalidatesExistingKeysForUser()
529 .isEqualTo(RecoveryController.RECOVERY_STATUS_PERMANENT_FAILURE); in testInvalidateKeysForUser_withSingleKey()
556 .isEqualTo(RecoveryController.RECOVERY_STATUS_PERMANENT_FAILURE); in testInvalidateKeysForUserIdOnCustomScreenLock()
/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/storage/
DRecoverableKeyStoreDb.java450 RecoveryController.RECOVERY_STATUS_PERMANENT_FAILURE); in invalidateKeysForUser()
462 RecoveryController.RECOVERY_STATUS_PERMANENT_FAILURE); in invalidateKeysForUserIdOnCustomScreenLock()
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/
DKeySyncTaskTest.java896 assertEquals(RecoveryController.RECOVERY_STATUS_PERMANENT_FAILURE, status); in run_customLockScreen_RecoveryStatusFailure()
/frameworks/base/core/api/
Dsystem-current.txt12243 field public static final int RECOVERY_STATUS_PERMANENT_FAILURE = 3; // 0x3