Searched refs:ERROR_DOWNGRADE_CERTIFICATE (Results 1 – 4 of 4) sorted by relevance
265 public static final int ERROR_DOWNGRADE_CERTIFICATE = 29; field in RecoveryController356 if (e.errorCode == ERROR_DOWNGRADE_CERTIFICATE) { in initRecoveryService()
21 import static android.security.keystore.recovery.RecoveryController.ERROR_DOWNGRADE_CERTIFICATE;263 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()
48308 Landroid/security/keystore/recovery/RecoveryController;->ERROR_DOWNGRADE_CERTIFICATE:I