Home
last modified time | relevance | path

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

/packages/apps/Nfc/tests/unit/src/com/android/nfc/cardemulation/
DRegisteredAidCacheTest.java548 mRegisteredAidCache.resolvePollingLoopFilterConflict(apduServiceInfos); in testPollingLoopFilterToForeground_walletRoleEnabled_walletSet()
593 mRegisteredAidCache.resolvePollingLoopFilterConflict(apduServiceInfos); in testPollingLoopFilterToWallet_walletRoleEnabled_walletSet()
DHostEmulationManagerTest.java283 when(mRegisteredAidCache.resolvePollingLoopFilterConflict(anyList())) in testOnPollingLoopDetected_activeServiceAlreadyBound_overlappingServices()
309 .resolvePollingLoopFilterConflict(mServiceListArgumentCaptor.capture()); in testOnPollingLoopDetected_activeServiceAlreadyBound_overlappingServices()
/packages/apps/Nfc/src/com/android/nfc/cardemulation/
DHostEmulationManager.java461 serviceInfo = mAidCache.resolvePollingLoopFilterConflict(serviceInfos); in onPollingLoopDetected()
DRegisteredAidCache.java283 ApduServiceInfo resolvePollingLoopFilterConflict(List<ApduServiceInfo> conflictingServices) { in resolvePollingLoopFilterConflict() method in RegisteredAidCache