/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
D | UiccPkcs15.java | 92 mUiccCard.iccTransmitApduLogicalChannel(mChannelId, 0x00, 0xA4, 0x00, 0x04, 0x02, in selectFile() 101 mUiccCard.iccTransmitApduLogicalChannel(mChannelId, 0x00, 0xB0, 0x00, 0x00, 0x00, in readBinary()
|
D | UiccCarrierPrivilegeRules.java | 402 mUiccCard.iccTransmitApduLogicalChannel(mChannelId, CLA, COMMAND, P1, P2, P3, in handleMessage() 438 mUiccCard.iccTransmitApduLogicalChannel(mChannelId, CLA, COMMAND, in handleMessage()
|
D | UiccCard.java | 599 public void iccTransmitApduLogicalChannel(int channel, int cla, int command, in iccTransmitApduLogicalChannel() method in UiccCard 601 mCi.iccTransmitApduLogicalChannel(channel, cla, command, p1, p2, p3, in iccTransmitApduLogicalChannel()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/ |
D | UiccCarrierPrivilegeRulesTest.java | 124 }).when(mUiccCard).iccTransmitApduLogicalChannel(anyInt(), anyInt(), anyInt(), anyInt(), in testHelper()
|
D | UiccCardTest.java | 213 verify(mSimulatedCommandsVerifier, times(1)).iccTransmitApduLogicalChannel( in testUpdateUiccCardState()
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
D | ITelephony.aidl | 671 String iccTransmitApduLogicalChannel(int subId, int channel, int cla, int instruction, in iccTransmitApduLogicalChannel() method
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
D | ImsPhoneCommandInterface.java | 577 public void iccTransmitApduLogicalChannel(int channel, int cla, int instruction, in iccTransmitApduLogicalChannel() method in ImsPhoneCommandInterface
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/ |
D | SipCommandInterface.java | 580 public void iccTransmitApduLogicalChannel(int channel, int cla, int instruction, in iccTransmitApduLogicalChannel() method in SipCommandInterface
|
/frameworks/base/telephony/java/android/telephony/ |
D | TelephonyManager.java | 3900 public String iccTransmitApduLogicalChannel(int channel, int cla, in iccTransmitApduLogicalChannel() method in TelephonyManager 3902 return iccTransmitApduLogicalChannel(getSubId(), channel, cla, in iccTransmitApduLogicalChannel() 3929 public String iccTransmitApduLogicalChannel(int subId, int channel, int cla, in iccTransmitApduLogicalChannel() method in TelephonyManager 3934 return telephony.iccTransmitApduLogicalChannel(subId, channel, cla, in iccTransmitApduLogicalChannel()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | CommandsInterface.java | 1853 public void iccTransmitApduLogicalChannel(int channel, int cla, int instruction, in iccTransmitApduLogicalChannel() method
|
D | RIL.java | 3234 public void iccTransmitApduLogicalChannel(int channel, int cla, int instruction, in iccTransmitApduLogicalChannel() method in RIL 3256 radioProxy.iccTransmitApduLogicalChannel(rr.mSerial, msg); in iccTransmitApduLogicalChannel()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/ |
D | SimulatedCommands.java | 1915 public void iccTransmitApduLogicalChannel(int channel, int cla, int instruction, in iccTransmitApduLogicalChannel() method in SimulatedCommands 1918 SimulatedCommandsVerifier.getInstance().iccTransmitApduLogicalChannel(channel, cla, in iccTransmitApduLogicalChannel()
|
D | SimulatedCommandsVerifier.java | 1245 public void iccTransmitApduLogicalChannel(int channel, int cla, int instruction, int p1, in iccTransmitApduLogicalChannel() method in SimulatedCommandsVerifier
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/ |
D | UsimDataDownloadCommands.java.broken | 674 public void iccTransmitApduLogicalChannel(int channel, int cla, int instruction,
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 23859 HSPLandroid/hardware/radio/V1_0/IRadio;->iccTransmitApduLogicalChannel(ILandroid/hardware/radio/V1_… 38406 HSPLcom/android/internal/telephony/ITelephony;->iccTransmitApduLogicalChannel(IIIIIIILjava/lang/Str…
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 28684 …method public java.lang.String iccTransmitApduLogicalChannel(int, int, int, int, int, int, java.la…
|
/frameworks/base/api/ |
D | current.txt | 40235 …method public java.lang.String iccTransmitApduLogicalChannel(int, int, int, int, int, int, java.la…
|
D | test-current.txt | 40506 …method public java.lang.String iccTransmitApduLogicalChannel(int, int, int, int, int, int, java.la…
|
D | system-current.txt | 43756 …method public java.lang.String iccTransmitApduLogicalChannel(int, int, int, int, int, int, java.la…
|