Searched defs:serviceInfo (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/content/pm/
H A DResolveInfo.java39 * serviceInfo must be non-null.
48 public ServiceInfo serviceInfo; field in class:ResolveInfo
139 ComponentInfo ci = activityInfo != null ? activityInfo : serviceInfo;
173 ComponentInfo ci = activityInfo != null ? activityInfo : serviceInfo;
194 if (serviceInfo != null) return serviceInfo.getIconResource();
219 } else if (serviceInfo != null) {
221 serviceInfo.dump(pw, prefix + " ");
229 ComponentInfo ci = activityInfo != null ? activityInfo : serviceInfo;
244 } else if (serviceInfo !
[all...]
/frameworks/base/services/java/com/android/server/am/
H A DServiceRecord.java59 final ServiceInfo serviceInfo; field in class:ServiceRecord
274 serviceInfo = sInfo;

Completed in 73 milliseconds