Searched refs:mHostNfcFEmulationManager (Results 1 – 3 of 3) sorted by relevance
76 private HostNfcFEmulationManager mHostNfcFEmulationManager; field in HostNfcFEmulationManagerTest135 () -> mHostNfcFEmulationManager = in setUp()137 Assert.assertNotNull(mHostNfcFEmulationManager); in setUp()147 String packageName = mHostNfcFEmulationManager.getEnabledFgServiceName(); in testOnEnabledForegroundNfcFServiceChanged()150 mHostNfcFEmulationManager.onEnabledForegroundNfcFServiceChanged(0, componentName); in testOnEnabledForegroundNfcFServiceChanged()151 packageName = mHostNfcFEmulationManager.getEnabledFgServiceName(); in testOnEnabledForegroundNfcFServiceChanged()160 mHostNfcFEmulationManager.onHostEmulationData("com.android.nfc".getBytes()); in testOnHostEmulationData()170 ServiceConnection serviceConnection = mHostNfcFEmulationManager.getServiceConnection(); in testOnNfcDisabled()174 int userId = mHostNfcFEmulationManager.getServiceUserId(); in testOnNfcDisabled()176 mHostNfcFEmulationManager.onNfcDisabled(); in testOnNfcDisabled()[all …]
137 final HostNfcFEmulationManager mHostNfcFEmulationManager; field in CardEmulationManager188 mHostNfcFEmulationManager = new HostNfcFEmulationManager(context, mT3tIdentifiersCache); in CardEmulationManager()233 mHostNfcFEmulationManager = hostNfcFEmulationManager; in CardEmulationManager()317 mHostNfcFEmulationManager.onHostEmulationActivated(); in onHostCardEmulationActivated()335 mHostNfcFEmulationManager.onHostEmulationData(data); in onHostCardEmulationData()350 mHostNfcFEmulationManager.onHostEmulationDeactivated(); in onHostCardEmulationDeactivated()378 mHostNfcFEmulationManager.onUserSwitched(); in onUserSwitched()406 mHostNfcFEmulationManager.onNfcDisabled(); in onNfcDisabled()426 mHostNfcFEmulationManager.dump(fd, pw, args); in dump()468 mHostNfcFEmulationManager.dumpDebug(proto); in dumpDebug()[all …]
165 private HostNfcFEmulationManager mHostNfcFEmulationManager; field in CardEmulationManagerTest284 verifyNoMoreInteractions(mHostNfcFEmulationManager); in testOnHostCardEmulationActivated_technologyApdu()298 verify(mHostNfcFEmulationManager).onHostEmulationActivated(); in testOnHostCardEmulationActivated_technologyNfcf()343 verifyNoMoreInteractions(mHostNfcFEmulationManager); in testOnHostCardEmulationData_technologyApdu_skipData()352 verify(mHostNfcFEmulationManager).onHostEmulationData(mDataCaptor.capture()); in testOnHostCardEmulationData_technologyNfcf_DontSkipData()367 verifyNoMoreInteractions(mHostNfcFEmulationManager); in testOnHostCardEmulationDeactivated_technologyApdu()377 verify(mHostNfcFEmulationManager).onHostEmulationDeactivated(); in testOnHostCardEmulationDeactivated_technologyNfcf()401 verify(mHostNfcFEmulationManager).onUserSwitched(); in testOnUserSwitched()431 verify(mHostNfcFEmulationManager).onNfcDisabled(); in testOnNfcDisabled()2208 verify(mHostNfcFEmulationManager) in testOnEnabledForegroundNfcFServiceChanged()[all …]