Home
last modified time | relevance | path

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

/packages/apps/Nfc/src/com/android/nfc/cardemulation/
DCardEmulationManager.java76 final HostNfcFEmulationManager mHostNfcFEmulationManager; field in CardEmulationManager
91 mHostNfcFEmulationManager = new HostNfcFEmulationManager(context, mT3tIdentifiersCache); in CardEmulationManager()
119 mHostNfcFEmulationManager.onHostEmulationActivated(); in onHostCardEmulationActivated()
132 mHostNfcFEmulationManager.onHostEmulationData(data); in onHostCardEmulationData()
141 mHostNfcFEmulationManager.onHostEmulationDeactivated(); in onHostCardEmulationDeactivated()
156 mHostNfcFEmulationManager.onUserSwitched(); in onUserSwitched()
174 mHostNfcFEmulationManager.onNfcDisabled(); in onNfcDisabled()
193 mHostNfcFEmulationManager.dump(fd, pw, args); in dump()
614 mHostNfcFEmulationManager.onEnabledForegroundNfcFServiceChanged(service); in onEnabledForegroundNfcFServiceChanged()