Searched refs:KEY_NOT_FOUND (Results 1 – 8 of 8) sorted by relevance
39 public static final int KEY_NOT_FOUND = ResponseCode.KEY_NOT_FOUND; field in AndroidKeyStoreMaintenance
337 case ResponseCode.KEY_NOT_FOUND: in getKeyStoreException()
120 case ResponseCode.KEY_NOT_FOUND: in getInvalidKeyException()
119 == ResponseCode.KEY_NOT_FOUND) { in engineGetKey()158 if (e.getErrorCode() != ResponseCode.KEY_NOT_FOUND) { in getKeyMetadata()972 if (e.getErrorCode() != ResponseCode.KEY_NOT_FOUND) { in engineDeleteEntry()
355 case ResponseCode.KEY_NOT_FOUND: in loadAndroidKeyStoreKeyFromKeystore()
635 if (e.getErrorCode() != ResponseCode.KEY_NOT_FOUND) { in generateKeyPairHelper()
257 } else if (err == AndroidKeyStoreMaintenance.KEY_NOT_FOUND) { in migrateLockSettingsKey()
51753 Landroid/security/KeyStore;->KEY_NOT_FOUND:I