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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DUiccCard.java590 * Exposes {@link CommandsInterface.iccCloseLogicalChannel}
592 public void iccCloseLogicalChannel(int channel, Message response) { method in class:UiccCard
594 mCi.iccCloseLogicalChannel(channel,
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCommandInterface.java578 public void iccCloseLogicalChannel(int channel, Message response) {} method in class:ImsPhoneCommandInterface
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipCommandInterface.java580 public void iccCloseLogicalChannel(int channel, Message response) { method in class:SipCommandInterface
/frameworks/base/telephony/java/android/telephony/
H A DTelephonyManager.java3287 public boolean iccCloseLogicalChannel(int channel) { method in class:TelephonyManager
3288 return iccCloseLogicalChannel(getSubId(), channel);
3306 public boolean iccCloseLogicalChannel(int subId, int channel) { method in class:TelephonyManager
3310 return telephony.iccCloseLogicalChannel(subId, channel);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCommandsInterface.java1811 public void iccCloseLogicalChannel(int channel, Message response); method in interface:CommandsInterface
H A DRIL.java4978 public void iccCloseLogicalChannel(int channel, Message response) { method in class:RIL
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
H A DSimulatedCommands.java1884 public void iccCloseLogicalChannel(int channel, Message response) { method in class:SimulatedCommands
H A DSimulatedCommandsVerifier.java1245 public void iccCloseLogicalChannel(int channel, Message response) { method in class:SimulatedCommandsVerifier

Completed in 223 milliseconds