Home
last modified time | relevance | path

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

/packages/apps/Nfc/src/com/android/nfc/
DDeviceHost.java32 public void onHostCardEmulationData(int technology, byte[] data); in onHostCardEmulationData() method
DNfcService.java261 public void onHostCardEmulationData(int technology, byte[] data) { in onHostCardEmulationData() method in NfcService
263 mCardEmulationManager.onHostCardEmulationData(technology, data); in onHostCardEmulationData()
/packages/apps/Nfc/nxp/src/com/android/nfc/dhimpl/
DNativeNfcManager.java399 mListener.onHostCardEmulationData(technology, data); in notifyHostEmuData()
/packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
DNativeNfcManager.java379 mListener.onHostCardEmulationData(technology, data); in notifyHostEmuData()
/packages/apps/Nfc/src/com/android/nfc/cardemulation/
DCardEmulationManager.java116 public void onHostCardEmulationData(int technology, byte[] data) { in onHostCardEmulationData() method in CardEmulationManager