Home
last modified time | relevance | path

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

/packages/modules/Nfc/NfcNci/tests/unit/src/com/android/nfc/cardemulation/
DRegisteredAidCacheTest.java711 mRegisteredAidCache.resolvePollingLoopFilterConflict(apduServiceInfos); in testPollingLoopFilterToForeground_walletRoleEnabled_walletSet()
759 mRegisteredAidCache.resolvePollingLoopFilterConflict(apduServiceInfos); in testPollingLoopFilterToWallet_walletRoleEnabled_walletSet()
DHostEmulationManagerTest.java294 when(mRegisteredAidCache.resolvePollingLoopFilterConflict(anyList())) in testOnPollingLoopDetected_activeServiceAlreadyBound_overlappingServices()
322 .resolvePollingLoopFilterConflict(mServiceListArgumentCaptor.capture()); in testOnPollingLoopDetected_activeServiceAlreadyBound_overlappingServices()
/packages/modules/Nfc/NfcNci/src/com/android/nfc/cardemulation/
DRegisteredAidCache.java294 ApduServiceInfo resolvePollingLoopFilterConflict(List<ApduServiceInfo> conflictingServices) { in resolvePollingLoopFilterConflict() method in RegisteredAidCache
DHostEmulationManager.java626 serviceInfo = mAidCache.resolvePollingLoopFilterConflict(serviceInfos); in onPollingLoopDetected()