Home
last modified time | relevance | path

Searched refs:SYSTEM_ERROR (Results 1 – 10 of 10) sorted by relevance

/aosp14/frameworks/base/keystore/java/android/security/
H A DAndroidKeyStoreMaintenance.java36 public static final int SYSTEM_ERROR = ResponseCode.SYSTEM_ERROR; field in AndroidKeyStoreMaintenance
62 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()
H A DAuthorization.java37 public static final int SYSTEM_ERROR = ResponseCode.SYSTEM_ERROR; field in Authorization
56 return SYSTEM_ERROR; in addAuthToken()
94 return SYSTEM_ERROR; in onLockScreenEvent()
H A DKeyStore2.java124 throw new KeyStoreException(ResponseCode.SYSTEM_ERROR, "", e.getMessage()); in handleRemoteExceptionWithRetry()
352 case ResponseCode.SYSTEM_ERROR: in getKeyStoreException()
H A DAndroidProtectedConfirmation.java38 public static final int ERROR_SYSTEM_ERROR = ResponseCode.SYSTEM_ERROR;
H A DLegacyVpnProfileStore.java35 public static final int SYSTEM_ERROR = ILegacyKeystore.ERROR_SYSTEM_ERROR; field in LegacyVpnProfileStore
H A DKeyStoreSecurityLevel.java62 throw new KeyStoreException(ResponseCode.SYSTEM_ERROR, "", e.getMessage()); in handleExceptions()
H A DKeyStoreException.java646 sErrorCodeToFailureInfo.put(ResponseCode.SYSTEM_ERROR, in sErrorCodeToFailureInfo.put() argument
/aosp14/frameworks/base/services/core/jni/
H A Dcom_android_server_connectivity_Vpn.cpp56 #define SYSTEM_ERROR (-1) macro
91 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 …]
/aosp14/system/core/trusty/confirmationui/
H A DTrustyConfirmationUI.cpp88 uint32_t(TeeuiRc::SystemError) == uint32_t(IConfirmationUI::SYSTEM_ERROR) && in convertRc()
475 AStatus_fromServiceSpecificError(IConfirmationUI::SYSTEM_ERROR)); in deliverSecureInputEvent()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt48452 Landroid/security/KeyStore;->SYSTEM_ERROR:I