Searched refs:CMD_DATA_NOT_UNDERSTOOD (Results 1 - 6 of 6) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
H A DBerTlv.java96 ResultCode.CMD_DATA_NOT_UNDERSTOOD,
104 ResultCode.CMD_DATA_NOT_UNDERSTOOD,
120 throw new ResultException(ResultCode.CMD_DATA_NOT_UNDERSTOOD, e.explanation());
125 throw new ResultException(ResultCode.CMD_DATA_NOT_UNDERSTOOD,
H A DComprehensionTlv.java159 ResultCode.CMD_DATA_NOT_UNDERSTOOD,
170 ResultCode.CMD_DATA_NOT_UNDERSTOOD,
182 ResultCode.CMD_DATA_NOT_UNDERSTOOD,
188 throw new ResultException(ResultCode.CMD_DATA_NOT_UNDERSTOOD,
198 throw new ResultException(ResultCode.CMD_DATA_NOT_UNDERSTOOD,
H A DValueParser.java52 throw new ResultException(ResultCode.CMD_DATA_NOT_UNDERSTOOD);
98 throw new ResultException(ResultCode.CMD_DATA_NOT_UNDERSTOOD);
126 throw new ResultException(ResultCode.CMD_DATA_NOT_UNDERSTOOD);
149 throw new ResultException(ResultCode.CMD_DATA_NOT_UNDERSTOOD);
171 throw new ResultException(ResultCode.CMD_DATA_NOT_UNDERSTOOD);
203 throw new ResultException(ResultCode.CMD_DATA_NOT_UNDERSTOOD);
261 throw new ResultException(ResultCode.CMD_DATA_NOT_UNDERSTOOD);
287 throw new ResultException(ResultCode.CMD_DATA_NOT_UNDERSTOOD);
346 throw new ResultException(ResultCode.CMD_DATA_NOT_UNDERSTOOD);
351 throw new ResultException(ResultCode.CMD_DATA_NOT_UNDERSTOOD);
[all...]
H A DResultCode.java125 CMD_DATA_NOT_UNDERSTOOD(0x32), enum constant in enum:ResultCode
H A DCommandParamsFactory.java155 sendCmdParams(ResultCode.CMD_DATA_NOT_UNDERSTOOD);
329 throw new ResultException(ResultCode.CMD_DATA_NOT_UNDERSTOOD);
496 throw new ResultException(ResultCode.CMD_DATA_NOT_UNDERSTOOD);
786 throw new ResultException(ResultCode.CMD_DATA_NOT_UNDERSTOOD);
858 ResultCode.CMD_DATA_NOT_UNDERSTOOD);
H A DCatService.java299 sendTerminalResponse(mCurrntCmd.mCmdDet, ResultCode.CMD_DATA_NOT_UNDERSTOOD,

Completed in 61 milliseconds