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
144 ComponentInfo ci = activityInfo != null ? activityInfo : serviceInfo;
178 ComponentInfo ci = activityInfo != null ? activityInfo : serviceInfo;
199 if (serviceInfo != null) return serviceInfo.getIconResource();
224 } else if (serviceInfo != null) {
226 serviceInfo.dump(pw, prefix + " ");
234 ComponentInfo ci = activityInfo != null ? activityInfo : serviceInfo;
249 } else if (serviceInfo !
[all...]
/frameworks/base/services/java/com/android/server/am/
H A DServiceRecord.java59 final ServiceInfo serviceInfo; field in class:ServiceRecord
280 serviceInfo = sInfo;

Completed in 137 milliseconds