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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DUiccCard.java502 * Exposes {@link CommandsInterface.iccTransmitApduBasicChannel}
504 public void iccTransmitApduBasicChannel(int cla, int command, method in class:UiccCard
506 mCi.iccTransmitApduBasicChannel(cla, command, p1, p2, p3,
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCommandInterface.java582 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.java586 public void iccTransmitApduBasicChannel(int cla, int instruction, int p1, int p2, method in class:SipCommandInterface
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
H A DUsimDataDownloadCommands.java679 public void iccTransmitApduBasicChannel(int cla, int instruction, int p1, int p2, method in class:UsimDataDownloadCommands
/frameworks/base/telephony/java/android/telephony/
H A DTelephonyManager.java2696 public String iccTransmitApduBasicChannel(int cla, method in class:TelephonyManager
2699 return getITelephony().iccTransmitApduBasicChannel(cla,
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
H A DSimulatedCommands.java1736 public void iccTransmitApduBasicChannel(int cla, int instruction, int p1, int p2, method in class:SimulatedCommands
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCommandsInterface.java1846 public void iccTransmitApduBasicChannel(int cla, int instruction, int p1, int p2, method in interface:CommandsInterface
H A DRIL.java4554 public void iccTransmitApduBasicChannel(int cla, int instruction, int p1, int p2, method in class:RIL

Completed in 106 milliseconds