Home
last modified time | relevance | path

Searched refs:iccTransmitApduLogicalChannel (Results 1 – 25 of 29) sorted by relevance

12

/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/euicc/apdu/
H A DApduSenderTest.java141 verify(mMockCi).iccTransmitApduLogicalChannel(eq(channel), eq(channel | 10), eq(1), eq(2), in testSend()
167 verify(mMockCi).iccTransmitApduLogicalChannel(eq(channel), eq(0x81), eq(0xE2), eq(0x91), in testSendMultiApdus()
210 verify(mMockCi).iccTransmitApduLogicalChannel(eq(channel), eq(channel), eq(0xC0), eq(0), in testSendLongResponse()
212 verify(mMockCi).iccTransmitApduLogicalChannel(eq(channel), eq(channel), eq(0xC0), eq(0), in testSendLongResponse()
240 verify(mMockCi).iccTransmitApduLogicalChannel(eq(channel), eq(0x81), eq(0xE2), eq(0x11), in testSendStoreDataLongDataLongResponse()
242 verify(mMockCi).iccTransmitApduLogicalChannel(eq(channel), eq(0x81), eq(0xE2), eq(0x11), in testSendStoreDataLongDataLongResponse()
244 verify(mMockCi).iccTransmitApduLogicalChannel(eq(channel), eq(0x81), eq(0xE2), eq(0x91), in testSendStoreDataLongDataLongResponse()
264 verify(mMockCi).iccTransmitApduLogicalChannel(eq(channel), eq(0x81), eq(0xE2), eq(0x11), in testSendStoreDataLongDataMod0()
266 verify(mMockCi).iccTransmitApduLogicalChannel(eq(channel), eq(0x81), eq(0xE2), eq(0x91), in testSendStoreDataLongDataMod0()
282 verify(mMockCi).iccTransmitApduLogicalChannel(eq(channel), eq(0x81), eq(0xE2), eq(0x91), in testSendStoreDataLen0()
[all …]
H A DLogicalChannelMocker.java91 }).when(mockCi).iccTransmitApduLogicalChannel(eq(channel), anyInt(), anyInt(), anyInt(), in mockSendToLogicalChannel()
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/
H A DUiccCarrierPrivilegeRulesTest.java95 }).when(mUiccProfile).iccTransmitApduLogicalChannel(anyInt(), anyInt(), anyInt(), anyInt(), in testHelper()
337 }).when(mUiccProfile).iccTransmitApduLogicalChannel(anyInt(), anyInt(), anyInt(), anyInt(), in testAID_OnlyARAM()
398 }).when(mUiccProfile).iccTransmitApduLogicalChannel(anyInt(), anyInt(), anyInt(), anyInt(), in testAID_OnlyARAD()
455 }).when(mUiccProfile).iccTransmitApduLogicalChannel(anyInt(), anyInt(), anyInt(), anyInt(), in testAID_BothARAMandARAD()
578 }).when(mUiccProfile).iccTransmitApduLogicalChannel(anyInt(), eq(0x00), eq(0xA4), eq(0x00), in testAID_ARFSucceed()
617 }).when(mUiccProfile).iccTransmitApduLogicalChannel(anyInt(), eq(0x00), eq(0xB0), eq(0x00), in testAID_ARFSucceed()
684 }).when(mUiccProfile).iccTransmitApduLogicalChannel(anyInt(), eq(0x00), eq(0xA4), eq(0x00), in testAID_ARFFallbackToACRF()
716 }).when(mUiccProfile).iccTransmitApduLogicalChannel(anyInt(), eq(0x00), eq(0xB0), eq(0x00), in testAID_ARFFallbackToACRF()
791 }).when(mUiccProfile).iccTransmitApduLogicalChannel(anyInt(), anyInt(), anyInt(), anyInt(), in testAID_RetransmitLogicalChannel()
805 }).when(mUiccProfile).iccTransmitApduLogicalChannel(anyInt(), anyInt(), anyInt(), anyInt(), in testAID_RetransmitLogicalChannel()
H A DUiccProfileTest.java199 verify(mSimulatedCommandsVerifier, times(2)).iccTransmitApduLogicalChannel( in testUpdateUiccProfile()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/euicc/apdu/
H A DTransmitApduLogicalChannelInvocation.java50 mCi.iccTransmitApduLogicalChannel(command.channel, command.cla | command.channel, in sendRequestMessage()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DUiccCard.java295 public void iccTransmitApduLogicalChannel(int channel, int cla, int command, in iccTransmitApduLogicalChannel() method in UiccCard
298 mUiccProfile.iccTransmitApduLogicalChannel(channel, cla, command, p1, p2, p3, in iccTransmitApduLogicalChannel()
H A DUiccPkcs15.java83 mUiccProfile.iccTransmitApduLogicalChannel(mChannelId, 0x00, 0xA4, 0x00, 0x04, 0x02, in selectFile()
92 mUiccProfile.iccTransmitApduLogicalChannel(mChannelId, 0x00, 0xB0, 0x00, 0x00, 0x00, in readBinary()
H A DUiccCarrierPrivilegeRules.java479 mUiccProfile.iccTransmitApduLogicalChannel(mChannelId, CLA, COMMAND, P1, P2, P3, in handleMessage()
536 mUiccProfile.iccTransmitApduLogicalChannel(mChannelId, CLA, COMMAND, in handleMessage()
H A DUiccProfile.java1610 public void iccTransmitApduLogicalChannel(int channel, int cla, int command, in iccTransmitApduLogicalChannel() method in UiccProfile
1612 mCi.iccTransmitApduLogicalChannel(channel, cla, command, p1, p2, p3, in iccTransmitApduLogicalChannel()
/aosp12/hardware/interfaces/radio/1.0/vts/functional/
H A Dradio_hidl_hal_icc.cpp309 TEST_P(RadioHidlTest, iccTransmitApduLogicalChannel) { in TEST_P() argument
316 radio->iccTransmitApduLogicalChannel(serial, msg); in TEST_P()
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/euicc/
H A DEuiccCardTest.java854 .iccTransmitApduLogicalChannel( in testLoadBoundProfilePackage_NoProfileElements()
887 .iccTransmitApduLogicalChannel( in testLoadBoundProfilePackage_UnrecognizedTag()
1146 .iccTransmitApduLogicalChannel(eq(channel), eq(0x80 | channel), eq(0xE2), eq(0x91), in verifyStoreData()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCommandInterface.java607 public void iccTransmitApduLogicalChannel(int channel, int cla, int instruction, in iccTransmitApduLogicalChannel() method in ImsPhoneCommandInterface
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipCommandInterface.java610 public void iccTransmitApduLogicalChannel(int channel, int cla, int instruction, in iccTransmitApduLogicalChannel() method in SipCommandInterface
/aosp12/hardware/interfaces/radio/1.2/default/
H A DRadio.cpp689 Return<void> Radio::iccTransmitApduLogicalChannel( in iccTransmitApduLogicalChannel() function in android::hardware::radio::V1_2::implementation::Radio
H A DRadio.h205 Return<void> iccTransmitApduLogicalChannel(
/aosp12/frameworks/base/telephony/java/com/android/internal/telephony/
H A DITelephony.aidl677 String iccTransmitApduLogicalChannel(int subId, int channel, int cla, int instruction, in iccTransmitApduLogicalChannel() method
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DSimulatedCommands.java2108 public void iccTransmitApduLogicalChannel(int channel, int cla, int instruction, in iccTransmitApduLogicalChannel() method in SimulatedCommands
2111 SimulatedCommandsVerifier.getInstance().iccTransmitApduLogicalChannel(channel, cla, in iccTransmitApduLogicalChannel()
H A DSimulatedCommandsVerifier.java1305 public void iccTransmitApduLogicalChannel(int channel, int cla, int instruction, int p1, in iccTransmitApduLogicalChannel() method in SimulatedCommandsVerifier
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
H A DUsimDataDownloadCommands.java.broken670 public void iccTransmitApduLogicalChannel(int channel, int cla, int instruction,
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCommandsInterface.java2106 public void iccTransmitApduLogicalChannel(int channel, int cla, int instruction, in iccTransmitApduLogicalChannel() method
H A DRIL.java4553 public void iccTransmitApduLogicalChannel(int channel, int cla, int instruction, in iccTransmitApduLogicalChannel() method in RIL
4581 radioProxy.iccTransmitApduLogicalChannel(rr.mSerial, msg); in iccTransmitApduLogicalChannel()
/aosp12/frameworks/base/telephony/java/android/telephony/
H A DTelephonyManager.java6785 public String iccTransmitApduLogicalChannel(int channel, int cla, in iccTransmitApduLogicalChannel() method in TelephonyManager
6787 return iccTransmitApduLogicalChannel(getSubId(), channel, cla, in iccTransmitApduLogicalChannel()
6817 public String iccTransmitApduLogicalChannel(int subId, int channel, int cla, in iccTransmitApduLogicalChannel() method in TelephonyManager
6822 return telephony.iccTransmitApduLogicalChannel(subId, channel, cla, in iccTransmitApduLogicalChannel()
/aosp12/hardware/interfaces/radio/1.0/
H A DIRadio.hal1322 oneway iccTransmitApduLogicalChannel(int32_t serial, SimApdu message);
/aosp12/packages/services/Telephony/src/com/android/phone/
H A DPhoneInterfaceManager.java566 uiccCard.iccTransmitApduLogicalChannel( in handleMessage()
5316 public String iccTransmitApduLogicalChannel(int subId, int channel, int cla, in iccTransmitApduLogicalChannel() method in PhoneInterfaceManager
/aosp12/hardware/ril/libril/
H A Dril_service.cpp389 Return<void> iccTransmitApduLogicalChannel(int32_t serial, const SimApdu& message);
2255 Return<void> RadioImpl::iccTransmitApduLogicalChannel(int32_t serial, const SimApdu& message) { in iccTransmitApduLogicalChannel() function in RadioImpl

12