Home
last modified time | relevance | path

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

/packages/apps/Nfc/src/com/android/nfc/cardemulation/
DRegisteredAidCache.java286 ApduServiceInfo matchedPayment = null; in resolvePollingLoopFilterConflict() local
302 matchedPayment = serviceInfo; in resolvePollingLoopFilterConflict()
314 return matchedPayment; in resolvePollingLoopFilterConflict()
373 ApduServiceInfo matchedPayment = null; in resolveAidConflictLocked() local
410 matchedPayment = serviceAidInfo.service; in resolveAidConflictLocked()
438 } else if (matchedPayment != null) { in resolveAidConflictLocked()
442 "default " + matchedPayment); in resolveAidConflictLocked()
443 resolveInfo.defaultService = matchedPayment; in resolveAidConflictLocked()