Searched refs:defaultService (Results 1 – 5 of 5) sorted by relevance
118 ApduServiceInfo defaultService = null; field in RegisteredAidCache.AidResolveInfo126 ", defaultService=" + defaultService + in toString()193 if (entryResolveInfo.defaultService != null) { in resolveAid()194 if (resolveInfo.defaultService != null) { in resolveAid()199 resolveInfo.defaultService = entryResolveInfo.defaultService; in resolveAid()232 if (resolveInfo.defaultService != null) { in isDefaultServiceForAid()233 return service.equals(resolveInfo.defaultService.getComponent()); in isDefaultServiceForAid()297 resolveInfo.defaultService = matchedForeground; in resolveAidConflictLocked()303 resolveInfo.defaultService = matchedPayment; in resolveAidConflictLocked()308 resolveInfo.defaultService = resolveInfo.services.get(0); in resolveAidConflictLocked()[all …]
176 if (resolveInfo.defaultService != null) { in onHostEmulationData()179 ApduServiceInfo defaultServiceInfo = resolveInfo.defaultService; in onHostEmulationData()184 launchTapAgain(resolveInfo.defaultService, resolveInfo.category); in onHostEmulationData()
383 ComponentName defaultService = in isDefaultServiceForCategory() local385 return (defaultService != null && defaultService.equals(service)); in isDefaultServiceForCategory()
259 paymentServiceInfo.equals(resolveInfo.defaultService)) { in isForegroundAllowedLocked()
146 String defaultService = mediaServices.get(0).serviceInfo.name; in getMediaSource() local147 if (!TextUtils.isEmpty(defaultService)) { in getMediaSource()148 return new ComponentName(packageName, defaultService); in getMediaSource()