Searched defs:iccTransmitApduLogicalChannel (Results 1 - 8 of 8) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DUiccCard.java486 * Exposes {@link CommandsInterface.iccTransmitApduLogicalChannel}
488 public void iccTransmitApduLogicalChannel(int channel, int cla, int command, method in class:UiccCard
490 mCi.iccTransmitApduLogicalChannel(channel, cla, command, p1, p2, p3,
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCommandInterface.java577 public void iccTransmitApduLogicalChannel(int channel, int cla, int instruction, method in class:ImsPhoneCommandInterface
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipCommandInterface.java581 public void iccTransmitApduLogicalChannel(int channel, int cla, int instruction, method in class:SipCommandInterface
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
H A DUsimDataDownloadCommands.java674 public void iccTransmitApduLogicalChannel(int channel, int cla, int instruction, method in class:UsimDataDownloadCommands
/frameworks/base/telephony/java/android/telephony/
H A DTelephonyManager.java2439 public String iccTransmitApduLogicalChannel(int channel, int cla, method in class:TelephonyManager
2442 return getITelephony().iccTransmitApduLogicalChannel(channel, cla,
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
H A DSimulatedCommands.java1716 public void iccTransmitApduLogicalChannel(int channel, int cla, int instruction, method in class:SimulatedCommands
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCommandsInterface.java1799 public void iccTransmitApduLogicalChannel(int channel, int cla, int instruction, method in interface:CommandsInterface
H A DRIL.java4433 public void iccTransmitApduLogicalChannel(int channel, int cla, int instruction, method in class:RIL
4437 "Invalid channel in iccTransmitApduLogicalChannel: " + channel);

Completed in 185 milliseconds