Searched refs:resolvePollingLoopFilterConflict (Results 1 – 4 of 4) sorted by relevance
548 mRegisteredAidCache.resolvePollingLoopFilterConflict(apduServiceInfos); in testPollingLoopFilterToForeground_walletRoleEnabled_walletSet()593 mRegisteredAidCache.resolvePollingLoopFilterConflict(apduServiceInfos); in testPollingLoopFilterToWallet_walletRoleEnabled_walletSet()
283 when(mRegisteredAidCache.resolvePollingLoopFilterConflict(anyList())) in testOnPollingLoopDetected_activeServiceAlreadyBound_overlappingServices()309 .resolvePollingLoopFilterConflict(mServiceListArgumentCaptor.capture()); in testOnPollingLoopDetected_activeServiceAlreadyBound_overlappingServices()
461 serviceInfo = mAidCache.resolvePollingLoopFilterConflict(serviceInfos); in onPollingLoopDetected()
283 ApduServiceInfo resolvePollingLoopFilterConflict(List<ApduServiceInfo> conflictingServices) { in resolvePollingLoopFilterConflict() method in RegisteredAidCache