Home
last modified time | relevance | path

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

/packages/modules/Nfc/NfcNci/tests/unit/src/com/android/nfc/cardemulation/
DHostEmulationManagerTest.java260 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()
DCardEmulationManagerTest.java458 .updatePollingLoopFilters(eq(USER_ID), mServiceListCaptor.capture()); in testOnServicesUpdated_walletEnabledPollingLoopEnabled()
/packages/modules/Nfc/NfcNci/src/com/android/nfc/cardemulation/
DCardEmulationManager.java483 mHostEmulationManager.updatePollingLoopFilters(userId, services); in onServicesUpdated()
DHostEmulationManager.java426 public void updatePollingLoopFilters(@UserIdInt int userId, List<ApduServiceInfo> services) { in updatePollingLoopFilters() method in HostEmulationManager