Searched refs:onHostCardEmulationActivated (Results 1 - 5 of 5) sorted by relevance

/packages/apps/Nfc/src/com/android/nfc/
H A DDeviceHost.java31 public void onHostCardEmulationActivated(int technology); method in interface:DeviceHost.DeviceHostListener
H A DNfcService.java254 public void onHostCardEmulationActivated(int technology) { method in class:NfcService
256 mCardEmulationManager.onHostCardEmulationActivated(technology);
/packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
H A DNativeNfcManager.java375 mListener.onHostCardEmulationActivated(technology);
/packages/apps/Nfc/nxp/src/com/android/nfc/dhimpl/
H A DNativeNfcManager.java395 mListener.onHostCardEmulationActivated(technology);
/packages/apps/Nfc/src/com/android/nfc/cardemulation/
H A DCardEmulationManager.java105 public void onHostCardEmulationActivated(int technology) { method in class:CardEmulationManager

Completed in 303 milliseconds