Home
last modified time | relevance | path

Searched refs:iccCloseLogicalChannel (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/telephony/java/com/android/internal/telephony/
H A DITelephony.aidl653 boolean iccCloseLogicalChannel(in IccLogicalChannelRequest request); in iccCloseLogicalChannel() method
/aosp14/frameworks/base/telephony/java/android/telephony/
H A DTelephonyManager.java7211 return telephony.iccCloseLogicalChannel(request); in iccCloseLogicalChannelBySlot()
7251 telephony.iccCloseLogicalChannel(request); in iccCloseLogicalChannelByPort()
7279 public boolean iccCloseLogicalChannel(int channel) { in iccCloseLogicalChannel() method in TelephonyManager
7281 return iccCloseLogicalChannel(getSubId(), channel); in iccCloseLogicalChannel()
7303 public boolean iccCloseLogicalChannel(int subId, int channel) { in iccCloseLogicalChannel() method in TelephonyManager
7310 return telephony.iccCloseLogicalChannel(request); in iccCloseLogicalChannel()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt55563 Landroid/telephony/TelephonyManager;->iccCloseLogicalChannel(II)Z
84409 Lcom/android/internal/telephony/ITelephony$Stub$Proxy;->iccCloseLogicalChannel(II)Z
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt45716 method public boolean iccCloseLogicalChannel(int);