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
67 public ServiceInfo() { in ServiceInfo() method in ServiceInfo
70 public ServiceInfo(ServiceInfo orig) { in ServiceInfo() method in ServiceInfo
108 private ServiceInfo(Parcel source) { in ServiceInfo() method in ServiceInfo
DRegisteredServicesCache.java295 public static class ServiceInfo<V> { class in RegisteredServicesCache
301 public ServiceInfo(V type, ComponentName componentName, int uid) { in ServiceInfo() method in RegisteredServicesCache.ServiceInfo