Searched refs:mockActiveService (Results 1 – 1 of 1) sorted by relevance
69 private Messenger mockActiveService; field in HostNfcFEmulationManagerTest102 when(mockActiveService.getBinder()).thenReturn(mockIBinder); in setUp()138 manager.mActiveService = mockActiveService; in testOnEnabledForegroundNfcFServiceChangedWithNullService()143 verify(mockActiveService).send(any(Message.class)); in testOnEnabledForegroundNfcFServiceChangedWithNullService()188 manager.mService = mockActiveService; in testOnHostEmulationDataWithEnabledResolvedServiceFromCache_BindToService()192 verify(mockActiveService).send(any(Message.class)); in testOnHostEmulationDataWithEnabledResolvedServiceFromCache_BindToService()206 manager.mService = mockActiveService; in testOnHostEmulationDataWithValidExistingService_BindToService()210 verify(mockActiveService).send(any(Message.class)); in testOnHostEmulationDataWithValidExistingService_BindToService()235 manager.mActiveService = mockActiveService; in testOnHostEmulationDataWithXFERState_SendRegularPacketData()239 verify(mockActiveService).send(any(Message.class)); in testOnHostEmulationDataWithXFERState_SendRegularPacketData()[all …]