Home
last modified time | relevance | path

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

/aosp12/packages/apps/Nfc/src/com/android/nfc/cardemulation/
H A DCardEmulationManager.java77 final HostNfcFEmulationManager mHostNfcFEmulationManager; field in CardEmulationManager
92 mHostNfcFEmulationManager = new HostNfcFEmulationManager(context, mT3tIdentifiersCache); in CardEmulationManager()
120 mHostNfcFEmulationManager.onHostEmulationActivated(); in onHostCardEmulationActivated()
133 mHostNfcFEmulationManager.onHostEmulationData(data); in onHostCardEmulationData()
142 mHostNfcFEmulationManager.onHostEmulationDeactivated(); in onHostCardEmulationDeactivated()
157 mHostNfcFEmulationManager.onUserSwitched(); in onUserSwitched()
175 mHostNfcFEmulationManager.onNfcDisabled(); in onNfcDisabled()
194 mHostNfcFEmulationManager.dump(fd, pw, args); in dump()
236 mHostNfcFEmulationManager.dumpDebug(proto); in dumpDebug()
646 mHostNfcFEmulationManager.onEnabledForegroundNfcFServiceChanged(service); in onEnabledForegroundNfcFServiceChanged()