H A D | PhoneInterfaceManager.java | 171 public int channel, cla, command, p1, p2, p3; field in class:PhoneInterfaceManager.IccAPDUArgument 174 public IccAPDUArgument(int channel, int cla, int command, argument 178 this.command = command; 342 iccArgument.channel, iccArgument.cla, iccArgument.command, 383 iccArgument.cla, iccArgument.command, iccArgument.p1, iccArgument.p2, 423 iccArgument.command, iccArgument.p1, iccArgument.p2, iccArgument.p3, 840 private void handleNullReturnEvent(Message msg, String command) { argument 848 loge(command + ": CommandException: " + ar.exception); 850 loge(command 864 sendRequest(int command, Object argument) argument 873 sendRequest(int command, Object argument, Integer subId) argument 901 sendRequestAsync(int command) argument 909 sendRequestAsync(int command, Object argument) argument 2165 iccTransmitApduLogicalChannel(int subId, int channel, int cla, int command, int p1, int p2, int p3, String data) argument 2193 iccTransmitApduBasicChannel(int subId, int cla, int command, int p1, int p2, int p3, String data) argument 2216 iccExchangeSimIO(int subId, int fileID, int command, int p1, int p2, int p3, String filePath) argument [all...] |