Home
last modified time | relevance | path

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

/frameworks/base/nfc/java/android/nfc/
DINfcAdapter.aidl29 import android.nfc.INfcCardEmulation;
47 INfcCardEmulation getNfcCardEmulationInterface(); in getNfcCardEmulationInterface()
DINfcCardEmulation.aidl27 interface INfcCardEmulation interface
DNfcAdapter.java577 static INfcCardEmulation sCardEmulationService;
943 public INfcCardEmulation getCardEmulationService() { in getCardEmulationService()
/frameworks/base/nfc/java/android/nfc/cardemulation/
DCardEmulation.java37 import android.nfc.INfcCardEmulation;
154 static INfcCardEmulation sService;
158 private CardEmulation(Context context, INfcCardEmulation service) { in CardEmulation()
191 INfcCardEmulation service = adapter.getCardEmulationService(); in getInstance()