Fields Summary |
---|
final ServiceRecord | serviceThe running service. |
final Intent.FilterComparison | intentThe intent that is bound. |
final HashMap | appsAll apps that have bound to this Intent. |
android.os.IBinder | binderBinder published from service. |
boolean | requestedSet when we have initiated a request for this binder. |
boolean | receivedSet when we have received the requested binder. |
boolean | hasBoundSet when we still need to tell the service all clients are unbound. |
boolean | doRebindSet when the service's onUnbind() has asked to be told about new clients. |