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 126 mHostEmulationManager.onHostEmulationDeactivated();
127 mPreferredServices.onHostEmulationDeactivated();
129 mHostNfcFEmulationManager.onHostEmulationDeactivated();
130 mNfcFServicesCache.onHostEmulationDeactivated();
131 mEnabledNfcFServices.onHostEmulationDeactivated();
EnabledNfcFServices.java 182 public void onHostEmulationDeactivated() {
183 if (DBG) Log.d(TAG, "onHostEmulationDeactivated");
PreferredServices.java 329 public void onHostEmulationDeactivated() {
337 // the reader (causing the "onHostEmulationDeactivated" event),
HostNfcFEmulationManager.java 148 public void onHostEmulationDeactivated() {
HostEmulationManager.java 251 public void onHostEmulationDeactivated() {
RegisteredNfcFServicesCache.java 683 public void onHostEmulationDeactivated() {
684 if (DBG) Log.d(TAG, "onHostEmulationDeactivated");

Completed in 37 milliseconds