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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DUiccCard.java588 * Exposes {@link CommandsInterface.iccCloseLogicalChannel}
590 public void iccCloseLogicalChannel(int channel, Message response) { method in class:UiccCard
592 mCi.iccCloseLogicalChannel(channel,
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCommandInterface.java564 public void iccCloseLogicalChannel(int channel, Message response) {} method in class:ImsPhoneCommandInterface
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipCommandInterface.java566 public void iccCloseLogicalChannel(int channel, Message response) { method in class:SipCommandInterface
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCommandsInterface.java1803 public void iccCloseLogicalChannel(int channel, Message response); method in interface:CommandsInterface
H A DRIL.java3113 public void iccCloseLogicalChannel(int channel, Message result) { method in class:RIL
3125 radioProxy.iccCloseLogicalChannel(rr.mSerial, channel);
3127 handleRadioProxyExceptionForRR(rr, "iccCloseLogicalChannel", e);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
H A DSimulatedCommands.java1880 public void iccCloseLogicalChannel(int channel, Message response) { method in class:SimulatedCommands
H A DSimulatedCommandsVerifier.java1228 public void iccCloseLogicalChannel(int channel, Message response) { method in class:SimulatedCommandsVerifier
/frameworks/base/telephony/java/android/telephony/
H A DTelephonyManager.java3699 public boolean iccCloseLogicalChannel(int channel) { method in class:TelephonyManager
3700 return iccCloseLogicalChannel(getSubId(), channel);
3718 public boolean iccCloseLogicalChannel(int subId, int channel) { method in class:TelephonyManager
3722 return telephony.iccCloseLogicalChannel(subId, channel);

Completed in 677 milliseconds