Searched refs:defaultService (Results 1 – 5 of 5) sorted by relevance
103 ApduServiceInfo defaultService = null; field in RegisteredAidCache.AidResolveInfo111 ", defaultService=" + defaultService + in toString()178 if (entryResolveInfo.defaultService != null) { in resolveAid()179 if (resolveInfo.defaultService != null) { in resolveAid()184 resolveInfo.defaultService = entryResolveInfo.defaultService; in resolveAid()217 if (resolveInfo.defaultService != null) { in isDefaultServiceForAid()218 return service.equals(resolveInfo.defaultService.getComponent()); in isDefaultServiceForAid()282 resolveInfo.defaultService = matchedForeground; in resolveAidConflictLocked()288 resolveInfo.defaultService = matchedPayment; in resolveAidConflictLocked()293 resolveInfo.defaultService = resolveInfo.services.get(0); in resolveAidConflictLocked()[all …]
174 if (resolveInfo.defaultService != null) { in onHostEmulationData()177 ApduServiceInfo defaultServiceInfo = resolveInfo.defaultService; in onHostEmulationData()182 launchTapAgain(resolveInfo.defaultService, resolveInfo.category); in onHostEmulationData()
337 ComponentName defaultService = in isDefaultServiceForCategory() local339 return (defaultService != null && defaultService.equals(service)); in isDefaultServiceForCategory()
258 paymentServiceInfo.equals(resolveInfo.defaultService)) { in isForegroundAllowedLocked()
149 String defaultService = mediaServices.get(0).serviceInfo.name; in getMediaSource() local150 if (!TextUtils.isEmpty(defaultService)) { in getMediaSource()151 return new ComponentName(packageName, defaultService); in getMediaSource()