Home
last modified time | relevance | path

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

/frameworks/base/keystore/java/android/security/
DAndroidKeyStoreMaintenance.java38 public static final int SYSTEM_ERROR = ResponseCode.SYSTEM_ERROR; field in AndroidKeyStoreMaintenance
65 return SYSTEM_ERROR; in onUserAdded()
89 return SYSTEM_ERROR; in initUserSuperKeys()
110 return SYSTEM_ERROR; in onUserRemoved()
133 return SYSTEM_ERROR; in onUserPasswordChanged()
155 return SYSTEM_ERROR; in onUserLskfRemoved()
173 return SYSTEM_ERROR; in clearNamespace()
205 return SYSTEM_ERROR; in migrateKeyNamespace()
225 throw new KeyStoreException(SYSTEM_ERROR, in getAllAppUidsAffectedBySid()
245 throw new KeyStoreException(SYSTEM_ERROR, in deleteAllKeys()
DKeyStoreAuthorization.java39 public static final int SYSTEM_ERROR = ResponseCode.SYSTEM_ERROR; field in KeyStoreAuthorization
68 return SYSTEM_ERROR; in addAuthToken()
98 return SYSTEM_ERROR; in onDeviceUnlocked()
120 return SYSTEM_ERROR; in onDeviceLocked()
DAndroidProtectedConfirmation.java38 public static final int ERROR_SYSTEM_ERROR = ResponseCode.SYSTEM_ERROR;
DKeyStore2.java124 throw new KeyStoreException(ResponseCode.SYSTEM_ERROR, "", e.getMessage()); in handleRemoteExceptionWithRetry()
382 case ResponseCode.SYSTEM_ERROR: in getKeyStoreException()
DLegacyVpnProfileStore.java36 public static final int SYSTEM_ERROR = ILegacyKeystore.ERROR_SYSTEM_ERROR; field in LegacyVpnProfileStore
DKeyStoreSecurityLevel.java63 throw new KeyStoreException(ResponseCode.SYSTEM_ERROR, "", e.getMessage()); in handleExceptions()
DKeyStoreException.java666 sErrorCodeToFailureInfo.put(ResponseCode.SYSTEM_ERROR, in sErrorCodeToFailureInfo.put() argument
/frameworks/base/services/core/jni/
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()
173 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()
[all …]
/frameworks/native/libs/gui/include/gui/
DWindowInfo.h108 SYSTEM_ERROR = FIRST_SYSTEM_WINDOW_ + 10, enumerator
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt47809 Landroid/security/KeyStore;->SYSTEM_ERROR:I