Home
last modified time | relevance | path

Searched refs:responseError (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/telephony/current/mockmodem/src/android/telephony/mockmodem/
DIRadioVoiceImpl.java255 int responseError = RadioError.NONE; in getCurrentCallsRespnose() local
259 responseError = RadioError.INTERNAL_ERR; in getCurrentCallsRespnose()
263 RadioResponseInfo rsp = mService.makeSolRsp(serial, responseError); in getCurrentCallsRespnose()
284 int responseError = RadioError.NONE; in acceptCall() local
291 responseError = RadioError.INTERNAL_ERR; in acceptCall()
295 responseError = RadioError.INTERNAL_ERR; in acceptCall()
298 RadioResponseInfo rsp = mService.makeSolRsp(serial, responseError); in acceptCall()
333 int responseError = RadioError.NONE; in dial() local
342 responseError = RadioError.INTERNAL_ERR; in dial()
346 responseError = RadioError.INTERNAL_ERR; in dial()
[all …]
DIRadioSimImpl.java302 int responseError = RadioError.NONE; in getFacilityLockForApp() local
335 responseError = RadioError.NO_SUCH_ELEMENT; in getFacilityLockForApp()
338 responseError = RadioError.REQUEST_NOT_SUPPORTED; in getFacilityLockForApp()
340 responseError = RadioError.INTERNAL_ERR; in getFacilityLockForApp()
343 RadioResponseInfo rsp = mService.makeSolRsp(serial, responseError); in getFacilityLockForApp()
373 int responseError = RadioError.NONE; in getImsiForApp() local
390 responseError = RadioError.NO_SUCH_ELEMENT; in getImsiForApp()
393 RadioResponseInfo rsp = mService.makeSolRsp(serial, responseError); in getImsiForApp()
482 int responseError = RadioError.GENERIC_FAILURE; in getIccIoResult() local
485 return responseError; in getIccIoResult()
[all …]