Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
DValueParser.java52 throw new ResultException(ResultCode.CMD_DATA_NOT_UNDERSTOOD); in retrieveCommandDetails()
98 throw new ResultException(ResultCode.CMD_DATA_NOT_UNDERSTOOD); in retrieveDuration()
126 throw new ResultException(ResultCode.CMD_DATA_NOT_UNDERSTOOD); in retrieveItem()
149 throw new ResultException(ResultCode.CMD_DATA_NOT_UNDERSTOOD); in retrieveItemId()
171 throw new ResultException(ResultCode.CMD_DATA_NOT_UNDERSTOOD); in retrieveIconId()
203 throw new ResultException(ResultCode.CMD_DATA_NOT_UNDERSTOOD); in retrieveItemsIconId()
261 throw new ResultException(ResultCode.CMD_DATA_NOT_UNDERSTOOD); in retrieveTextAttribute()
287 throw new ResultException(ResultCode.CMD_DATA_NOT_UNDERSTOOD); in retrieveAlphaId()
346 throw new ResultException(ResultCode.CMD_DATA_NOT_UNDERSTOOD); in retrieveTextString()
351 throw new ResultException(ResultCode.CMD_DATA_NOT_UNDERSTOOD); in retrieveTextString()
[all …]
DComprehensionTlv.java159 ResultCode.CMD_DATA_NOT_UNDERSTOOD, in decode()
170 ResultCode.CMD_DATA_NOT_UNDERSTOOD, in decode()
182 ResultCode.CMD_DATA_NOT_UNDERSTOOD, in decode()
188 throw new ResultException(ResultCode.CMD_DATA_NOT_UNDERSTOOD, in decode()
198 throw new ResultException(ResultCode.CMD_DATA_NOT_UNDERSTOOD, in decode()
DBerTlv.java96 ResultCode.CMD_DATA_NOT_UNDERSTOOD, in decode()
104 ResultCode.CMD_DATA_NOT_UNDERSTOOD, in decode()
120 throw new ResultException(ResultCode.CMD_DATA_NOT_UNDERSTOOD, e.explanation()); in decode()
125 throw new ResultException(ResultCode.CMD_DATA_NOT_UNDERSTOOD, in decode()
DResultCode.java125 CMD_DATA_NOT_UNDERSTOOD(0x32), enumConstant
DCommandParamsFactory.java156 sendCmdParams(ResultCode.CMD_DATA_NOT_UNDERSTOOD); in make()
345 throw new ResultException(ResultCode.CMD_DATA_NOT_UNDERSTOOD); in processDisplayText()
416 throw new ResultException(ResultCode.CMD_DATA_NOT_UNDERSTOOD); in processSetUpIdleModeText()
523 throw new ResultException(ResultCode.CMD_DATA_NOT_UNDERSTOOD); in processGetInput()
828 throw new ResultException(ResultCode.CMD_DATA_NOT_UNDERSTOOD); in processLaunchBrowser()
900 ResultCode.CMD_DATA_NOT_UNDERSTOOD); in processPlayTone()
DCatService.java299 sendTerminalResponse(mCurrntCmd.mCmdDet, ResultCode.CMD_DATA_NOT_UNDERSTOOD, in handleRilMsg()