Searched refs:updatePollingLoopFilters (Results 1 – 4 of 4) sorted by relevance
260 mHostEmulationManager.updatePollingLoopFilters( in testUpdatePollingLoopFilters()296 mHostEmulationManager.updatePollingLoopFilters( in testOnPollingLoopDetected_activeServiceAlreadyBound_overlappingServices()343 mHostEmulationManager.updatePollingLoopFilters(USER_ID, List.of(serviceWithFilter)); in testOnPollingLoopDetected_paymentServiceAlreadyBound_4Frames()1327 mHostEmulationManager.updatePollingLoopFilters(USER_ID, List.of(serviceWithFilter)); in testOnPollingLoopDetected_noServiceBound()1370 mHostEmulationManager.updatePollingLoopFilters(USER_ID, List.of(serviceWithFilter)); in testOnPollingLoopDetected_bindPaymentServiceWhenSending()
458 .updatePollingLoopFilters(eq(USER_ID), mServiceListCaptor.capture()); in testOnServicesUpdated_walletEnabledPollingLoopEnabled()
483 mHostEmulationManager.updatePollingLoopFilters(userId, services); in onServicesUpdated()
426 public void updatePollingLoopFilters(@UserIdInt int userId, List<ApduServiceInfo> services) { in updatePollingLoopFilters() method in HostEmulationManager