Searched refs:CMD_DATA_NOT_UNDERSTOOD (Results 1 – 6 of 6) sorted by relevance
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/ |
D | ValueParser.java | 52 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 …]
|
D | ComprehensionTlv.java | 159 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()
|
D | BerTlv.java | 96 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()
|
D | ResultCode.java | 125 CMD_DATA_NOT_UNDERSTOOD(0x32), enumConstant
|
D | CommandParamsFactory.java | 156 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()
|
D | CatService.java | 299 sendTerminalResponse(mCurrntCmd.mCmdDet, ResultCode.CMD_DATA_NOT_UNDERSTOOD, in handleRilMsg()
|