Home
last modified time | relevance | path

Searched defs:getNfcCardEmulationInterface (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/core/java/android/nfc/
H A DINfcAdapter.aidl42 INfcCardEmulation getNfcCardEmulationInterface(); in getNfcCardEmulationInterface() method
/aosp12/packages/apps/Nfc/src/com/android/nfc/cardemulation/
H A DCardEmulationManager.java103 public INfcCardEmulation getNfcCardEmulationInterface() { in getNfcCardEmulationInterface() method in CardEmulationManager
/aosp12/packages/apps/Nfc/src/com/android/nfc/
H A DNfcService.java1387 public INfcCardEmulation getNfcCardEmulationInterface() { in getNfcCardEmulationInterface() method in NfcService.NfcAdapterService