Home
last modified time | relevance | path

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

/packages/apps/Nfc/tests/unit/src/com/android/nfc/cardemulation/
DHostEmulationManagerTest.java126 private ArgumentCaptor<List<ApduServiceInfo>> mServiceListArgumentCaptor; field in HostEmulationManagerTest
309 .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()