Searched refs:cardEmulationManager (Results 1 – 2 of 2) sorted by relevance
200 CardEmulationManager cardEmulationManager = mock(CardEmulationManager.class); in testOnCommandSetOffHostSe() local202 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() local220 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() local238 when(cardEmulationManager.getNfcCardEmulationInterface()).thenReturn(iNfcCardEmulation); in testOnCommandRegisterAidGroup()[all …]
655 CardEmulationManager cardEmulationManager = mock(CardEmulationManager.class); in testMsg_Transaction_Event_Cardemulation_Occurred() local656 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() local677 when(cardEmulationManager.getRegisteredAidCategory(anyString())). in testMsg_Transaction_Event()679 mNfcService.mCardEmulationManager = cardEmulationManager; in testMsg_Transaction_Event()