Home
last modified time | relevance | path

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

/packages/apps/Nfc/src/com/android/nfc/cardemulation/
DRegisteredAidCache.java100 ApduServiceInfo defaultService = null; field in RegisteredAidCache.AidResolveInfo
108 ", defaultService=" + defaultService + in toString()
167 if (entryResolveInfo.defaultService != null) { in resolveAid()
168 if (resolveInfo.defaultService != null) { in resolveAid()
173 resolveInfo.defaultService = entryResolveInfo.defaultService; in resolveAid()
202 if (resolveInfo.defaultService != null) { in isDefaultServiceForAid()
203 return service.equals(resolveInfo.defaultService.getComponent()); in isDefaultServiceForAid()
267 resolveInfo.defaultService = matchedForeground; in resolveAidConflictLocked()
273 resolveInfo.defaultService = matchedPayment; in resolveAidConflictLocked()
278 resolveInfo.defaultService = resolveInfo.services.get(0); in resolveAidConflictLocked()
[all …]
DHostEmulationManager.java167 if (resolveInfo.defaultService != null) { in onHostEmulationData()
170 ApduServiceInfo defaultServiceInfo = resolveInfo.defaultService; in onHostEmulationData()
175 launchTapAgain(resolveInfo.defaultService, resolveInfo.category); in onHostEmulationData()
DCardEmulationManager.java328 ComponentName defaultService = in isDefaultServiceForCategory() local
330 return (defaultService != null && defaultService.equals(service)); in isDefaultServiceForCategory()
DPreferredServices.java257 paymentServiceInfo.equals(resolveInfo.defaultService)) { in isForegroundAllowedLocked()