Searched refs:updatePollingLoopFilters (Results 1 – 4 of 4) sorted by relevance
249 mHostEmulationManager.updatePollingLoopFilters(USER_ID, List.of(serviceWithFilter, in testUpdatePollingLoopFilters()285 mHostEmulationManager.updatePollingLoopFilters(USER_ID, List.of(serviceWithFilter, in testOnPollingLoopDetected_activeServiceAlreadyBound_overlappingServices()328 mHostEmulationManager.updatePollingLoopFilters(USER_ID, List.of(serviceWithFilter)); in testOnPollingLoopDetected_paymentServiceAlreadyBound_4Frames()
384 verify(mHostEmulationManager).updatePollingLoopFilters(eq(USER_ID), in testOnServicesUpdated_walletEnabledPollingLoopEnabled()
370 mHostEmulationManager.updatePollingLoopFilters(userId, services); in onServicesUpdated()
281 public void updatePollingLoopFilters(int userId, List<ApduServiceInfo> services) { in updatePollingLoopFilters() method in HostEmulationManager