Home
last modified time | relevance | path

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

/packages/modules/Nfc/tests/cts/tests/src/android/nfc/cts/
DApduServiceInfoTest.java307 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()
/packages/modules/Nfc/NfcNci/tests/unit/src/com/android/nfc/cardemulation/
DHostEmulationManagerTest.java253 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()
DCardEmulationManagerTest.java2680 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()
/packages/modules/Nfc/NfcNci/src/com/android/nfc/cardemulation/
DHostEmulationManager.java432 for (String plf : serviceInfo.getPollingLoopFilters()) { in updatePollingLoopFilters()
1891 public Map<Integer, Map<String, List<ApduServiceInfo>>> getPollingLoopFilters() { in getPollingLoopFilters() method in HostEmulationManager
DCardEmulationManager.java1705 serviceInfo.getPollingLoopFilters().stream(), in updateFirmwareExitFramesForWalletRole()