Searched refs:iccTransmitApduBasicChannel (Results 1 - 10 of 10) sorted by relevance

/frameworks/base/telephony/java/com/android/internal/telephony/
H A DITelephony.aidl621 String iccTransmitApduBasicChannel(int subId, int cla, int instruction,
/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/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/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/imsphone/
H A DImsPhoneCommandInterface.java585 public void iccTransmitApduBasicChannel(int cla, int instruction, int p1, int p2, method in class:ImsPhoneCommandInterface
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
H A DUsimDataDownloadCommands.java.broken679 public void iccTransmitApduBasicChannel(int cla, int instruction, int p1, int p2,
/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 DSimulatedCommandsVerifier.java1256 public void iccTransmitApduBasicChannel(int cla, int instruction, int p1, int p2, int p3, method in class:SimulatedCommandsVerifier
H A DSimulatedCommands.java1902 public void iccTransmitApduBasicChannel(int cla, int instruction, int p1, int p2, method in class:SimulatedCommands

Completed in 235 milliseconds