Searched refs:CMD_DATA_NOT_UNDERSTOOD (Results 1 – 6 of 6) sorted by relevance
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/ |
H A D | ValueParser.java | 53 throw new ResultException(ResultCode.CMD_DATA_NOT_UNDERSTOOD); in retrieveCommandDetails() 100 throw new ResultException(ResultCode.CMD_DATA_NOT_UNDERSTOOD); in retrieveDuration() 128 throw new ResultException(ResultCode.CMD_DATA_NOT_UNDERSTOOD); in retrieveItem() 151 throw new ResultException(ResultCode.CMD_DATA_NOT_UNDERSTOOD); in retrieveItemId() 173 throw new ResultException(ResultCode.CMD_DATA_NOT_UNDERSTOOD); in retrieveIconId() 205 throw new ResultException(ResultCode.CMD_DATA_NOT_UNDERSTOOD); in retrieveItemsIconId() 264 throw new ResultException(ResultCode.CMD_DATA_NOT_UNDERSTOOD); in retrieveTextAttribute() 292 throw new ResultException(ResultCode.CMD_DATA_NOT_UNDERSTOOD); in retrieveAlphaId() 344 throw new ResultException(ResultCode.CMD_DATA_NOT_UNDERSTOOD); in retrieveTextString() 349 throw new ResultException(ResultCode.CMD_DATA_NOT_UNDERSTOOD); in retrieveTextString() [all …]
|
H A D | ComprehensionTlv.java | 165 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()
|
H A 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()
|
H A D | CommandParamsFactory.java | 166 sendCmdParams(ResultCode.CMD_DATA_NOT_UNDERSTOOD); in make() 358 throw new ResultException(ResultCode.CMD_DATA_NOT_UNDERSTOOD); in processDisplayText() 429 throw new ResultException(ResultCode.CMD_DATA_NOT_UNDERSTOOD); in processSetUpIdleModeText() 536 throw new ResultException(ResultCode.CMD_DATA_NOT_UNDERSTOOD); in processGetInput() 820 throw new ResultException(ResultCode.CMD_DATA_NOT_UNDERSTOOD); in processLaunchBrowser() 892 ResultCode.CMD_DATA_NOT_UNDERSTOOD); in processPlayTone() 1049 throw new ResultException(ResultCode.CMD_DATA_NOT_UNDERSTOOD); in processLanguageNotification()
|
H A D | ResultCode.java | 149 CMD_DATA_NOT_UNDERSTOOD(0x32), enumConstant
|
H A D | CatService.java | 314 sendTerminalResponse(mCurrntCmd.mCmdDet, ResultCode.CMD_DATA_NOT_UNDERSTOOD, in handleRilMsg()
|