public class SingletonService.Binder extends android.os.Binder implements SimpleServiceConnection.InstanceBinder<SingletonService>
Binder class which simply
returns this instance of the service.| Constructor and Description |
|---|
Binder() |
| Modifier and Type | Method and Description |
|---|---|
SingletonService |
getServiceInstance()
Provides the bound instance of the service.
|
attachInterface, clearCallingIdentity, dump, dump, dumpAsync, finalize, flushPendingCommands, getCallingPid, getCallingUid, getCallingUserHandle, getInterfaceDescriptor, isBinderAlive, joinThreadPool, linkToDeath, onTransact, pingBinder, queryLocalInterface, restoreCallingIdentity, transact, unlinkToDeathpublic SingletonService getServiceInstance()
SimpleServiceConnection.InstanceBindergetServiceInstance in interface SimpleServiceConnection.InstanceBinder<SingletonService>