/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/euicc/apdu/ |
D | ApduSenderTest.java | 141 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 …]
|
D | LogicalChannelMocker.java | 91 }).when(mockCi).iccTransmitApduLogicalChannel(eq(channel), anyInt(), anyInt(), anyInt(), in mockSendToLogicalChannel()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/ |
D | UiccCarrierPrivilegeRulesTest.java | 85 }).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()
|
D | UiccProfileTest.java | 197 verify(mSimulatedCommandsVerifier, times(2)).iccTransmitApduLogicalChannel( in testUpdateUiccProfile()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/euicc/apdu/ |
D | TransmitApduLogicalChannelInvocation.java | 50 mCi.iccTransmitApduLogicalChannel(command.channel, command.cla | command.channel, in sendRequestMessage()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
D | UiccPkcs15.java | 83 mUiccProfile.iccTransmitApduLogicalChannel(mChannelId, 0x00, 0xA4, 0x00, 0x04, 0x02, in selectFile() 92 mUiccProfile.iccTransmitApduLogicalChannel(mChannelId, 0x00, 0xB0, 0x00, 0x00, 0x00, in readBinary()
|
D | UiccCard.java | 294 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()
|
D | UiccCarrierPrivilegeRules.java | 467 mUiccProfile.iccTransmitApduLogicalChannel(mChannelId, CLA, COMMAND, P1, P2, P3, in handleMessage() 524 mUiccProfile.iccTransmitApduLogicalChannel(mChannelId, CLA, COMMAND, in handleMessage()
|
D | UiccProfile.java | 1513 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/ |
D | EuiccCardTest.java | 854 .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/ |
D | ImsPhoneCommandInterface.java | 594 public void iccTransmitApduLogicalChannel(int channel, int cla, int instruction, in iccTransmitApduLogicalChannel() method in ImsPhoneCommandInterface
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/ |
D | SipCommandInterface.java | 597 public void iccTransmitApduLogicalChannel(int channel, int cla, int instruction, in iccTransmitApduLogicalChannel() method in SipCommandInterface
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
D | ITelephony.aidl | 672 String iccTransmitApduLogicalChannel(int subId, int channel, int cla, int instruction, in iccTransmitApduLogicalChannel() method
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | CommandsInterface.java | 2031 public void iccTransmitApduLogicalChannel(int channel, int cla, int instruction, in iccTransmitApduLogicalChannel() method
|
D | RIL.java | 4203 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/ |
D | SimulatedCommandsVerifier.java | 1285 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/ |
D | UsimDataDownloadCommands.java.broken | 670 public void iccTransmitApduLogicalChannel(int channel, int cla, int instruction,
|
/frameworks/base/telephony/java/android/telephony/ |
D | TelephonyManager.java | 6419 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/ |
D | lint-baseline.txt | 1194 RequiresPermission: android.telephony.TelephonyManager#iccTransmitApduLogicalChannel(int, int, int,…
|
D | current.txt | 48183 …method @Deprecated public String iccTransmitApduLogicalChannel(int, int, int, int, int, int, Strin…
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 28684 …method public java.lang.String iccTransmitApduLogicalChannel(int, int, int, int, int, int, java.la…
|