Skip navigation links
B I S U W 

B

bind(Object, Context) - Static method in class util.service.ServiceConnector
Call this to process the given target object to look for any IInterface fields annotated with ServiceInfo, and if so connects to those services.

I

isAllConnected() - Static method in class util.service.ServiceConnector
Returns true if all the annotated services are connected.
isConnected(String) - Static method in class util.service.ServiceConnector
Returns true if connected with a service of the given intent.

S

ServiceConnectionCallback - Annotation Type in util.service.annotation
Marks a method as a callback method to be called when a service gets connected or disconnected.
ServiceConnector - Class in util.service
ServiceConnector makes it easy to connect to remote android aidl services.
ServiceInfo - Annotation Type in util.service.annotation
Marks a android.os.IInterface field to be initialized by ServiceConnector with the remove service object.
setEnableDebug(boolean) - Static method in class util.service.ServiceConnector
Call to enable or disable debug logs

U

unbind(Object) - Static method in class util.service.ServiceConnector
Disconnects from all the services bounded to this target.
util.service - package util.service
Field and method binding for connecting with Android remote AIDL services.
util.service.annotation - package util.service.annotation
Annotations used to specify the service fields and connection callback methods.

W

waitForAllConnected(long) - Static method in class util.service.ServiceConnector
Blocks for up to the given timeout for the connection with all the services
waitForConnected(long, String) - Static method in class util.service.ServiceConnector
Blocks for up to the given timeout for the connection to the given service.
B I S U W 
Skip navigation links