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.java35 public void onHostCardEmulationData(int technology, byte[] data); in onHostCardEmulationData() method
DNfcService.java490 public void onHostCardEmulationData(int technology, byte[] data) { in onHostCardEmulationData() method in NfcService
492 mCardEmulationManager.onHostCardEmulationData(technology, data); in onHostCardEmulationData()
/packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
DNativeNfcManager.java376 mListener.onHostCardEmulationData(technology, data); in notifyHostEmuData()
/packages/apps/Nfc/tests/unit/src/com/android/nfc/cardemulation/
DCardEmulationManagerTest.java254 mCardEmulationManager.onHostCardEmulationData(CardEmulationManager.NFC_HCE_APDU, in testOnHostCardEmulationData_technologyApdu_skipData()
265 mCardEmulationManager.onHostCardEmulationData(CardEmulationManager.NFC_HCE_NFCF, in testOnHostCardEmulationData_technologyNfcf_DontSkipData()
/packages/apps/Nfc/src/com/android/nfc/cardemulation/
DCardEmulationManager.java234 public void onHostCardEmulationData(int technology, byte[] data) { in onHostCardEmulationData() method in CardEmulationManager