Searched refs:openLogicalChannel (Results 1 - 2 of 2) sorted by relevance

/packages/apps/SecureElement/src/com/android/se/
H A DTerminal.java393 return openLogicalChannel(null, aid, (byte) 0x00, null, null, 0);
399 public Channel openLogicalChannel(SecureElementSession session, byte[] aid, byte p2, method in class:Terminal
425 mSEHal.openLogicalChannel(byteArrayToArrayList(aid), p2,
476 mSEHal.openLogicalChannel(byteArrayToArrayList(aid), (byte) 0x00,
H A DSecureElementService.java290 public ISecureElementChannel openLogicalChannel(byte[] aid, byte p2, method in class:SecureElementService.SecureElementSession
309 channel = mReader.getTerminal().openLogicalChannel(this, aid, p2, listener,
318 Log.i(mTag, "openLogicalChannel() - returning null");
321 Log.i(mTag, "openLogicalChannel() Success. Channel: "

Completed in 61 milliseconds