HomeSort by relevance Sort by last modified time
    Searched refs:onHostEmulationDeactivated (Results 1 - 6 of 6) sorted by null

  /packages/apps/Nfc/src/com/android/nfc/cardemulation/
CardEmulationManager.java 136 mHostEmulationManager.onHostEmulationDeactivated();
137 mPreferredServices.onHostEmulationDeactivated();
139 mHostNfcFEmulationManager.onHostEmulationDeactivated();
140 mNfcFServicesCache.onHostEmulationDeactivated();
141 mEnabledNfcFServices.onHostEmulationDeactivated();
EnabledNfcFServices.java 183 public void onHostEmulationDeactivated() {
184 if (DBG) Log.d(TAG, "onHostEmulationDeactivated");
PreferredServices.java 333 public void onHostEmulationDeactivated() {
341 // the reader (causing the "onHostEmulationDeactivated" event),
HostNfcFEmulationManager.java 148 public void onHostEmulationDeactivated() {
HostEmulationManager.java 252 public void onHostEmulationDeactivated() {
RegisteredNfcFServicesCache.java 687 public void onHostEmulationDeactivated() {
688 if (DBG) Log.d(TAG, "onHostEmulationDeactivated");

Completed in 87 milliseconds