Searched refs:INVALID_RESPONSE (Results 1 – 4 of 4) sorted by relevance
32 INVALID_RESPONSE, enumConstant153 return new CommandException(Error.INVALID_RESPONSE); in fromRilErrno()280 case RILConstants.INVALID_RESPONSE: in fromRilErrno()281 return new CommandException(Error.INVALID_RESPONSE); in fromRilErrno()347 return new CommandException(Error.INVALID_RESPONSE); in fromRilErrno()
2935 if (e == RIL_E_SUCCESS) responseInfo.error = RadioError::INVALID_RESPONSE; in responseIntOrEmpty()2950 if (e == RIL_E_SUCCESS) responseInfo.error = RadioError::INVALID_RESPONSE; in responseInt()2971 if (e == RIL_E_SUCCESS) responseInfo.error = RadioError::INVALID_RESPONSE; in getIccCardStatusResponse()3171 if (e == RIL_E_SUCCESS) responseInfo.error = RadioError::INVALID_RESPONSE; in getCurrentCallsResponse()3396 if (e == RIL_E_SUCCESS) responseInfo.error = RadioError::INVALID_RESPONSE; in getLastCallFailCauseResponse()3406 if (e == RIL_E_SUCCESS) responseInfo.error = RadioError::INVALID_RESPONSE; in getLastCallFailCauseResponse()3992 if (e == RIL_E_SUCCESS) responseInfo.error = RadioError::INVALID_RESPONSE; in makeSendSmsResult()4092 if (e == RIL_E_SUCCESS) responseInfo.error = RadioError::INVALID_RESPONSE; in responseIccIo()6291 if (e == RIL_E_SUCCESS) responseInfo.error = RadioError::INVALID_RESPONSE; in responseRadioCapability()6349 if (e == RIL_E_SUCCESS) responseInfo.error = RadioError::INVALID_RESPONSE; in responseLceStatusInfo()[all …]
116 int INVALID_RESPONSE = 66; /* Invalid response sent by vendor code */ field
120 INVALID_RESPONSE = 66, // Response from vendor had invalid data