Home
last modified time | relevance | path

Searched refs:iccIo (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRadioSimProxy.java310 android.hardware.radio.sim.IccIo iccIo = new android.hardware.radio.sim.IccIo(); in iccIoForApp() local
311 iccIo.command = command; in iccIoForApp()
312 iccIo.fileId = fileId; in iccIoForApp()
313 iccIo.path = path; in iccIoForApp()
314 iccIo.p1 = p1; in iccIoForApp()
315 iccIo.p2 = p2; in iccIoForApp()
316 iccIo.p3 = p3; in iccIoForApp()
317 iccIo.data = data; in iccIoForApp()
318 iccIo.pin2 = pin2; in iccIoForApp()
319 iccIo.aid = aid; in iccIoForApp()
[all …]
DSimResponse.java246 android.hardware.radio.sim.IccIoResult iccIo) { in iccIoForAppResponse() argument
247 responseIccIo(responseInfo, iccIo); in iccIoForAppResponse()
271 android.hardware.radio.sim.IccIoResult iccIo) { in iccTransmitApduBasicChannelResponse() argument
272 responseIccIo(responseInfo, iccIo); in iccTransmitApduBasicChannelResponse()
280 android.hardware.radio.sim.IccIoResult iccIo) { in iccTransmitApduLogicalChannelResponse() argument
281 responseIccIo(responseInfo, iccIo); in iccTransmitApduLogicalChannelResponse()
296 android.hardware.radio.sim.IccIoResult iccIo) { in requestIccSimAuthenticationResponse() argument
300 IccIoResult ret = new IccIoResult(iccIo.sw1, iccIo.sw2, in requestIccSimAuthenticationResponse()
301 TextUtils.isEmpty(iccIo.simResponse) ? null : iccIo.simResponse.getBytes()); in requestIccSimAuthenticationResponse()
334 android.hardware.radio.sim.IccIoResult iccIo) { in sendEnvelopeWithStatusResponse() argument
[all …]
DRadioResponse.java627 android.hardware.radio.V1_0.IccIoResult iccIo) { in iccIOForAppResponse() argument
628 responseIccIo(responseInfo, iccIo); in iccIOForAppResponse()
1294 android.hardware.radio.V1_0.IccIoResult iccIo) { in sendEnvelopeWithStatusResponse() argument
1295 responseIccIo(responseInfo, iccIo); in sendEnvelopeWithStatusResponse()