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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DUiccCard.java608 * Exposes {@link CommandsInterface.iccTransmitApduBasicChannel}
610 public void iccTransmitApduBasicChannel(int cla, int command, method in class:UiccCard
612 mCi.iccTransmitApduBasicChannel(cla, command, p1, p2, p3,
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCommandInterface.java585 public void iccTransmitApduBasicChannel(int cla, int instruction, int p1, int p2, method in class:ImsPhoneCommandInterface
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipCommandInterface.java589 public void iccTransmitApduBasicChannel(int cla, int instruction, int p1, int p2, method in class:SipCommandInterface
/frameworks/base/telephony/java/android/telephony/
H A DTelephonyManager.java3399 public String iccTransmitApduBasicChannel(int cla, method in class:TelephonyManager
3401 return iccTransmitApduBasicChannel(getSubId(), cla,
3426 public String iccTransmitApduBasicChannel(int subId, int cla, method in class:TelephonyManager
3431 return telephony.iccTransmitApduBasicChannel(subId, cla,
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCommandsInterface.java1848 public void iccTransmitApduBasicChannel(int cla, int instruction, int p1, int p2, method in interface:CommandsInterface
H A DRIL.java5008 public void iccTransmitApduBasicChannel(int cla, int instruction, int p1, int p2, method in class:RIL
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
H A DSimulatedCommands.java1902 public void iccTransmitApduBasicChannel(int cla, int instruction, int p1, int p2, method in class:SimulatedCommands
H A DSimulatedCommandsVerifier.java1256 public void iccTransmitApduBasicChannel(int cla, int instruction, int p1, int p2, int p3, method in class:SimulatedCommandsVerifier

Completed in 2582 milliseconds