|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IBackgroundService | |
---|---|
org.android.activityminer.app | GUI - Base package with activites, services and related utility classes. |
org.android.activityminer.app.manager | GUI - Management activity for data export. |
org.android.activityminer.app.service | GUI - Data mining background service, e.g. responsible for feature extraction, model creation, model evaluation and data import/export, |
org.android.activityminer.app.util | GUI - Utility classes. |
Uses of IBackgroundService in org.android.activityminer.app |
---|
Methods in org.android.activityminer.app with parameters of type IBackgroundService | |
---|---|
void |
ActivityMiner.onAboutToDisconnect(IBackgroundService service)
|
void |
ActivityMiner.onConnectionEstablished(IBackgroundService service)
|
Uses of IBackgroundService in org.android.activityminer.app.manager |
---|
Methods in org.android.activityminer.app.manager with parameters of type IBackgroundService | |
---|---|
void |
ManagerActivity.onAboutToDisconnect(IBackgroundService service)
|
void |
ManagerActivity.onConnectionEstablished(IBackgroundService service)
|
Uses of IBackgroundService in org.android.activityminer.app.service |
---|
Classes in org.android.activityminer.app.service that implement IBackgroundService | |
---|---|
static class |
IBackgroundService.Stub
Local-side IPC implementation stub class. |
private static class |
IBackgroundService.Stub.Proxy
|
Methods in org.android.activityminer.app.service that return IBackgroundService | |
---|---|
static IBackgroundService |
IBackgroundService.Stub.asInterface(IBinder obj)
Cast an IBinder object into an org.android.activityminer.app.service.IBackgroundService interface, generating a proxy if needed. |
protected IBackgroundService |
BackgroundServiceConnectionHolder.extractInterface(IBinder binder)
|
Constructor parameters in org.android.activityminer.app.service with type arguments of type IBackgroundService | |
---|---|
BackgroundServiceConnectionHolder(GenericServiceConnectionHolder.ServiceConnectionEventReceiver<IBackgroundService> receiver)
Constructor |
Uses of IBackgroundService in org.android.activityminer.app.util |
---|
Fields in org.android.activityminer.app.util declared as IBackgroundService | |
---|---|
private IBackgroundService |
ServiceBasedActivity.service
The background service reference |
Methods in org.android.activityminer.app.util that return IBackgroundService | |
---|---|
protected IBackgroundService |
ServiceBasedActivity.getService()
Getter for the service |
Methods in org.android.activityminer.app.util with parameters of type IBackgroundService | |
---|---|
void |
ServiceBasedActivity.onAboutToDisconnect(IBackgroundService service)
|
void |
ServiceBasedActivity.onConnectionEstablished(IBackgroundService service)
|
private void |
ServiceBasedActivity.setService(IBackgroundService service)
Setter for the service |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |