Searched refs:ERROR_DOWNGRADE_CERTIFICATE (Results 1 – 4 of 4) sorted by relevance
262 public static final int ERROR_DOWNGRADE_CERTIFICATE = 29; field in RecoveryController346 if (e.errorCode == ERROR_DOWNGRADE_CERTIFICATE) { in initRecoveryService()
21 import static android.security.keystore.recovery.RecoveryController.ERROR_DOWNGRADE_CERTIFICATE;232 throw new ServiceSpecificException(ERROR_DOWNGRADE_CERTIFICATE, in initRecoveryService()
22 import static android.security.keystore.recovery.RecoveryController.ERROR_DOWNGRADE_CERTIFICATE;515 assertThat(e.errorCode).isEqualTo(ERROR_DOWNGRADE_CERTIFICATE); in initRecoveryService_throwsExceptionOnSmallerSerial()
62220 Landroid/security/keystore/recovery/RecoveryController;->ERROR_DOWNGRADE_CERTIFICATE:I