Home
last modified time | relevance | path

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

/aosp14/frameworks/base/telephony/java/com/android/internal/telephony/
H A DITelephony.aidl737 String iccTransmitApduBasicChannel(int subId, String callingPackage, int cla, int instruction, in iccTransmitApduBasicChannel() method
/aosp14/frameworks/base/telephony/java/android/telephony/
H A DTelephonyManager.java7588 public String iccTransmitApduBasicChannel(int cla, in iccTransmitApduBasicChannel() method in TelephonyManager
7590 return iccTransmitApduBasicChannel(getSubId(), cla, in iccTransmitApduBasicChannel()
7615 public String iccTransmitApduBasicChannel(int subId, int cla, in iccTransmitApduBasicChannel() method in TelephonyManager
7620 return telephony.iccTransmitApduBasicChannel(subId, getOpPackageName(), cla, in iccTransmitApduBasicChannel()
/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.txt55566 Landroid/telephony/TelephonyManager;->iccTransmitApduBasicChannel(IIIIIILjava/lang/String;)Ljava/la…
84412 Lcom/android/internal/telephony/ITelephony$Stub$Proxy;->iccTransmitApduBasicChannel(ILjava/lang/Str…
84757 Lcom/android/internal/telephony/ITelephony;->iccTransmitApduBasicChannel(ILjava/lang/String;IIIIILj…
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt45720 method public String iccTransmitApduBasicChannel(int, int, int, int, int, String);