Searched refs:SYSTEM_ERROR (Results 1 – 10 of 10) sorted by relevance
36 public static final int SYSTEM_ERROR = ResponseCode.SYSTEM_ERROR; field in AndroidKeyStoreMaintenance62 return SYSTEM_ERROR; in onUserAdded()82 return SYSTEM_ERROR; in onUserRemoved()104 return SYSTEM_ERROR; in onUserPasswordChanged()121 return SYSTEM_ERROR; in clearNamespace()139 return SYSTEM_ERROR; in getState()183 return SYSTEM_ERROR; in migrateKeyNamespace()
37 public static final int SYSTEM_ERROR = ResponseCode.SYSTEM_ERROR; field in Authorization56 return SYSTEM_ERROR; in addAuthToken()94 return SYSTEM_ERROR; in onLockScreenEvent()
124 throw new KeyStoreException(ResponseCode.SYSTEM_ERROR, "", e.getMessage()); in handleRemoteExceptionWithRetry()352 case ResponseCode.SYSTEM_ERROR: in getKeyStoreException()
38 public static final int ERROR_SYSTEM_ERROR = ResponseCode.SYSTEM_ERROR;
35 public static final int SYSTEM_ERROR = ILegacyKeystore.ERROR_SYSTEM_ERROR; field in LegacyVpnProfileStore
62 throw new KeyStoreException(ResponseCode.SYSTEM_ERROR, "", e.getMessage()); in handleExceptions()
646 sErrorCodeToFailureInfo.put(ResponseCode.SYSTEM_ERROR, in sErrorCodeToFailureInfo.put() argument
56 #define SYSTEM_ERROR (-1) macro91 return SYSTEM_ERROR; in create_interface()99 return SYSTEM_ERROR; in get_interface_name()111 return SYSTEM_ERROR; in get_interface_index()151 count = (errno == EINVAL) ? BAD_ARGUMENT : SYSTEM_ERROR; in set_addresses()166 count = (errno == EINVAL) ? BAD_ARGUMENT : SYSTEM_ERROR; in set_addresses()183 } else if (count == SYSTEM_ERROR) { in set_addresses()201 return SYSTEM_ERROR; in reset_interface()221 int error = SYSTEM_ERROR; in modifyAddress()256 if (error == SYSTEM_ERROR) { in throwException()[all …]
88 uint32_t(TeeuiRc::SystemError) == uint32_t(IConfirmationUI::SYSTEM_ERROR) && in convertRc()475 AStatus_fromServiceSpecificError(IConfirmationUI::SYSTEM_ERROR)); in deliverSecureInputEvent()
48452 Landroid/security/KeyStore;->SYSTEM_ERROR:I