Searched refs:openBasicChannel (Results 1 – 4 of 4) sorted by relevance
199 public @Nullable Channel openBasicChannel(@Nullable byte[] aid, @Nullable byte p2) in openBasicChannel() method in Session207 ISecureElementChannel channel = mSession.openBasicChannel(aid, p2, in openBasicChannel()249 public @Nullable Channel openBasicChannel(@Nullable byte[] aid) throws IOException { in openBasicChannel() method in Session250 return openBasicChannel(aid, (byte) 0x00); in openBasicChannel()
63 ISecureElementChannel openBasicChannel(in byte[] aid, in byte p2, in openBasicChannel() method
39106 Landroid/se/omapi/Session;->openBasicChannel([B)Landroid/se/omapi/Channel;39107 Landroid/se/omapi/Session;->openBasicChannel([BB)Landroid/se/omapi/Channel;
38459 … method public android.se.omapi.Channel openBasicChannel(byte[], byte) throws java.io.IOException;38460 method public android.se.omapi.Channel openBasicChannel(byte[]) throws java.io.IOException;