Home
last modified time | relevance | path

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

/packages/modules/Nfc/NfcNci/tests/unit/src/com/android/nfc/
DNfcShellCommandTest.java200 CardEmulationManager cardEmulationManager = mock(CardEmulationManager.class); in testOnCommandSetOffHostSe() local
202 when(cardEmulationManager.getNfcCardEmulationInterface()).thenReturn(iNfcCardEmulation); in testOnCommandSetOffHostSe()
203 mNfcService.mCardEmulationManager = cardEmulationManager; in testOnCommandSetOffHostSe()
205 verify(cardEmulationManager).getNfcCardEmulationInterface(); in testOnCommandSetOffHostSe()
218 CardEmulationManager cardEmulationManager = mock(CardEmulationManager.class); in testOnCommandResetOffHostSe() local
220 when(cardEmulationManager.getNfcCardEmulationInterface()).thenReturn(iNfcCardEmulation); in testOnCommandResetOffHostSe()
221 mNfcService.mCardEmulationManager = cardEmulationManager; in testOnCommandResetOffHostSe()
223 verify(cardEmulationManager).getNfcCardEmulationInterface(); in testOnCommandResetOffHostSe()
236 CardEmulationManager cardEmulationManager = mock(CardEmulationManager.class); in testOnCommandRegisterAidGroup() local
238 when(cardEmulationManager.getNfcCardEmulationInterface()).thenReturn(iNfcCardEmulation); in testOnCommandRegisterAidGroup()
[all …]
DNfcServiceTest.java655 CardEmulationManager cardEmulationManager = mock(CardEmulationManager.class); in testMsg_Transaction_Event_Cardemulation_Occurred() local
656 when(cardEmulationManager.getRegisteredAidCategory(anyString())). in testMsg_Transaction_Event_Cardemulation_Occurred()
658 mNfcService.mCardEmulationManager = cardEmulationManager; in testMsg_Transaction_Event_Cardemulation_Occurred()
676 CardEmulationManager cardEmulationManager = mock(CardEmulationManager.class); in testMsg_Transaction_Event() local
677 when(cardEmulationManager.getRegisteredAidCategory(anyString())). in testMsg_Transaction_Event()
679 mNfcService.mCardEmulationManager = cardEmulationManager; in testMsg_Transaction_Event()