Home
last modified time | relevance | path

Searched refs:iccTransmitApduLogicalChannel (Results 1 – 16 of 16) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DUiccPkcs15.java92 mUiccCard.iccTransmitApduLogicalChannel(mChannelId, 0x00, 0xA4, 0x00, 0x04, 0x02, in selectFile()
101 mUiccCard.iccTransmitApduLogicalChannel(mChannelId, 0x00, 0xB0, 0x00, 0x00, 0x00, in readBinary()
DUiccCarrierPrivilegeRules.java421 mUiccCard.iccTransmitApduLogicalChannel(mChannelId, CLA, COMMAND, P1, P2, P3, in handleMessage()
457 mUiccCard.iccTransmitApduLogicalChannel(mChannelId, CLA, COMMAND, in handleMessage()
DUiccCard.java599 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/
DUiccCardTest.java206 verify(mSimulatedCommandsVerifier, times(1)).iccTransmitApduLogicalChannel( in testUpdateUiccCardState()
/frameworks/base/telephony/java/com/android/internal/telephony/
DITelephony.aidl657 String iccTransmitApduLogicalChannel(int subId, int channel, int cla, int instruction, in iccTransmitApduLogicalChannel() method
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCommandInterface.java567 public void iccTransmitApduLogicalChannel(int channel, int cla, int instruction, in iccTransmitApduLogicalChannel() method in ImsPhoneCommandInterface
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipCommandInterface.java570 public void iccTransmitApduLogicalChannel(int channel, int cla, int instruction, in iccTransmitApduLogicalChannel() method in SipCommandInterface
/frameworks/base/telephony/java/android/telephony/
DTelephonyManager.java3750 public String iccTransmitApduLogicalChannel(int channel, int cla, in iccTransmitApduLogicalChannel() method in TelephonyManager
3752 return iccTransmitApduLogicalChannel(getSubId(), channel, cla, in iccTransmitApduLogicalChannel()
3779 public String iccTransmitApduLogicalChannel(int subId, int channel, int cla, in iccTransmitApduLogicalChannel() method in TelephonyManager
3784 return telephony.iccTransmitApduLogicalChannel(subId, channel, cla, in iccTransmitApduLogicalChannel()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCommandsInterface.java1822 public void iccTransmitApduLogicalChannel(int channel, int cla, int instruction, in iccTransmitApduLogicalChannel() method
DRIL.java3133 public void iccTransmitApduLogicalChannel(int channel, int cla, int instruction, in iccTransmitApduLogicalChannel() method in RIL
3155 radioProxy.iccTransmitApduLogicalChannel(rr.mSerial, msg); in iccTransmitApduLogicalChannel()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
DSimulatedCommands.java1885 public void iccTransmitApduLogicalChannel(int channel, int cla, int instruction, in iccTransmitApduLogicalChannel() method in SimulatedCommands
1888 SimulatedCommandsVerifier.getInstance().iccTransmitApduLogicalChannel(channel, cla, in iccTransmitApduLogicalChannel()
DSimulatedCommandsVerifier.java1233 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/
DUsimDataDownloadCommands.java.broken674 public void iccTransmitApduLogicalChannel(int channel, int cla, int instruction,
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt28684 …method public java.lang.String iccTransmitApduLogicalChannel(int, int, int, int, int, int, java.la…
/frameworks/base/api/
Dcurrent.txt40000 …method public java.lang.String iccTransmitApduLogicalChannel(int, int, int, int, int, int, java.la…
Dsystem-current.txt43476 …method public java.lang.String iccTransmitApduLogicalChannel(int, int, int, int, int, int, java.la…