/aosp14/frameworks/base/omapi/java/android/se/omapi/ |
H A D | Session.java | 305 public @Nullable Channel openLogicalChannel(@Nullable byte[] aid, @Nullable byte p2) in openLogicalChannel() method in Session 312 ISecureElementChannel channel = mSession.openLogicalChannel( in openLogicalChannel() 358 public @Nullable Channel openLogicalChannel(@Nullable byte[] aid) throws IOException { in openLogicalChannel() method in Session 359 return openLogicalChannel(aid, (byte) 0x00); in openLogicalChannel()
|
/aosp14/frameworks/base/omapi/aidl/aidl_api/android.se.omapi/1/android/se/omapi/ |
H A D | ISecureElementSession.aidl | 47 …android.se.omapi.ISecureElementChannel openLogicalChannel(in byte[] aid, in byte p2, in android.se… in openLogicalChannel() method
|
/aosp14/frameworks/base/omapi/aidl/aidl_api/android.se.omapi/current/android/se/omapi/ |
H A D | ISecureElementSession.aidl | 47 …android.se.omapi.ISecureElementChannel openLogicalChannel(in byte[] aid, in byte p2, in android.se… in openLogicalChannel() method
|
/aosp14/frameworks/base/omapi/aidl/android/se/omapi/ |
H A D | ISecureElementSession.aidl | 75 ISecureElementChannel openLogicalChannel(in byte[] aid, in byte p2, in openLogicalChannel() method
|
/aosp14/frameworks/base/omapi/aidl/vts/functional/AccessControlApp/ |
H A D | VtsHalOmapiSeAccessControlTestCases.cpp | 103 res = session->openLogicalChannel(aid, 0x00, seListener, &channel); in testSelectableAid() 143 res = session->openLogicalChannel(aid, 0x00, seListener, &channel); in testUnauthorisedAid() 179 res = session->openLogicalChannel(aid, 0x00, seListener, &channel); in testTransmitAPDU() 224 res = session->openLogicalChannel(aid, 0x00, seListener, &channel); in testUnauthorisedAPDU()
|
/aosp14/frameworks/base/omapi/aidl/vts/functional/omapi/ |
H A D | VtsHalOmapiSeServiceV1_TargetTest.cpp | 71 res = session->openLogicalChannel(aid, 0x00, seListener, &channel); in testSelectableAid() 104 res = session->openLogicalChannel(aid, 0x00, seListener, &channel); in testNonSelectableAid() 160 res = session->openLogicalChannel(SELECTABLE_AID, 0x00, seListener, &channel); in internalTransmitApdu() 483 res = session->openLogicalChannel(SELECTABLE_AID, 0x00, seListener, &channel); in TEST_P()
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 39126 …method @Nullable public android.se.omapi.Channel openLogicalChannel(@Nullable byte[], @Nullable by… 39127 …method @Nullable public android.se.omapi.Channel openLogicalChannel(@Nullable byte[]) throws java.…
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 47203 Landroid/se/omapi/ISecureElementSession$Stub$Proxy;->openLogicalChannel([BBLandroid/se/omapi/ISecur… 47218 Landroid/se/omapi/ISecureElementSession;->openLogicalChannel([BBLandroid/se/omapi/ISecureElementLis…
|