Home | History | Annotate | Download | only in settings

Lines Matching refs:serviceInfo

46         String packageName = resolveInfo.serviceInfo.packageName;
63 if (resolveInfo == null || resolveInfo.serviceInfo == null) return null;
64 return new ComponentName(resolveInfo.serviceInfo.packageName, resolveInfo.serviceInfo.name);
69 if (resolveInfo == null || resolveInfo.serviceInfo == null
70 || resolveInfo.serviceInfo.metaData == null) return null;
76 parser = resolveInfo.serviceInfo.loadXmlMetaData(pm, TRUST_AGENT_META_DATA);
81 Resources res = pm.getResourcesForApplication(resolveInfo.serviceInfo.applicationInfo);
110 Slog.w(TAG, "Error parsing : " + resolveInfo.serviceInfo.packageName, caughtException);
114 cn = resolveInfo.serviceInfo.packageName + "/" + cn;