Searched refs:openBasicChannel (Results 1 – 2 of 2) sorted by relevance
/packages/apps/SecureElement/src/com/android/se/ |
D | SecureElementService.java | 301 public ISecureElementChannel openBasicChannel(byte[] aid, byte p2, in openBasicChannel() method in SecureElementService.SecureElementSession 321 channel = mReader.getTerminal().openBasicChannel(this, aid, p2, listener, in openBasicChannel()
|
D | Terminal.java | 425 public Channel openBasicChannel(SecureElementSession session, byte[] aid, byte p2, in openBasicChannel() method in Terminal 467 mSEHal.openBasicChannel(byteArrayToArrayList(aid), p2, in openBasicChannel()
|