Home
last modified time | relevance | path

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

/packages/apps/Nfc/tests/unit/src/com/android/nfc/cardemulation/
DHostEmulationManagerTest.java249 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()
DCardEmulationManagerTest.java384 verify(mHostEmulationManager).updatePollingLoopFilters(eq(USER_ID), in testOnServicesUpdated_walletEnabledPollingLoopEnabled()
/packages/apps/Nfc/src/com/android/nfc/cardemulation/
DCardEmulationManager.java370 mHostEmulationManager.updatePollingLoopFilters(userId, services); in onServicesUpdated()
DHostEmulationManager.java281 public void updatePollingLoopFilters(int userId, List<ApduServiceInfo> services) { in updatePollingLoopFilters() method in HostEmulationManager