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.java61 throw new ResultException(ResultCode.CMD_DATA_NOT_UNDERSTOOD); in retrieveCommandDetails()
108 throw new ResultException(ResultCode.CMD_DATA_NOT_UNDERSTOOD); in retrieveDuration()
136 throw new ResultException(ResultCode.CMD_DATA_NOT_UNDERSTOOD); in retrieveItem()
159 throw new ResultException(ResultCode.CMD_DATA_NOT_UNDERSTOOD); in retrieveItemId()
181 throw new ResultException(ResultCode.CMD_DATA_NOT_UNDERSTOOD); in retrieveIconId()
213 throw new ResultException(ResultCode.CMD_DATA_NOT_UNDERSTOOD); in retrieveItemsIconId()
272 throw new ResultException(ResultCode.CMD_DATA_NOT_UNDERSTOOD); in retrieveTextAttribute()
300 throw new ResultException(ResultCode.CMD_DATA_NOT_UNDERSTOOD); in retrieveAlphaId()
352 throw new ResultException(ResultCode.CMD_DATA_NOT_UNDERSTOOD); in retrieveTextString()
357 throw new ResultException(ResultCode.CMD_DATA_NOT_UNDERSTOOD); in retrieveTextString()
[all …]
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()
DComprehensionTlv.java165 ResultCode.CMD_DATA_NOT_UNDERSTOOD, in decode()
176 ResultCode.CMD_DATA_NOT_UNDERSTOOD, in decode()
188 ResultCode.CMD_DATA_NOT_UNDERSTOOD, in decode()
194 throw new ResultException(ResultCode.CMD_DATA_NOT_UNDERSTOOD, in decode()
204 throw new ResultException(ResultCode.CMD_DATA_NOT_UNDERSTOOD, in decode()
DResultCode.java149 CMD_DATA_NOT_UNDERSTOOD(0x32), enumConstant
DCommandParamsFactory.java189 sendCmdParams(ResultCode.CMD_DATA_NOT_UNDERSTOOD); in make()
393 throw new ResultException(ResultCode.CMD_DATA_NOT_UNDERSTOOD); in processDisplayText()
464 throw new ResultException(ResultCode.CMD_DATA_NOT_UNDERSTOOD); in processSetUpIdleModeText()
571 throw new ResultException(ResultCode.CMD_DATA_NOT_UNDERSTOOD); in processGetInput()
911 throw new ResultException(ResultCode.CMD_DATA_NOT_UNDERSTOOD); in processLaunchBrowser()
983 ResultCode.CMD_DATA_NOT_UNDERSTOOD); in processPlayTone()
1140 throw new ResultException(ResultCode.CMD_DATA_NOT_UNDERSTOOD); in processLanguageNotification()
DCatService.java353 sendTerminalResponse(mCurrntCmd.mCmdDet, ResultCode.CMD_DATA_NOT_UNDERSTOOD, in handleRilMsg()
515 ResultCode.CMD_DATA_NOT_UNDERSTOOD, false, 0x00, null); in handleCommand()
519 sendTerminalResponse(cmdParams.mCmdDet, ResultCode.CMD_DATA_NOT_UNDERSTOOD, in handleCommand()