Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/euicc/apdu/
DApduSenderTest.java141 verify(mMockCi).iccTransmitApduLogicalChannel(eq(channel), eq(channel | 10), eq(1), eq(2), in testSend()
161 verify(mMockCi).iccTransmitApduLogicalChannel(eq(channel), eq(channel | 10), eq(1), eq(2), in testSendMultiApdus()
163 verify(mMockCi).iccTransmitApduLogicalChannel(eq(channel), eq(channel | 10), eq(1), eq(2), in testSendMultiApdus()
165 verify(mMockCi).iccTransmitApduLogicalChannel(eq(channel), eq(channel | 10), eq(1), eq(2), in testSendMultiApdus()
167 verify(mMockCi).iccTransmitApduLogicalChannel(eq(channel), eq(0x81), eq(0xE2), eq(0x91), in testSendMultiApdus()
188 verify(mMockCi).iccTransmitApduLogicalChannel(eq(channel), eq(channel | 10), eq(1), eq(2), in testSendMultiApdusStopEarly()
190 verify(mMockCi).iccTransmitApduLogicalChannel(eq(channel), eq(channel | 10), eq(1), eq(2), in testSendMultiApdusStopEarly()
192 verify(mMockCi).iccTransmitApduLogicalChannel(eq(channel), eq(channel | 10), eq(1), eq(2), in testSendMultiApdusStopEarly()
208 verify(mMockCi).iccTransmitApduLogicalChannel(eq(channel), eq(channel | 10), eq(1), eq(2), in testSendLongResponse()
210 verify(mMockCi).iccTransmitApduLogicalChannel(eq(channel), eq(channel), eq(0xC0), eq(0), in testSendLongResponse()
[all …]
DLogicalChannelMocker.java91 }).when(mockCi).iccTransmitApduLogicalChannel(eq(channel), anyInt(), anyInt(), anyInt(), in mockSendToLogicalChannel()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/
DUiccCarrierPrivilegeRulesTest.java85 }).when(mUiccProfile).iccTransmitApduLogicalChannel(anyInt(), anyInt(), anyInt(), anyInt(), in testHelper()
331 }).when(mUiccProfile).iccTransmitApduLogicalChannel(anyInt(), anyInt(), anyInt(), anyInt(), in testAID_OnlyARAM()
392 }).when(mUiccProfile).iccTransmitApduLogicalChannel(anyInt(), anyInt(), anyInt(), anyInt(), in testAID_OnlyARAD()
449 }).when(mUiccProfile).iccTransmitApduLogicalChannel(anyInt(), anyInt(), anyInt(), anyInt(), in testAID_BothARAMandARAD()
560 }).when(mUiccProfile).iccTransmitApduLogicalChannel(anyInt(), anyInt(), anyInt(), anyInt(), in testAID_RetransmitLogicalChannel()
574 }).when(mUiccProfile).iccTransmitApduLogicalChannel(anyInt(), anyInt(), anyInt(), anyInt(), in testAID_RetransmitLogicalChannel()
DUiccProfileTest.java197 verify(mSimulatedCommandsVerifier, times(2)).iccTransmitApduLogicalChannel( in testUpdateUiccProfile()
/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/
DUiccPkcs15.java83 mUiccProfile.iccTransmitApduLogicalChannel(mChannelId, 0x00, 0xA4, 0x00, 0x04, 0x02, in selectFile()
92 mUiccProfile.iccTransmitApduLogicalChannel(mChannelId, 0x00, 0xB0, 0x00, 0x00, 0x00, in readBinary()
DUiccCard.java294 public void iccTransmitApduLogicalChannel(int channel, int cla, int command, in iccTransmitApduLogicalChannel() method in UiccCard
297 mUiccProfile.iccTransmitApduLogicalChannel(channel, cla, command, p1, p2, p3, in iccTransmitApduLogicalChannel()
DUiccCarrierPrivilegeRules.java467 mUiccProfile.iccTransmitApduLogicalChannel(mChannelId, CLA, COMMAND, P1, P2, P3, in handleMessage()
524 mUiccProfile.iccTransmitApduLogicalChannel(mChannelId, CLA, COMMAND, in handleMessage()
DUiccProfile.java1513 public void iccTransmitApduLogicalChannel(int channel, int cla, int command, in iccTransmitApduLogicalChannel() method in UiccProfile
1515 mCi.iccTransmitApduLogicalChannel(channel, cla, command, p1, p2, p3, in iccTransmitApduLogicalChannel()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/euicc/
DEuiccCardTest.java854 .iccTransmitApduLogicalChannel( in testLoadBoundProfilePackage_NoProfileElements()
887 .iccTransmitApduLogicalChannel( in testLoadBoundProfilePackage_UnrecognizedTag()
1146 .iccTransmitApduLogicalChannel(eq(channel), eq(0x80 | channel), eq(0xE2), eq(0x91), in verifyStoreData()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCommandInterface.java594 public void iccTransmitApduLogicalChannel(int channel, int cla, int instruction, in iccTransmitApduLogicalChannel() method in ImsPhoneCommandInterface
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipCommandInterface.java597 public void iccTransmitApduLogicalChannel(int channel, int cla, int instruction, in iccTransmitApduLogicalChannel() method in SipCommandInterface
/frameworks/base/telephony/java/com/android/internal/telephony/
DITelephony.aidl672 String iccTransmitApduLogicalChannel(int subId, int channel, int cla, int instruction, in iccTransmitApduLogicalChannel() method
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCommandsInterface.java2031 public void iccTransmitApduLogicalChannel(int channel, int cla, int instruction, in iccTransmitApduLogicalChannel() method
DRIL.java4203 public void iccTransmitApduLogicalChannel(int channel, int cla, int instruction, in iccTransmitApduLogicalChannel() method in RIL
4231 radioProxy.iccTransmitApduLogicalChannel(rr.mSerial, msg); in iccTransmitApduLogicalChannel()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DSimulatedCommandsVerifier.java1285 public void iccTransmitApduLogicalChannel(int channel, int cla, int instruction, int p1, in iccTransmitApduLogicalChannel() method in SimulatedCommandsVerifier
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
DUsimDataDownloadCommands.java.broken670 public void iccTransmitApduLogicalChannel(int channel, int cla, int instruction,
/frameworks/base/telephony/java/android/telephony/
DTelephonyManager.java6419 public String iccTransmitApduLogicalChannel(int channel, int cla, in iccTransmitApduLogicalChannel() method in TelephonyManager
6421 return iccTransmitApduLogicalChannel(getSubId(), channel, cla, in iccTransmitApduLogicalChannel()
6451 public String iccTransmitApduLogicalChannel(int subId, int channel, int cla, in iccTransmitApduLogicalChannel() method in TelephonyManager
6456 return telephony.iccTransmitApduLogicalChannel(subId, channel, cla, in iccTransmitApduLogicalChannel()
/frameworks/base/api/
Dlint-baseline.txt1194 RequiresPermission: android.telephony.TelephonyManager#iccTransmitApduLogicalChannel(int, int, int,…
Dcurrent.txt48183 …method @Deprecated public String iccTransmitApduLogicalChannel(int, int, int, int, int, int, Strin…
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt28684 …method public java.lang.String iccTransmitApduLogicalChannel(int, int, int, int, int, int, java.la…