Searched refs:defaultService (Results 1 – 4 of 4) sorted by relevance
100 ApduServiceInfo defaultService = null; field in RegisteredAidCache.AidResolveInfo108 ", 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 …]
167 if (resolveInfo.defaultService != null) { in onHostEmulationData()170 ApduServiceInfo defaultServiceInfo = resolveInfo.defaultService; in onHostEmulationData()175 launchTapAgain(resolveInfo.defaultService, resolveInfo.category); in onHostEmulationData()
328 ComponentName defaultService = in isDefaultServiceForCategory() local330 return (defaultService != null && defaultService.equals(service)); in isDefaultServiceForCategory()
257 paymentServiceInfo.equals(resolveInfo.defaultService)) { in isForegroundAllowedLocked()