/cts/tests/tests/telephony/src/android/telephony/cts/ |
SimRestrictedApisTest.java | 115 * Tests the TelephonyManager.iccTransmitApduLogicalChannel() API. This makes a call to 116 * iccTransmitApduLogicalChannel() API and expects a SecurityException since the test apk is not 122 TelephonyManager.getDefault().iccTransmitApduLogicalChannel(0, 0, 0, 0, 0, 0, "");
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
UiccPkcs15.java | 92 mUiccCard.iccTransmitApduLogicalChannel(mChannelId, 0x00, 0xA4, 0x00, 0x04, 0x02, 101 mUiccCard.iccTransmitApduLogicalChannel(mChannelId, 0x00, 0xB0, 0x00, 0x00, 0x00,
|
UiccCarrierPrivilegeRules.java | 429 mUiccCard.iccTransmitApduLogicalChannel(mChannelId, CLA, COMMAND, P1, P2, P3, DATA, 463 mUiccCard.iccTransmitApduLogicalChannel(mChannelId, CLA, COMMAND, P1, P2_EXTENDED_DATA, P3, DATA,
|
UiccCard.java | 599 * Exposes {@link CommandsInterface.iccTransmitApduLogicalChannel} 601 public void iccTransmitApduLogicalChannel(int channel, int cla, int command, 603 mCi.iccTransmitApduLogicalChannel(channel, cla, command, p1, p2, p3,
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/ |
UiccCardTest.java | 206 verify(mSimulatedCommandsVerifier, times(1)).iccTransmitApduLogicalChannel(
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
ITelephony.aidl | 578 String iccTransmitApduLogicalChannel(int subId, int channel, int cla, int instruction, [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
ImsPhoneCommandInterface.java | 578 public void iccTransmitApduLogicalChannel(int channel, int cla, int instruction,
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/ |
SipCommandInterface.java | 581 public void iccTransmitApduLogicalChannel(int channel, int cla, int instruction,
|
/frameworks/base/telephony/java/android/telephony/ |
TelephonyManager.java | [all...] |
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/ |
UsimDataDownloadCommands.java.broken | 674 public void iccTransmitApduLogicalChannel(int channel, int cla, int instruction,
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/ |
SimulatedCommands.java | [all...] |
SimulatedCommandsVerifier.java | 1247 public void iccTransmitApduLogicalChannel(int channel, int cla, int instruction, int p1,
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
CommandsInterface.java | [all...] |
RIL.java | [all...] |
/packages/services/Telephony/src/com/android/phone/ |
PhoneInterfaceManager.java | 324 loge("iccTransmitApduLogicalChannel: No UICC"); 332 uiccCard.iccTransmitApduLogicalChannel( 347 loge("iccTransmitApduLogicalChannel: Empty response"); 349 loge("iccTransmitApduLogicalChannel: CommandException: " + 352 loge("iccTransmitApduLogicalChannel: Unknown exception"); [all...] |
/external/robolectric/v3/runtime/ |
android-all-5.0.0_r2-robolectric-1.jar | |
android-all-5.1.1_r9-robolectric-1.jar | |
android-all-4.4_r1-robolectric-1.jar | |