Home | History | Annotate | Download | only in cardemulation

Lines Matching refs:serviceInfo

31 import android.content.pm.ServiceInfo;
240 ServiceInfo si = resolvedService.serviceInfo;
303 ApduServiceInfo serviceInfo = userServices.services.get(component);
304 if (serviceInfo == null || (serviceInfo.getUid() != dynamicAids.uid)) {
309 serviceInfo.setOrReplaceDynamicAidGroup(group);
451 ApduServiceInfo serviceInfo = getService(userId, componentName);
452 if (serviceInfo == null) {
456 if (serviceInfo.getUid() != uid) {
473 serviceInfo.setOrReplaceDynamicAidGroup(aidGroup);
498 ApduServiceInfo serviceInfo = getService(userId, componentName);
499 if (serviceInfo != null) {
500 if (serviceInfo.getUid() != uid) {
504 return serviceInfo.getDynamicAidGroupForCategory(category);
517 ApduServiceInfo serviceInfo = getService(userId, componentName);
518 if (serviceInfo != null) {
519 if (serviceInfo.getUid() != uid) {
524 if (!serviceInfo.removeDynamicAidGroupForCategory(category)) {