Home
last modified time | relevance | path

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

/frameworks/base/nfc/java/android/nfc/
DNfcAdapter.java732 List<String> offHostSE = new ArrayList<String>(); in getSupportedOffHostSecureElements() local
736 return offHostSE; in getSupportedOffHostSecureElements()
739 offHostSE.add("SIM"); in getSupportedOffHostSecureElements()
742 offHostSE.add("eSE"); in getSupportedOffHostSecureElements()
744 return offHostSE; in getSupportedOffHostSecureElements()