Home
last modified time | relevance | path

Searched defs:SYSTEM_ERROR (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/keystore/java/android/security/
H A DAuthorization.java37 public static final int SYSTEM_ERROR = ResponseCode.SYSTEM_ERROR; field in Authorization
H A DLegacyVpnProfileStore.java35 public static final int SYSTEM_ERROR = ILegacyKeystore.ERROR_SYSTEM_ERROR; field in LegacyVpnProfileStore
H A DAndroidKeyStoreMaintenance.java36 public static final int SYSTEM_ERROR = ResponseCode.SYSTEM_ERROR; field in AndroidKeyStoreMaintenance
H A DKeyStoreException.java646 sErrorCodeToFailureInfo.put(ResponseCode.SYSTEM_ERROR, in sErrorCodeToFailureInfo.put()
/aosp14/frameworks/base/services/core/jni/
H A Dcom_android_server_connectivity_Vpn.cpp56 #define SYSTEM_ERROR (-1) macro