HomeSort by relevance Sort by last modified time
    Searched refs:iccTransmitApduLogicalChannel (Results 1 - 25 of 35) sorted by null

1 2

  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/euicc/apdu/
ApduSenderTest.java 155 verify(mMockCi).iccTransmitApduLogicalChannel(eq(channel), eq(channel | 10), eq(1), eq(2),
178 verify(mMockCi).iccTransmitApduLogicalChannel(eq(channel), eq(channel | 10), eq(1), eq(2),
180 verify(mMockCi).iccTransmitApduLogicalChannel(eq(channel), eq(channel | 10), eq(1), eq(2),
182 verify(mMockCi).iccTransmitApduLogicalChannel(eq(channel), eq(channel | 10), eq(1), eq(2),
184 verify(mMockCi).iccTransmitApduLogicalChannel(eq(channel), eq(0x81), eq(0xE2), eq(0x91),
203 verify(mMockCi).iccTransmitApduLogicalChannel(eq(channel), eq(channel | 10), eq(1), eq(2),
205 verify(mMockCi).iccTransmitApduLogicalChannel(eq(channel), eq(channel), eq(0xC0), eq(0),
207 verify(mMockCi).iccTransmitApduLogicalChannel(eq(channel), eq(channel), eq(0xC0), eq(0),
234 verify(mMockCi).iccTransmitApduLogicalChannel(eq(channel), eq(channel | 10), eq(1), eq(2),
236 verify(mMockCi).iccTransmitApduLogicalChannel(eq(channel), eq(channel | 10), eq(1), eq(2)
    [all...]
LogicalChannelMocker.java 91 }).when(mockCi).iccTransmitApduLogicalChannel(eq(channel), anyInt(), anyInt(), anyInt(),
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/euicc/apdu/
TransmitApduLogicalChannelInvocation.java 29 * Invokes {@link CommandsInterface#iccTransmitApduLogicalChannel(int, int, int, int, int, int,
50 mCi.iccTransmitApduLogicalChannel(command.channel, command.cla | command.channel,
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/
UiccCarrierPrivilegeRulesTest.java 125 }).when(mUiccProfile).iccTransmitApduLogicalChannel(anyInt(), anyInt(), anyInt(), anyInt(),
341 }).when(mUiccProfile).iccTransmitApduLogicalChannel(anyInt(), anyInt(), anyInt(), anyInt(),
404 }).when(mUiccProfile).iccTransmitApduLogicalChannel(anyInt(), anyInt(), anyInt(), anyInt(),
464 }).when(mUiccProfile).iccTransmitApduLogicalChannel(anyInt(), anyInt(), anyInt(), anyInt(),
580 }).when(mUiccProfile).iccTransmitApduLogicalChannel(anyInt(), anyInt(), anyInt(), anyInt(),
594 }).when(mUiccProfile).iccTransmitApduLogicalChannel(anyInt(), anyInt(), anyInt(), anyInt(),
UiccProfileTest.java 252 verify(mSimulatedCommandsVerifier, times(2)).iccTransmitApduLogicalChannel(
  /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 83 mUiccProfile.iccTransmitApduLogicalChannel(mChannelId, 0x00, 0xA4, 0x00, 0x04, 0x02,
92 mUiccProfile.iccTransmitApduLogicalChannel(mChannelId, 0x00, 0xB0, 0x00, 0x00, 0x00,
UiccCard.java 275 * Exposes {@link CommandsInterface#iccTransmitApduLogicalChannel}
277 * UiccProfile#iccTransmitApduLogicalChannel(int, int, int, int, int, int, String, Message)}
281 public void iccTransmitApduLogicalChannel(int channel, int cla, int command,
284 mUiccProfile.iccTransmitApduLogicalChannel(channel, cla, command, p1, p2, p3,
287 loge("iccTransmitApduLogicalChannel Failed!");
UiccCarrierPrivilegeRules.java 433 mUiccProfile.iccTransmitApduLogicalChannel(mChannelId, CLA, COMMAND, P1, P2, P3,
484 mUiccProfile.iccTransmitApduLogicalChannel(mChannelId, CLA, COMMAND,
UiccProfile.java     [all...]
  /hardware/interfaces/radio/1.0/vts/functional/
radio_hidl_hal_icc.cpp 271 * Test IRadio.iccTransmitApduLogicalChannel() for the response returned.
273 TEST_F(RadioHidlTest, iccTransmitApduLogicalChannel) {
279 radio->iccTransmitApduLogicalChannel(serial, msg);
  /frameworks/base/telephony/java/com/android/internal/telephony/
ITelephony.aidl 675 String iccTransmitApduLogicalChannel(int subId, int channel, int cla, int instruction,
    [all...]
  /hardware/interfaces/radio/1.0/
IRadio.hal     [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneCommandInterface.java 584 public void iccTransmitApduLogicalChannel(int channel, int cla, int instruction,
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
SipCommandInterface.java 587 public void iccTransmitApduLogicalChannel(int channel, int cla, int instruction,
  /hardware/interfaces/radio/1.2/default/
Radio.cpp 689 Return<void> Radio::iccTransmitApduLogicalChannel(
Radio.h 205 Return<void> iccTransmitApduLogicalChannel(
  /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 1269 public void iccTransmitApduLogicalChannel(int channel, int cla, int instruction, int p1,
  /frameworks/base/telephony/java/android/telephony/
TelephonyManager.java     [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
CommandsInterface.java     [all...]
RIL.java     [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/euicc/
EuiccCardTest.java     [all...]
  /packages/services/Telephony/src/com/android/phone/
PhoneInterfaceManager.java 431 loge("iccTransmitApduLogicalChannel: No UICC");
439 uiccCard.iccTransmitApduLogicalChannel(
454 loge("iccTransmitApduLogicalChannel: Empty response");
456 loge("iccTransmitApduLogicalChannel: CommandException: " +
459 loge("iccTransmitApduLogicalChannel: Unknown exception");
    [all...]

Completed in 496 milliseconds

1 2