Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/se/omapi/
DSession.java199 public @Nullable Channel openBasicChannel(@Nullable byte[] aid, @Nullable byte p2) in openBasicChannel() method in Session
207 ISecureElementChannel channel = mSession.openBasicChannel(aid, p2, in openBasicChannel()
249 public @Nullable Channel openBasicChannel(@Nullable byte[] aid) throws IOException { in openBasicChannel() method in Session
250 return openBasicChannel(aid, (byte) 0x00); in openBasicChannel()
DISecureElementSession.aidl63 ISecureElementChannel openBasicChannel(in byte[] aid, in byte p2, in openBasicChannel() method
/frameworks/base/config/
Dhiddenapi-public-dex.txt39106 Landroid/se/omapi/Session;->openBasicChannel([B)Landroid/se/omapi/Channel;
39107 Landroid/se/omapi/Session;->openBasicChannel([BB)Landroid/se/omapi/Channel;
/frameworks/base/api/
Dcurrent.txt38459 … 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;