Home
last modified time | relevance | path

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

/packages/apps/Nfc/src/com/android/nfc/
DDeviceHost.java33 public void onHostCardEmulationDeactivated(int technology); in onHostCardEmulationDeactivated() method
DNfcService.java358 public void onHostCardEmulationDeactivated(int technology) { in onHostCardEmulationDeactivated() method in NfcService
362 mCardEmulationManager.onHostCardEmulationDeactivated(technology); in onHostCardEmulationDeactivated()
/packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
DNativeNfcManager.java429 mListener.onHostCardEmulationDeactivated(technology); in notifyHostEmuDeactivated()
/packages/apps/Nfc/src/com/android/nfc/cardemulation/
DCardEmulationManager.java136 public void onHostCardEmulationDeactivated(int technology) { in onHostCardEmulationDeactivated() method in CardEmulationManager