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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DUiccCard.java292 * Exposes {@link CommandsInterface#iccTransmitApduBasicChannel}
294 * {@link UiccProfile#iccTransmitApduBasicChannel(int, int, int, int, int, String, Message)}
298 public void iccTransmitApduBasicChannel(int cla, int command, method in class:UiccCard
301 mUiccProfile.iccTransmitApduBasicChannel(cla, command, p1, p2, p3, data, response);
303 loge("iccTransmitApduBasicChannel Failed!");
H A DUiccProfile.java1357 * Exposes {@link CommandsInterface#iccTransmitApduBasicChannel}
1359 public void iccTransmitApduBasicChannel(int cla, int command, method in class:UiccProfile
1361 mCi.iccTransmitApduBasicChannel(cla, command, p1, p2, p3,
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCommandInterface.java588 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.java592 public void iccTransmitApduBasicChannel(int cla, int instruction, int p1, int p2, method in class:SipCommandInterface
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
H A DSimulatedCommands.java1986 public void iccTransmitApduBasicChannel(int cla, int instruction, int p1, int p2, method in class:SimulatedCommands
H A DSimulatedCommandsVerifier.java1275 public void iccTransmitApduBasicChannel(int cla, int instruction, int p1, int p2, int p3, method in class:SimulatedCommandsVerifier
/frameworks/base/telephony/java/android/telephony/
H A DTelephonyManager.java4634 public String iccTransmitApduBasicChannel(int cla, method in class:TelephonyManager
4636 return iccTransmitApduBasicChannel(getSubId(), cla,
4661 public String iccTransmitApduBasicChannel(int subId, int cla, method in class:TelephonyManager
4666 return telephony.iccTransmitApduBasicChannel(subId, getOpPackageName(), cla,
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCommandsInterface.java1897 public void iccTransmitApduBasicChannel(int cla, int instruction, int p1, int p2, method in interface:CommandsInterface
H A DRIL.java3123 public void iccTransmitApduBasicChannel(int cla, int instruction, int p1, int p2, method in class:RIL
3142 radioProxy.iccTransmitApduBasicChannel(rr.mSerial, msg);
3144 handleRadioProxyExceptionForRR(rr, "iccTransmitApduBasicChannel", e);

Completed in 1858 milliseconds