Searched refs:mServiceListArgumentCaptor (Results 1 – 1 of 1) sorted by relevance
126 private ArgumentCaptor<List<ApduServiceInfo>> mServiceListArgumentCaptor; field in HostEmulationManagerTest309 .resolvePollingLoopFilterConflict(mServiceListArgumentCaptor.capture()); in testOnPollingLoopDetected_activeServiceAlreadyBound_overlappingServices()310 Assert.assertTrue(mServiceListArgumentCaptor.getValue().contains(serviceWithFilter)); in testOnPollingLoopDetected_activeServiceAlreadyBound_overlappingServices()311 Assert.assertTrue(mServiceListArgumentCaptor.getValue() in testOnPollingLoopDetected_activeServiceAlreadyBound_overlappingServices()