Searched refs:ApduCommand (Results 1 – 8 of 8) sorted by relevance
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/euicc/apdu/ |
D | RequestBuilder.java | 44 private final List<ApduCommand> mCommands = new ArrayList<>(); 51 mCommands.add(new ApduCommand(mChannel, cla, ins, p1, p2, p3, cmdHex)); in addApdu() 59 mCommands.add(new ApduCommand(mChannel, cla, ins, p1, p2, cmdHex.length() / 2, cmdHex)); in addApdu() 67 mCommands.add(new ApduCommand(mChannel, cla, ins, p1, p2, 0, "")); in addApdu() 91 List<ApduCommand> getCommands() { in getCommands()
|
D | ApduCommand.java | 24 class ApduCommand { class 53 ApduCommand(int channel, int cla, int ins, int p1, int p2, int p3, String cmdHex) { in ApduCommand() method in ApduCommand
|
D | TransmitApduLogicalChannelInvocation.java | 37 extends AsyncMessageInvocation<ApduCommand, IccIoResult> { 48 protected void sendRequestMessage(ApduCommand command, Message msg) { in sendRequestMessage()
|
D | ApduSender.java | 171 List<ApduCommand> commands, in sendCommand() 175 ApduCommand command = commands.get(index); in sendCommand() 241 new ApduCommand(channel, 0 /* cls */, INS_GET_MORE_RESPONSE, 0 /* p1 */, in getCompleteResponse()
|
/frameworks/base/boot/ |
D | preloaded-classes | 12928 com.android.internal.telephony.uicc.euicc.apdu.ApduCommand
|
D | boot-image-profile.txt | 35369 Lcom/android/internal/telephony/uicc/euicc/apdu/ApduCommand;
|
/frameworks/base/config/ |
D | preloaded-classes | 12959 com.android.internal.telephony.uicc.euicc.apdu.ApduCommand
|
D | boot-image-profile.txt | 45530 Lcom/android/internal/telephony/uicc/euicc/apdu/ApduCommand;
|