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