Home
last modified time | relevance | path

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

/packages/apps/Nfc/src/com/android/nfc/cardemulation/
DCardEmulationManager.java161 public void onNfcEnabled() { in onNfcEnabled() method in CardEmulationManager
163 mAidCache.onNfcEnabled(); in onNfcEnabled()
165 mT3tIdentifiersCache.onNfcEnabled(); in onNfcEnabled()
DRegisteredT3tIdentifiersCache.java176 public void onNfcEnabled() { in onNfcEnabled() method in RegisteredT3tIdentifiersCache
DRegisteredAidCache.java597 public void onNfcEnabled() { in onNfcEnabled() method in RegisteredAidCache
/packages/apps/Nfc/src/com/android/nfc/
DNfcService.java603 mCardEmulationManager.onNfcEnabled(); in enableInternal()