Searched refs:onSecureNfcToggled (Results 1 – 6 of 6) sorted by relevance
154 cache.onSecureNfcToggled(); in testOnSecureNfcToggledWithNfcDisabled_ReturnsEarly()165 cache.onSecureNfcToggled(); in testOnSecureNfcToggledWithNfcEnabled_ConfiguresRouting()
353 mCardEmulationManager.onSecureNfcToggled(); in testOnSecureNfcToggled()355 verify(mRegisteredAidCache).onSecureNfcToggled(); in testOnSecureNfcToggled()356 verify(mRegisteredT3tIdentifiersCache).onSecureNfcToggled(); in testOnSecureNfcToggled()
299 public void onSecureNfcToggled() { in onSecureNfcToggled() method in CardEmulationManager300 mAidCache.onSecureNfcToggled(); in onSecureNfcToggled()301 mT3tIdentifiersCache.onSecureNfcToggled(); in onSecureNfcToggled()
181 public void onSecureNfcToggled() { in onSecureNfcToggled() method in RegisteredT3tIdentifiersCache
1271 public void onSecureNfcToggled() { in onSecureNfcToggled() method in RegisteredAidCache
1890 mCardEmulationManager.onSecureNfcToggled(); in setNfcSecure()