Home
last modified time | relevance | path

Searched refs:mNfcFServicesCache (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Nfc/tests/unit/src/com/android/nfc/
DRegisteredNfcFServicesCacheTest.java78 private RegisteredNfcFServicesCache mNfcFServicesCache; field in RegisteredNfcFServicesCacheTest
166 () -> mNfcFServicesCache = in setUp()
168 Assert.assertNotNull(mNfcFServicesCache); in setUp()
181 boolean isActive = mNfcFServicesCache.isActivated(); in testOnHostEmulationActivated()
183 mNfcFServicesCache.onHostEmulationActivated(); in testOnHostEmulationActivated()
184 isActive = mNfcFServicesCache.isActivated(); in testOnHostEmulationActivated()
192 mNfcFServicesCache.onHostEmulationActivated(); in testOnHostEmulationDeactivated()
193 boolean isActive = mNfcFServicesCache.isActivated(); in testOnHostEmulationDeactivated()
195 mNfcFServicesCache.onHostEmulationDeactivated(); in testOnHostEmulationDeactivated()
196 isActive = mNfcFServicesCache.isActivated(); in testOnHostEmulationDeactivated()
[all …]
/packages/apps/Nfc/src/com/android/nfc/cardemulation/
DCardEmulationManager.java106 final RegisteredNfcFServicesCache mNfcFServicesCache; field in CardEmulationManager
141 mNfcFServicesCache = new RegisteredNfcFServicesCache(context, this); in CardEmulationManager()
145 context, mNfcFServicesCache, mT3tIdentifiersCache, this); in CardEmulationManager()
177 mNfcFServicesCache = registeredNfcFServicesCache; in CardEmulationManager()
189 mNfcFServicesCache.initialize(); in initialize()
229 mNfcFServicesCache.onHostEmulationActivated(); in onHostCardEmulationActivated()
254 mNfcFServicesCache.onHostEmulationDeactivated(); in onHostCardEmulationDeactivated()
272 mNfcFServicesCache.onUserSwitched(); in onUserSwitched()
279 mNfcFServicesCache.onManagedProfileChanged(); in onManagedProfileChanged()
294 mNfcFServicesCache.onNfcDisabled(); in onNfcDisabled()
[all …]