Searched defs:CommandApdu (Results 1 – 1 of 1) sorted by relevance
/packages/apps/SecureElement/src/com/android/se/security/ |
D | CommandApdu.java | 39 public class CommandApdu { class 49 public CommandApdu(int cla, int ins, int p1, int p2) { in CommandApdu() method in CommandApdu 56 public CommandApdu() { in CommandApdu() method in CommandApdu 59 public CommandApdu(int cla, int ins, int p1, int p2, byte[] data) { in CommandApdu() method in CommandApdu 68 public CommandApdu(int cla, int ins, int p1, int p2, byte[] data, int le) { in CommandApdu() method in CommandApdu 79 public CommandApdu(int cla, int ins, int p1, int p2, int le) { in CommandApdu() method in CommandApdu
|