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

/packages/apps/Nfc/src/com/android/nfc/cardemulation/
H A DCardEmulationManager.java71 final HostEmulationManager mHostEmulationManager; field in class:CardEmulationManager
85 mHostEmulationManager = new HostEmulationManager(context, mAidCache);
107 mHostEmulationManager.onHostEmulationActivated();
118 mHostEmulationManager.onHostEmulationData(data);
126 mHostEmulationManager.onHostEmulationDeactivated();
136 mHostEmulationManager.onOffHostAidSelected();
174 mHostEmulationManager.dump(fd, pw, args);
569 mHostEmulationManager.onPreferredPaymentServiceChanged(service);
575 mHostEmulationManager.onPreferredForegroundServiceChanged(service);

Completed in 30 milliseconds