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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DUiccCard.java599 * Exposes {@link CommandsInterface.iccTransmitApduLogicalChannel}
601 public void iccTransmitApduLogicalChannel(int channel, int cla, int command, method in class:UiccCard
603 mCi.iccTransmitApduLogicalChannel(channel, cla, command, p1, p2, p3,
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCommandInterface.java581 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.java584 public void iccTransmitApduLogicalChannel(int channel, int cla, int instruction, method in class:SipCommandInterface
/frameworks/base/telephony/java/android/telephony/
H A DTelephonyManager.java3338 public String iccTransmitApduLogicalChannel(int channel, int cla, method in class:TelephonyManager
3340 return iccTransmitApduLogicalChannel(getSubId(), channel, cla,
3367 public String iccTransmitApduLogicalChannel(int subId, int channel, int cla, method in class:TelephonyManager
3372 return telephony.iccTransmitApduLogicalChannel(subId, channel, cla,
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCommandsInterface.java1830 public void iccTransmitApduLogicalChannel(int channel, int cla, int instruction, method in interface:CommandsInterface
H A DRIL.java4993 public void iccTransmitApduLogicalChannel(int channel, int cla, int instruction, method in class:RIL
4997 "Invalid channel in iccTransmitApduLogicalChannel: " + channel);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
H A DSimulatedCommands.java1889 public void iccTransmitApduLogicalChannel(int channel, int cla, int instruction, method in class:SimulatedCommands
1892 SimulatedCommandsVerifier.getInstance().iccTransmitApduLogicalChannel(channel, cla,
H A DSimulatedCommandsVerifier.java1250 public void iccTransmitApduLogicalChannel(int channel, int cla, int instruction, int p1, method in class:SimulatedCommandsVerifier

Completed in 440 milliseconds