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.java33 public void onHostCardEmulationDeactivated(int technology); in onHostCardEmulationDeactivated() method
DNfcService.java268 public void onHostCardEmulationDeactivated(int technology) { in onHostCardEmulationDeactivated() method in NfcService
270 mCardEmulationManager.onHostCardEmulationDeactivated(technology); in onHostCardEmulationDeactivated()
/packages/apps/Nfc/nxp/src/com/android/nfc/dhimpl/
DNativeNfcManager.java403 mListener.onHostCardEmulationDeactivated(technology); in notifyHostEmuDeactivated()
/packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
DNativeNfcManager.java383 mListener.onHostCardEmulationDeactivated(technology); in notifyHostEmuDeactivated()
/packages/apps/Nfc/src/com/android/nfc/cardemulation/
DCardEmulationManager.java124 public void onHostCardEmulationDeactivated(int technology) { in onHostCardEmulationDeactivated() method in CardEmulationManager