Searched refs:iccCloseLogicalChannel (Results 1 - 12 of 12) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DUiccPkcs15.java252 mUiccCard.iccCloseLogicalChannel(mChannelId, obtainMessage(
H A DUiccCard.java588 * Exposes {@link CommandsInterface#iccCloseLogicalChannel}
590 public void iccCloseLogicalChannel(int channel, Message response) { method in class:UiccCard
592 mCi.iccCloseLogicalChannel(channel,
H A DUiccCarrierPrivilegeRules.java456 mUiccCard.iccCloseLogicalChannel(mChannelId, obtainMessage(
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DITelephony.aidl651 boolean iccCloseLogicalChannel(int subId, int channel);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCommandInterface.java574 public void iccCloseLogicalChannel(int channel, Message response) {} method in class:ImsPhoneCommandInterface
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipCommandInterface.java576 public void iccCloseLogicalChannel(int channel, Message response) { method in class:SipCommandInterface
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
H A DUsimDataDownloadCommands.java.broken670 public void iccCloseLogicalChannel(int channel, Message response) {
/frameworks/base/telephony/java/android/telephony/
H A DTelephonyManager.java3860 public boolean iccCloseLogicalChannel(int channel) { method in class:TelephonyManager
3861 return iccCloseLogicalChannel(getSubId(), channel);
3879 public boolean iccCloseLogicalChannel(int subId, int channel) { method in class:TelephonyManager
3883 return telephony.iccCloseLogicalChannel(subId, channel);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCommandsInterface.java1834 public void iccCloseLogicalChannel(int channel, Message response); method in interface:CommandsInterface
H A DRIL.java3214 public void iccCloseLogicalChannel(int channel, Message result) { method in class:RIL
3226 radioProxy.iccCloseLogicalChannel(rr.mSerial, channel);
3228 handleRadioProxyExceptionForRR(rr, "iccCloseLogicalChannel", e);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
H A DSimulatedCommandsVerifier.java1240 public void iccCloseLogicalChannel(int channel, Message response) { method in class:SimulatedCommandsVerifier
H A DSimulatedCommands.java1910 public void iccCloseLogicalChannel(int channel, Message response) { method in class:SimulatedCommands

Completed in 110 milliseconds