public static class RegisteredServicesCache.ServiceInfo<V> extends Object
Modifier and Type | Field and Description |
---|---|
ComponentName |
componentName |
V |
type |
int |
uid |
Constructor and Description |
---|
RegisteredServicesCache.ServiceInfo(V type,
ComponentName componentName,
int uid) |
public final V type
public final ComponentName componentName
public final int uid
public RegisteredServicesCache.ServiceInfo(V type, ComponentName componentName, int uid)
public String toString()
Object
getClass().getName() + '@' + Integer.toHexString(hashCode())
See Writing a useful
toString
method
if you intend implementing your own toString
method.