Searched refs:SYSTEM_ERROR (Results 1 – 10 of 10) sorted by relevance
38 public static final int SYSTEM_ERROR = ResponseCode.SYSTEM_ERROR; field in AndroidKeyStoreMaintenance65 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()
39 public static final int SYSTEM_ERROR = ResponseCode.SYSTEM_ERROR; field in KeyStoreAuthorization68 return SYSTEM_ERROR; in addAuthToken()98 return SYSTEM_ERROR; in onDeviceUnlocked()120 return SYSTEM_ERROR; in onDeviceLocked()
38 public static final int ERROR_SYSTEM_ERROR = ResponseCode.SYSTEM_ERROR;
124 throw new KeyStoreException(ResponseCode.SYSTEM_ERROR, "", e.getMessage()); in handleRemoteExceptionWithRetry()382 case ResponseCode.SYSTEM_ERROR: in getKeyStoreException()
36 public static final int SYSTEM_ERROR = ILegacyKeystore.ERROR_SYSTEM_ERROR; field in LegacyVpnProfileStore
63 throw new KeyStoreException(ResponseCode.SYSTEM_ERROR, "", e.getMessage()); in handleExceptions()
666 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()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 …]
108 SYSTEM_ERROR = FIRST_SYSTEM_WINDOW_ + 10, enumerator
47809 Landroid/security/KeyStore;->SYSTEM_ERROR:I