/frameworks/base/telephony/java/com/android/internal/telephony/ |
D | ITelephony.aidl | 558 String iccTransmitApduLogicalChannel(int channel, int cla, int instruction, in iccTransmitApduLogicalChannel() method
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
D | UiccCarrierPrivilegeRules.java | 368 … mUiccCard.iccTransmitApduLogicalChannel(mChannelId, CLA, COMMAND, P1, P2, P3, DATA, in handleMessage() 388 … mUiccCard.iccTransmitApduLogicalChannel(mChannelId, CLA, COMMAND, P1, P2_EXTENDED_DATA, P3, DATA, in handleMessage()
|
D | UiccCard.java | 495 public void iccTransmitApduLogicalChannel(int channel, int cla, int command, in iccTransmitApduLogicalChannel() method in UiccCard 497 mCi.iccTransmitApduLogicalChannel(channel, cla, command, p1, p2, p3, in iccTransmitApduLogicalChannel()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/ |
D | SipCommandInterface.java | 581 public void iccTransmitApduLogicalChannel(int channel, int cla, int instruction, in iccTransmitApduLogicalChannel() method in SipCommandInterface
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
D | ImsPhoneCommandInterface.java | 578 public void iccTransmitApduLogicalChannel(int channel, int cla, int instruction, in iccTransmitApduLogicalChannel() method in ImsPhoneCommandInterface
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/ |
D | UsimDataDownloadCommands.java | 674 public void iccTransmitApduLogicalChannel(int channel, int cla, int instruction, in iccTransmitApduLogicalChannel() method in UsimDataDownloadCommands
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | CommandsInterface.java | 1828 public void iccTransmitApduLogicalChannel(int channel, int cla, int instruction, in iccTransmitApduLogicalChannel() method
|
D | RIL.java | 4539 public void iccTransmitApduLogicalChannel(int channel, int cla, int instruction, in iccTransmitApduLogicalChannel() method in RIL
|
/frameworks/base/telephony/java/android/telephony/ |
D | TelephonyManager.java | 2666 public String iccTransmitApduLogicalChannel(int channel, int cla, in iccTransmitApduLogicalChannel() method in TelephonyManager 2669 return getITelephony().iccTransmitApduLogicalChannel(channel, cla, in iccTransmitApduLogicalChannel()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/ |
D | SimulatedCommands.java | 1730 public void iccTransmitApduLogicalChannel(int channel, int cla, int instruction, in iccTransmitApduLogicalChannel() method in SimulatedCommands
|
/frameworks/base/docs/html/sdk/api_diff/preview-21/ |
D | missingSinces.txt | 388 NO DOC BLOCK: android.telephony.TelephonyManager Method iccTransmitApduLogicalChannel(int, int, int…
|
/frameworks/base/docs/html/sdk/api_diff/21/ |
D | missingSinces.txt | 625 NO DOC BLOCK: android.telephony.TelephonyManager Method iccTransmitApduLogicalChannel(int, int, int…
|
/frameworks/base/api/ |
D | system-current.txt | 30900 …method public java.lang.String iccTransmitApduLogicalChannel(int, int, int, int, int, int, java.la…
|
D | current.txt | 28686 …method public java.lang.String iccTransmitApduLogicalChannel(int, int, int, int, int, int, java.la…
|