Fields Summary |
---|
IRemoteService | mServiceThe primary interface we will be calling on the service. |
ISecondary | mSecondaryServiceAnother interface we use on the service. |
android.widget.Button | mKillButton |
android.widget.TextView | mCallbackText |
private boolean | mIsBound |
private android.content.ServiceConnection | mConnectionClass for interacting with the main interface of the service. |
private android.content.ServiceConnection | mSecondaryConnectionClass for interacting with the secondary interface of the service. |
private android.view.View.OnClickListener | mBindListener |
private android.view.View.OnClickListener | mUnbindListener |
private android.view.View.OnClickListener | mKillListener |
private IRemoteServiceCallback | mCallbackThis implementation is used to receive callbacks from the remote
service. |
private static final int | BUMP_MSG |
private android.os.Handler | mHandler |