Searched refs:IccIoResult (Results 1 – 20 of 20) sorted by relevance
24 import com.android.internal.telephony.uicc.IccIoResult;37 extends AsyncMessageInvocation<ApduCommand, IccIoResult> {55 protected IccIoResult parseResult(AsyncResult ar) { in parseResult()56 IccIoResult response; in parseResult()58 response = (IccIoResult) ar.result; in parseResult()67 response = new IccIoResult(SW1_ERROR, 0 /* sw2 */, (byte[]) null /* payload */); in parseResult()
25 import com.android.internal.telephony.uicc.IccIoResult;176 mTransmitApdu.invoke(command, new AsyncResultCallback<IccIoResult>() { in sendCommand()178 public void onResult(IccIoResult response) { in sendCommand()182 new AsyncResultCallback<IccIoResult>() { in sendCommand()184 public void onResult(IccIoResult fullResponse) { in sendCommand()221 IccIoResult lastResponse, in getCompleteResponse()223 AsyncResultCallback<IccIoResult> resultCallback, in getCompleteResponse()243 new AsyncResultCallback<IccIoResult>() { in getCompleteResponse()245 public void onResult(IccIoResult response) { in getCompleteResponse()
19 import com.android.internal.telephony.uicc.IccIoResult;36 public abstract boolean shouldContinueOnIntermediateResult(IccIoResult result); in shouldContinueOnIntermediateResult()
27 IccIoResult { class187 public IccIoResult(int sw1, int sw2, byte[] payload) { in IccIoResult() method in IccIoResult194 public IccIoResult(int sw1, int sw2, String hexString) { in IccIoResult() method in IccIoResult
459 IccIoResult result = (IccIoResult) ar.result; in processException()478 IccIoResult result; in handleMessage()494 result = (IccIoResult) ar.result; in handleMessage()520 result = (IccIoResult) ar.result; in handleMessage()561 result = (IccIoResult) ar.result; in handleMessage()597 result = (IccIoResult) ar.result; in handleMessage()633 result = (IccIoResult) ar.result; in handleMessage()645 result = (IccIoResult) ar.result; in handleMessage()
116 IccIoResult response = (IccIoResult) ar.result; in handleMessage()
508 IccIoResult response = (IccIoResult) ar.result; in handleMessage()
241 public IccIoResult authRsp;730 (new IccIoResult(0x6A, 0x82, (byte[]) null)).getException(); in setMsisdnNumber()918 rsp.authRsp = (IccIoResult) ar.result; in handleMessage()
79 IccIoResult iir = new IccIoResult(0x90, 0x00, IccUtils.hexStringToBytes(hexString)); in testHelper()325 IccIoResult iir = new IccIoResult(0x90, 0x00, IccUtils.hexStringToBytes(hexString)); in testAID_OnlyARAM()386 IccIoResult iir = new IccIoResult(0x90, 0x00, IccUtils.hexStringToBytes(hexString)); in testAID_OnlyARAD()443 IccIoResult iir = new IccIoResult(0x90, 0x00, IccUtils.hexStringToBytes(hexString)); in testAID_BothARAMandARAD()553 IccIoResult iir = new IccIoResult(0x90, 0x00, in testAID_RetransmitLogicalChannel()567 IccIoResult iir = new IccIoResult(0x90, 0x00, in testAID_RetransmitLogicalChannel()
39 private IccIoResult mIccIoResult;66 mIccIoResult = new IccIoResult(0x90, 0x00, IccUtils.hexStringToBytes("FF40")); in setUp()
70 private IccIoResult mIccIoResult;106 mIccIoResult = new IccIoResult(0x90, 0x00, IccUtils.hexStringToBytes("FF40")); in setUp()
29 import com.android.internal.telephony.uicc.IccIoResult;83 IccIoResult result = isException ? null : new IccIoResult(sw1, sw2, hex); in mockSendToLogicalChannel()
36 import com.android.internal.telephony.uicc.IccIoResult;55 public boolean shouldContinueOnIntermediateResult(IccIoResult result) { in shouldContinueOnIntermediateResult()
30 import com.android.internal.telephony.uicc.IccIoResult;206 private void sendSmsAckForEnvelopeResponse(IccIoResult response, int dcs, int pid) { in sendSmsAckForEnvelopeResponse()317 sendSmsAckForEnvelopeResponse((IccIoResult) ar.result, dcsPid[0], dcsPid[1]); in handleMessage()
61 import com.android.internal.telephony.uicc.IccIoResult;544 android.hardware.radio.V1_0.IccIoResult iccIo) { in iccIOForAppResponse()1215 android.hardware.radio.V1_0.IccIoResult iccIo) { in sendEnvelopeWithStatusResponse()1311 android.hardware.radio.V1_0.IccIoResult in iccTransmitApduBasicChannelResponse()1347 android.hardware.radio.V1_0.IccIoResult result) { in iccTransmitApduLogicalChannelResponse()1407 android.hardware.radio.V1_0.IccIoResult in requestIccSimAuthenticationResponse()1412 IccIoResult ret = new IccIoResult( in requestIccSimAuthenticationResponse()2182 android.hardware.radio.V1_0.IccIoResult result) { in responseIccIo()2186 IccIoResult ret = new IccIoResult(result.sw1, result.sw2, result.simResponse); in responseIccIo()
27 import com.android.internal.telephony.uicc.IccIoResult;150 IccIoResult result = new IccIoResult(mExpectingSendEnvelopeResponseSw1,
72 import com.android.internal.telephony.uicc.IccIoResult;159 private IccIoResult mIccIoResultForApduLogicalChannel;1934 sendMessageResponse(response, new IccIoResult(0, 0, (byte[]) data.getBytes())); in requestIccSimAuthentication()2266 public void setIccIoResultForApduLogicalChannel(IccIoResult iccIoResult) { in setIccIoResultForApduLogicalChannel()
40 import com.android.internal.telephony.uicc.IccIoResult;118 boolean shouldContinue(IccIoResult intermediateResult); in shouldContinue()1256 public boolean shouldContinueOnIntermediateResult(IccIoResult result) { in sendApdu()
1591 android.hardware.radio.V1_0.IccIoResult5086 com.android.internal.telephony.uicc.IccIoResult
7434 HSPLandroid/hardware/radio/V1_0/IccIoResult;-><init>()V7435 HSPLandroid/hardware/radio/V1_0/IccIoResult;->readEmbeddedFromParcel(Landroid/os/HwParcel;Landroid/…7436 HSPLandroid/hardware/radio/V1_0/IccIoResult;->readFromParcel(Landroid/os/HwParcel;)V22707 …Response(Landroid/hardware/radio/V1_0/RadioResponseInfo;Landroid/hardware/radio/V1_0/IccIoResult;)V22709 …Response(Landroid/hardware/radio/V1_0/RadioResponseInfo;Landroid/hardware/radio/V1_0/IccIoResult;)V22714 …nseIccIo(Landroid/hardware/radio/V1_0/RadioResponseInfo;Landroid/hardware/radio/V1_0/IccIoResult;)V23808 HSPLcom/android/internal/telephony/uicc/IccIoResult;->getErrorString()Ljava/lang/String;23809 HSPLcom/android/internal/telephony/uicc/IccIoResult;->getException()Lcom/android/internal/telephony…23810 HSPLcom/android/internal/telephony/uicc/IccIoResult;->success()Z23811 HSPLcom/android/internal/telephony/uicc/IccIoResult;->toString()Ljava/lang/String;[all …]