Home
last modified time | relevance | path

Searched refs:mHostNfcFEmulationManager (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Nfc/NfcNci/tests/unit/src/com/android/nfc/
DHostNfcFEmulationManagerTest.java76 private HostNfcFEmulationManager mHostNfcFEmulationManager; field in HostNfcFEmulationManagerTest
135 () -> 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 …]
/packages/modules/Nfc/NfcNci/src/com/android/nfc/cardemulation/
DCardEmulationManager.java137 final HostNfcFEmulationManager mHostNfcFEmulationManager; field in CardEmulationManager
188 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 …]
/packages/modules/Nfc/NfcNci/tests/unit/src/com/android/nfc/cardemulation/
DCardEmulationManagerTest.java165 private HostNfcFEmulationManager mHostNfcFEmulationManager; field in CardEmulationManagerTest
284 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 …]