Home
last modified time | relevance | path

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 DValueParser.java53 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 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()
H A 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()
H A DCommandParamsFactory.java166 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 DResultCode.java149 CMD_DATA_NOT_UNDERSTOOD(0x32), enumConstant
H A DCatService.java314 sendTerminalResponse(mCurrntCmd.mCmdDet, ResultCode.CMD_DATA_NOT_UNDERSTOOD, in handleRilMsg()