Home
last modified time | relevance | path

Searched refs:isBasicChannel (Results 1 – 7 of 7) sorted by relevance

/aosp12/packages/apps/SecureElement/src/com/android/se/
H A DChannel.java98 if (isBasicChannel()) { in close()
283 public boolean isBasicChannel() { in isBasicChannel() method in Channel
305 public boolean isBasicChannel() throws RemoteException { in isBasicChannel() method in Channel.SecureElementChannel
306 return Channel.this.isBasicChannel(); in isBasicChannel()
H A DTerminal.java317 if (!channel.isBasicChannel() && status != SecureElementStatus.SUCCESS) { in closeChannel()
749 boolean isBasicChannel) throws IOException, MissingResourceException { in setUpChannelAccess() argument
785 if (isBasicChannel) { in setUpChannelAccess()
892 writer.println("basic channel: " + channel.isBasicChannel()); in dump()
/aosp12/frameworks/base/core/java/android/se/omapi/
H A DChannel.java103 public boolean isBasicChannel() { in isBasicChannel() method in Channel
108 return mChannel.isBasicChannel(); in isBasicChannel()
H A DISecureElementChannel.aidl47 boolean isBasicChannel(); in isBasicChannel() method
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt50462 Landroid/se/omapi/ISecureElementChannel$Stub$Proxy;->isBasicChannel()Z
50478 Landroid/se/omapi/ISecureElementChannel;->isBasicChannel()Z
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt37184 method public boolean isBasicChannel();