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(int technology, byte[] data); in onHostCardEmulationData() method
DNfcService.java378 public void onHostCardEmulationData(int technology, byte[] data) { in onHostCardEmulationData() method in NfcService
380 mCardEmulationManager.onHostCardEmulationData(technology, data); in onHostCardEmulationData()
/packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
DNativeNfcManager.java440 mListener.onHostCardEmulationData(technology, data); in notifyHostEmuData()
/packages/apps/Nfc/src/com/android/nfc/cardemulation/
DCardEmulationManager.java126 public void onHostCardEmulationData(int technology, byte[] data) { in onHostCardEmulationData() method in CardEmulationManager