Home
last modified time | relevance | path

Searched refs:openLogicalChannelWithoutChannelAccess (Results 1 – 3 of 3) sorted by relevance

/packages/apps/SecureElement/src/com/android/se/security/ara/
DAraController.java119 channel = mTerminal.openLogicalChannelWithoutChannelAccess(aid); in initialize()
133 channel = mTerminal.openLogicalChannelWithoutChannelAccess(getAraMAid()); in initialize()
/packages/apps/SecureElement/src/com/android/se/security/arf/
DSecureElement.java106 mArfChannel = mTerminalHandle.openLogicalChannelWithoutChannelAccess(aid); in openLogicalArfChannel()
/packages/apps/SecureElement/src/com/android/se/
DTerminal.java503 public Channel openLogicalChannelWithoutChannelAccess(byte[] aid) throws IOException, in openLogicalChannelWithoutChannelAccess() method in Terminal