Home
last modified time | relevance | path

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

/packages/apps/Nfc/src/com/android/nfc/
DDeviceHost.java32 public void onHostCardEmulationData(byte[] data); in onHostCardEmulationData() method
DNfcService.java251 public void onHostCardEmulationData(byte[] data) { in onHostCardEmulationData() method in NfcService
253 mCardEmulationManager.onHostCardEmulationData(data); in onHostCardEmulationData()
/packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
DNativeNfcManager.java334 mListener.onHostCardEmulationData(data); in notifyHostEmuData()
/packages/apps/Nfc/src/com/android/nfc/cardemulation/
DCardEmulationManager.java80 public void onHostCardEmulationData(byte[] data) { in onHostCardEmulationData() method in CardEmulationManager