Home
last modified time | relevance | path

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

12

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/euicc/apdu/
DApduSenderTest.java152 verify(mMockCi).iccTransmitApduLogicalChannel(eq(channel), eq(channel | 10), eq(1), eq(2), in testSend()
172 verify(mMockCi).iccTransmitApduLogicalChannel(eq(channel), eq(channel | 10), eq(1), eq(2), in testSendMultiApdus()
174 verify(mMockCi).iccTransmitApduLogicalChannel(eq(channel), eq(channel | 10), eq(1), eq(2), in testSendMultiApdus()
176 verify(mMockCi).iccTransmitApduLogicalChannel(eq(channel), eq(channel | 10), eq(1), eq(2), in testSendMultiApdus()
178 verify(mMockCi).iccTransmitApduLogicalChannel(eq(channel), eq(0x81), eq(0xE2), eq(0x91), in testSendMultiApdus()
199 verify(mMockCi).iccTransmitApduLogicalChannel(eq(channel), eq(channel | 10), eq(1), eq(2), in testSendMultiApdusStopEarly()
201 verify(mMockCi).iccTransmitApduLogicalChannel(eq(channel), eq(channel | 10), eq(1), eq(2), in testSendMultiApdusStopEarly()
203 verify(mMockCi).iccTransmitApduLogicalChannel(eq(channel), eq(channel | 10), eq(1), eq(2), in testSendMultiApdusStopEarly()
219 verify(mMockCi).iccTransmitApduLogicalChannel(eq(channel), eq(channel | 10), eq(1), eq(2), in testSendLongResponse()
221 verify(mMockCi).iccTransmitApduLogicalChannel(eq(channel), eq(channel), eq(0xC0), eq(0), in testSendLongResponse()
[all …]
DLogicalChannelMocker.java78 }).when(mockCi).iccTransmitApduLogicalChannel(eq(channel), anyInt(), anyInt(), anyInt(), in mockSendToLogicalChannel()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/
DUiccCarrierPrivilegeRulesTest.java96 }).when(mUiccProfile).iccTransmitApduLogicalChannel(anyInt(), anyInt(), anyInt(), anyInt(), in testHelper()
338 }).when(mUiccProfile).iccTransmitApduLogicalChannel(anyInt(), anyInt(), anyInt(), anyInt(), in testAID_OnlyARAM()
399 }).when(mUiccProfile).iccTransmitApduLogicalChannel(anyInt(), anyInt(), anyInt(), anyInt(), in testAID_OnlyARAD()
456 }).when(mUiccProfile).iccTransmitApduLogicalChannel(anyInt(), anyInt(), anyInt(), anyInt(), in testAID_BothARAMandARAD()
579 }).when(mUiccProfile).iccTransmitApduLogicalChannel(anyInt(), eq(0x00), eq(0xA4), eq(0x00), in testAID_ARFSucceed()
610 }).when(mUiccProfile).iccTransmitApduLogicalChannel(anyInt(), eq(0x00), eq(0xB0), eq(0x00), in testAID_ARFSucceed()
677 }).when(mUiccProfile).iccTransmitApduLogicalChannel(anyInt(), eq(0x00), eq(0xA4), eq(0x00), in testAID_ARFFallbackToACRF()
703 }).when(mUiccProfile).iccTransmitApduLogicalChannel(anyInt(), eq(0x00), eq(0xB0), eq(0x00), in testAID_ARFFallbackToACRF()
778 }).when(mUiccProfile).iccTransmitApduLogicalChannel(anyInt(), anyInt(), anyInt(), anyInt(), in testAID_RetransmitLogicalChannel()
792 }).when(mUiccProfile).iccTransmitApduLogicalChannel(anyInt(), anyInt(), anyInt(), anyInt(), in testAID_RetransmitLogicalChannel()
DUiccProfileTest.java228 verify(mSimulatedCommandsVerifier, times(2)).iccTransmitApduLogicalChannel( in testUpdateUiccProfile()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRadioSimProxy.java388 public void iccTransmitApduLogicalChannel(int serial, int channel, int cla, int instruction, in iccTransmitApduLogicalChannel() method in RadioSimProxy
390 iccTransmitApduLogicalChannel(serial, channel, cla, instruction, p1, p2, p3, data, false); in iccTransmitApduLogicalChannel()
406 public void iccTransmitApduLogicalChannel(int serial, int channel, int cla, int instruction, in iccTransmitApduLogicalChannel() method in RadioSimProxy
410 mSimProxy.iccTransmitApduLogicalChannel(serial, in iccTransmitApduLogicalChannel()
414 mRadioProxy.iccTransmitApduLogicalChannel(serial, in iccTransmitApduLogicalChannel()
DCommandsInterface.java2063 void iccTransmitApduLogicalChannel(int channel, int cla, int instruction, in iccTransmitApduLogicalChannel() method
DRIL.java4028 public void iccTransmitApduLogicalChannel(int channel, int cla, int instruction, int p1, int p2, in iccTransmitApduLogicalChannel() method in RIL
4058 simProxy.iccTransmitApduLogicalChannel(rr.mSerial, channel, cla, instruction, p1, p2, in iccTransmitApduLogicalChannel()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/euicc/apdu/
DTransmitApduLogicalChannelInvocation.java50 mCi.iccTransmitApduLogicalChannel(command.channel, command.cla | command.channel, in sendRequestMessage()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DUiccPort.java245 public void iccTransmitApduLogicalChannel(int channel, int cla, int command, in iccTransmitApduLogicalChannel() method in UiccPort
248 mUiccProfile.iccTransmitApduLogicalChannel(channel, cla, command, p1, p2, p3, in iccTransmitApduLogicalChannel()
DUiccPkcs15.java83 mUiccProfile.iccTransmitApduLogicalChannel(mChannelId, 0x00, 0xA4, 0x00, 0x04, 0x02, in selectFile()
92 mUiccProfile.iccTransmitApduLogicalChannel(mChannelId, 0x00, 0xB0, 0x00, 0x00, 0x00, in readBinary()
DUiccCarrierPrivilegeRules.java429 mUiccProfile.iccTransmitApduLogicalChannel(mChannelId, CLA, COMMAND, P1, P2, P3, in handleMessage()
486 mUiccProfile.iccTransmitApduLogicalChannel(mChannelId, CLA, COMMAND, in handleMessage()
DUiccProfile.java1634 public void iccTransmitApduLogicalChannel(int channel, int cla, int command, in iccTransmitApduLogicalChannel() method in UiccProfile
1636 mCi.iccTransmitApduLogicalChannel(channel, cla, command, p1, p2, p3, data, isEs10Command, in iccTransmitApduLogicalChannel()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/euicc/
DEuiccCardTest.java192 .iccTransmitApduLogicalChannel(eq(channel), eq(0x80 | channel), eq(0xE2), eq(0x91), in verifyStoreData()
DEuiccPortTest.java905 .iccTransmitApduLogicalChannel( in testLoadBoundProfilePackage_NoProfileElements()
938 .iccTransmitApduLogicalChannel( in testLoadBoundProfilePackage_UnrecognizedTag()
1197 .iccTransmitApduLogicalChannel(eq(channel), eq(0x80 | channel), eq(0xE2), eq(0x91), in verifyStoreData()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCommandInterface.java571 public void iccTransmitApduLogicalChannel(int channel, int cla, int instruction, in iccTransmitApduLogicalChannel() method in ImsPhoneCommandInterface
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DSimulatedCommandsVerifier.java1253 public void iccTransmitApduLogicalChannel(int channel, int cla, int instruction, int p1, in iccTransmitApduLogicalChannel() method in SimulatedCommandsVerifier
DSimulatedCommands.java2077 public void iccTransmitApduLogicalChannel(int channel, int cla, int instruction, in iccTransmitApduLogicalChannel() method in SimulatedCommands
2079 SimulatedCommandsVerifier.getInstance().iccTransmitApduLogicalChannel(channel, cla, in iccTransmitApduLogicalChannel()
/frameworks/base/telephony/java/com/android/internal/telephony/
DITelephony.aidl701 String iccTransmitApduLogicalChannel(int subId, int channel, int cla, int instruction, in iccTransmitApduLogicalChannel() method
/frameworks/base/telephony/java/android/telephony/
DTelephonyManager.java7823 public String iccTransmitApduLogicalChannel(int channel, int cla, in iccTransmitApduLogicalChannel() method in TelephonyManager
7825 return iccTransmitApduLogicalChannel(getSubId(), channel, cla, in iccTransmitApduLogicalChannel()
7852 public String iccTransmitApduLogicalChannel(int subId, int channel, int cla, in iccTransmitApduLogicalChannel() method in TelephonyManager
7857 return telephony.iccTransmitApduLogicalChannel(subId, channel, cla, in iccTransmitApduLogicalChannel()
/frameworks/base/core/api/
Dlint-baseline.txt966 RequiresPermission: android.telephony.TelephonyManager#iccTransmitApduLogicalChannel(int, int, int,…
967 …Method 'iccTransmitApduLogicalChannel' documentation mentions permissions without declaring @Requi…
Dmodule-lib-lint-baseline.txt1376 RequiresPermission: android.telephony.TelephonyManager#iccTransmitApduLogicalChannel(int, int, int,…
1377 …Method 'iccTransmitApduLogicalChannel' documentation mentions permissions without declaring @Requi…
Dtest-lint-baseline.txt1534 RequiresPermission: android.telephony.TelephonyManager#iccTransmitApduLogicalChannel(int, int, int,…
1535 …Method 'iccTransmitApduLogicalChannel' documentation mentions permissions without declaring @Requi…
Dsystem-lint-baseline.txt1452 RequiresPermission: android.telephony.TelephonyManager#iccTransmitApduLogicalChannel(int, int, int,…
1453 …Method 'iccTransmitApduLogicalChannel' documentation mentions permissions without declaring @Requi…
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt54924 Landroid/telephony/TelephonyManager;->iccTransmitApduLogicalChannel(IIIIIIILjava/lang/String;)Ljava…
83770 Lcom/android/internal/telephony/ITelephony$Stub$Proxy;->iccTransmitApduLogicalChannel(IIIIIIILjava/…

12