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/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/frameworks/base/api/
Dcurrent.txt42459 …method @Nullable public android.se.omapi.Channel openBasicChannel(@Nullable byte[], @Nullable byte…
42460 …method @Nullable public android.se.omapi.Channel openBasicChannel(@Nullable byte[]) throws java.io…