Searched defs:onNfcDisabled (Results 1 - 6 of 6) sorted by relevance

/packages/apps/Nfc/src/com/android/nfc/cardemulation/
H A DRegisteredT3tIdentifiersCache.java184 public void onNfcDisabled() { method in class:RegisteredT3tIdentifiersCache
H A DEnabledNfcFServices.java198 public void onNfcDisabled() { method in class:EnabledNfcFServices
H A DHostNfcFEmulationManager.java159 public void onNfcDisabled() { method in class:HostNfcFEmulationManager
H A DRegisteredNfcFServicesCache.java694 public void onNfcDisabled() { method in class:RegisteredNfcFServicesCache
H A DCardEmulationManager.java168 public void onNfcDisabled() { method in class:CardEmulationManager
170 mAidCache.onNfcDisabled();
172 mHostNfcFEmulationManager.onNfcDisabled();
173 mNfcFServicesCache.onNfcDisabled();
174 mT3tIdentifiersCache.onNfcDisabled();
175 mEnabledNfcFServices.onNfcDisabled();
H A DRegisteredAidCache.java854 public void onNfcDisabled() { method in class:RegisteredAidCache

Completed in 343 milliseconds