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