Home
last modified time | relevance | path

Searched refs:openBasicChannel (Results 1 – 2 of 2) sorted by relevance

/packages/apps/SecureElement/src/com/android/se/
DSecureElementService.java386 public ISecureElementChannel openBasicChannel(byte[] aid, byte p2, in openBasicChannel() method in SecureElementService.SecureElementSession
423 channel = mReader.getTerminal().openBasicChannel(this, aid, p2, listener, in openBasicChannel()
DTerminal.java519 public Channel openBasicChannel(SecureElementSession session, byte[] aid, byte p2, in openBasicChannel() method in Terminal
576 responseList.add(mAidlHal.openBasicChannel( in openBasicChannel()
585 mSEHal.openBasicChannel(byteArrayToArrayList(aid), p2, in openBasicChannel()