Home
last modified time | relevance | path

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

/packages/modules/Nfc/NfcNci/src/com/android/nfc/
DDeviceHost.java37 public void onHostCardEmulationDeactivated(int technology); in onHostCardEmulationDeactivated() method
DNfcService.java639 public void onHostCardEmulationDeactivated(int technology) { in onHostCardEmulationDeactivated() method in NfcService
649 mCardEmulationManager.onHostCardEmulationDeactivated(technology); in onHostCardEmulationDeactivated()
3352 mCardEmulationManager.onHostCardEmulationDeactivated(1); in notifyHceDeactivated()
/packages/modules/Nfc/NfcNci/nci/src/com/android/nfc/dhimpl/
DNativeNfcManager.java508 mListener.onHostCardEmulationDeactivated(technology); in notifyHostEmuDeactivated()
/packages/modules/Nfc/NfcNci/tests/unit/src/com/android/nfc/cardemulation/
DCardEmulationManagerTest.java362 mCardEmulationManager.onHostCardEmulationDeactivated(CardEmulationManager.NFC_HCE_APDU); in testOnHostCardEmulationDeactivated_technologyApdu()
374 mCardEmulationManager.onHostCardEmulationDeactivated(CardEmulationManager.NFC_HCE_NFCF); in testOnHostCardEmulationDeactivated_technologyNfcf()
2883 mCardEmulationManager.onHostCardEmulationDeactivated(CardEmulationManager.NFC_HCE_APDU); in testOnHostCardEmulationDeactivatedWithApdu()
/packages/modules/Nfc/NfcNci/src/com/android/nfc/cardemulation/
DCardEmulationManager.java345 public void onHostCardEmulationDeactivated(int technology) { in onHostCardEmulationDeactivated() method in CardEmulationManager
/packages/modules/Nfc/NfcNci/tests/unit/src/com/android/nfc/
DNfcServiceTest.java1244 mNfcService.onHostCardEmulationDeactivated(1); in testOnHostCardEmulationDeactivated()
1245 verify(mCardEmulationManager).onHostCardEmulationDeactivated(anyInt()); in testOnHostCardEmulationDeactivated()