Home
last modified time | relevance | path

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

/packages/apps/Nfc/src/com/android/nfc/
DDeviceHost.java36 public void onHostCardEmulationDeactivated(int technology); in onHostCardEmulationDeactivated() method
DNfcService.java497 public void onHostCardEmulationDeactivated(int technology) { in onHostCardEmulationDeactivated() method in NfcService
499 mCardEmulationManager.onHostCardEmulationDeactivated(technology); in onHostCardEmulationDeactivated()
2571 mCardEmulationManager.onHostCardEmulationDeactivated(1); in notifyHceDeactivated()
/packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
DNativeNfcManager.java380 mListener.onHostCardEmulationDeactivated(technology); in notifyHostEmuDeactivated()
/packages/apps/Nfc/tests/unit/src/com/android/nfc/cardemulation/
DCardEmulationManagerTest.java277 mCardEmulationManager.onHostCardEmulationDeactivated(CardEmulationManager.NFC_HCE_APDU); in testOnHostCardEmulationDeactivated_technologyApdu()
289 mCardEmulationManager.onHostCardEmulationDeactivated(CardEmulationManager.NFC_HCE_NFCF); in testOnHostCardEmulationDeactivated_technologyNfcf()
/packages/apps/Nfc/src/com/android/nfc/cardemulation/
DCardEmulationManager.java248 public void onHostCardEmulationDeactivated(int technology) { in onHostCardEmulationDeactivated() method in CardEmulationManager