Home
last modified time | relevance | path

Searched defs:ServiceInfo (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/content/pm/
DServiceInfo.java28 public class ServiceInfo extends ComponentInfo class
74 public ServiceInfo() { in ServiceInfo() method in ServiceInfo
77 public ServiceInfo(ServiceInfo orig) { in ServiceInfo() method in ServiceInfo
121 private ServiceInfo(Parcel source) { in ServiceInfo() method in ServiceInfo
DRegisteredServicesCache.java297 public static class ServiceInfo<V> { class in RegisteredServicesCache
304 public ServiceInfo(V type, ComponentInfo componentInfo, ComponentName componentName) { in ServiceInfo() method in RegisteredServicesCache.ServiceInfo