Home
last modified time | relevance | path

Searched refs:offHostSecureElement (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/nfc/java/android/nfc/cardemulation/
DCardEmulation.java664 @NonNull String offHostSecureElement) { in setOffHostForService() argument
668 if (adapter == null || offHostSecureElement == null) { in setOffHostForService()
673 if ((offHostSecureElement.startsWith("eSE") && !validSE.contains("eSE")) in setOffHostForService()
674 || (offHostSecureElement.startsWith("SIM") && !validSE.contains("SIM"))) { in setOffHostForService()
678 if (!offHostSecureElement.startsWith("eSE") && !offHostSecureElement.startsWith("SIM")) { in setOffHostForService()
682 if (offHostSecureElement.equals("eSE")) { in setOffHostForService()
683 offHostSecureElement = "eSE1"; in setOffHostForService()
684 } else if (offHostSecureElement.equals("SIM")) { in setOffHostForService()
685 offHostSecureElement = "SIM1"; in setOffHostForService()
690 offHostSecureElement); in setOffHostForService()
[all …]
/frameworks/base/nfc/java/android/nfc/
DINfcCardEmulation.aidl37 …ean setOffHostForService(int userHandle, in ComponentName service, in String offHostSecureElement); in setOffHostForService() argument
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...