Searched refs:getPollingLoopFilters (Results 1 – 5 of 5) sorted by relevance
307 List<String> addedFilters = apduServiceInfo.getPollingLoopFilters(); in test_offHostService_addPollingLoopFilter()323 List<String> addedFilters = apduServiceInfo.getPollingLoopFilters(); in test_onHostService_addPollingLoopFilter()341 List<String> addedFilters = apduServiceInfo.getPollingLoopFilters(); in test_offHostService_addPollingLoopFilter_sameFilterTwice()466 List<String> addedFilters = apduServiceInfo.getPollingLoopFilters(); in test_onHostService_removePollingLoopFilter()473 addedFilters = apduServiceInfo.getPollingLoopFilters(); in test_onHostService_removePollingLoopFilter()
253 when(serviceWithFilter.getPollingLoopFilters()).thenReturn(POLLING_LOOP_FILTER); in testUpdatePollingLoopFilters()256 when(serviceWithPatternFilter.getPollingLoopFilters()).thenReturn(List.of()); in testUpdatePollingLoopFilters()264 mHostEmulationManager.getPollingLoopFilters(); in testUpdatePollingLoopFilters()282 when(serviceWithFilter.getPollingLoopFilters()).thenReturn(POLLING_LOOP_FILTER); in testOnPollingLoopDetected_activeServiceAlreadyBound_overlappingServices()288 when(overlappingServiceWithFilter.getPollingLoopFilters()).thenReturn(POLLING_LOOP_FILTER); in testOnPollingLoopDetected_activeServiceAlreadyBound_overlappingServices()291 when(serviceWithPatternFilter.getPollingLoopFilters()).thenReturn(List.of()); in testOnPollingLoopDetected_activeServiceAlreadyBound_overlappingServices()338 when(serviceWithFilter.getPollingLoopFilters()).thenReturn(POLLING_LOOP_FILTER); in testOnPollingLoopDetected_paymentServiceAlreadyBound_4Frames()1325 when(serviceWithFilter.getPollingLoopFilters()).thenReturn(POLLING_LOOP_FILTER); in testOnPollingLoopDetected_noServiceBound()1368 when(serviceWithFilter.getPollingLoopFilters()).thenReturn(POLLING_LOOP_FILTER); in testOnPollingLoopDetected_bindPaymentServiceWhenSending()
2680 when(service1.getPollingLoopFilters()).thenReturn(List.of("aa", "bb", "ee")); in onWalletRoleHolderChanged_setsExitFrames()2688 when(service2.getPollingLoopFilters()).thenReturn(List.of("cc", "dd")); in onWalletRoleHolderChanged_setsExitFrames()2715 when(service1.getPollingLoopFilters()).thenReturn( in onWalletRoleHolderChanged_setsExitFramesToCorrectSize()
432 for (String plf : serviceInfo.getPollingLoopFilters()) { in updatePollingLoopFilters()1891 public Map<Integer, Map<String, List<ApduServiceInfo>>> getPollingLoopFilters() { in getPollingLoopFilters() method in HostEmulationManager
1705 serviceInfo.getPollingLoopFilters().stream(), in updateFirmwareExitFramesForWalletRole()