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.java54 throw new ResultException(ResultCode.CMD_DATA_NOT_UNDERSTOOD); in retrieveCommandDetails()
101 throw new ResultException(ResultCode.CMD_DATA_NOT_UNDERSTOOD); in retrieveDuration()
129 throw new ResultException(ResultCode.CMD_DATA_NOT_UNDERSTOOD); in retrieveItem()
152 throw new ResultException(ResultCode.CMD_DATA_NOT_UNDERSTOOD); in retrieveItemId()
174 throw new ResultException(ResultCode.CMD_DATA_NOT_UNDERSTOOD); in retrieveIconId()
206 throw new ResultException(ResultCode.CMD_DATA_NOT_UNDERSTOOD); in retrieveItemsIconId()
265 throw new ResultException(ResultCode.CMD_DATA_NOT_UNDERSTOOD); in retrieveTextAttribute()
292 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 …]
DComprehensionTlv.java164 ResultCode.CMD_DATA_NOT_UNDERSTOOD, in decode()
175 ResultCode.CMD_DATA_NOT_UNDERSTOOD, in decode()
187 ResultCode.CMD_DATA_NOT_UNDERSTOOD, in decode()
193 throw new ResultException(ResultCode.CMD_DATA_NOT_UNDERSTOOD, in decode()
203 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()
DCommandParamsFactory.java156 sendCmdParams(ResultCode.CMD_DATA_NOT_UNDERSTOOD); in make()
348 throw new ResultException(ResultCode.CMD_DATA_NOT_UNDERSTOOD); in processDisplayText()
419 throw new ResultException(ResultCode.CMD_DATA_NOT_UNDERSTOOD); in processSetUpIdleModeText()
526 throw new ResultException(ResultCode.CMD_DATA_NOT_UNDERSTOOD); in processGetInput()
810 throw new ResultException(ResultCode.CMD_DATA_NOT_UNDERSTOOD); in processLaunchBrowser()
882 ResultCode.CMD_DATA_NOT_UNDERSTOOD); in processPlayTone()
1039 throw new ResultException(ResultCode.CMD_DATA_NOT_UNDERSTOOD); in processLanguageNotification()
DResultCode.java148 CMD_DATA_NOT_UNDERSTOOD(0x32), enumConstant
DCatService.java316 sendTerminalResponse(mCurrntCmd.mCmdDet, ResultCode.CMD_DATA_NOT_UNDERSTOOD, in handleRilMsg()