H A D | PhoneInterfaceManager.java | 162 public int channel, cla, command, p1, p2, p3; field in class:PhoneInterfaceManager.IccAPDUArgument 165 public IccAPDUArgument(int channel, int cla, int command, argument 169 this.command = command; 333 iccArgument.channel, iccArgument.cla, iccArgument.command, 374 iccArgument.cla, iccArgument.command, iccArgument.p1, iccArgument.p2, 414 iccArgument.command, iccArgument.p1, iccArgument.p2, iccArgument.p3, 769 private void handleNullReturnEvent(Message msg, String command) { argument 777 loge(command + ": CommandException: " + ar.exception); 779 loge(command 793 sendRequest(int command, Object argument) argument 802 sendRequest(int command, Object argument, Integer subId) argument 830 sendRequestAsync(int command) argument 838 sendRequestAsync(int command, Object argument) argument 2042 iccTransmitApduLogicalChannel(int subId, int channel, int cla, int command, int p1, int p2, int p3, String data) argument 2070 iccTransmitApduBasicChannel(int subId, int cla, int command, int p1, int p2, int p3, String data) argument 2093 iccExchangeSimIO(int subId, int fileID, int command, int p1, int p2, int p3, String filePath) argument [all...] |