|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ServiceState | |
|---|---|
| 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 ServiceState in org.android.activityminer.app.service |
|---|
| Fields in org.android.activityminer.app.service declared as ServiceState | |
|---|---|
private ServiceState |
BackgroundService.state
The service state |
| Fields in org.android.activityminer.app.service with type parameters of type ServiceState | |
|---|---|
static Parcelable.Creator<ServiceState> |
ServiceState.CREATOR
The Parcelable creator. |
| Methods in org.android.activityminer.app.service that return ServiceState | |
|---|---|
ServiceState |
IBackgroundService.getServiceState()
Getter for the service state |
ServiceState |
IBackgroundService.Stub.Proxy.getServiceState()
Getter for the service state |
private ServiceState |
BackgroundService.getState()
Getter for the state |
static ServiceState |
ServiceState.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ServiceState[] |
ServiceState.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.android.activityminer.app.service that return types with arguments of type ServiceState | |
|---|---|
static Comparator<ServiceState> |
ServiceState.getComparator()
Does create a comparator for feature types. |
| Methods in org.android.activityminer.app.service with parameters of type ServiceState | |
|---|---|
boolean |
BackgroundService.compareAndSetState(ServiceState expect,
ServiceState update)
Atomically sets the service state to the given updated value if the current value equals the expected value. |
protected Class<? extends Activity> |
BackgroundService.getNotificationTargetClass(ServiceState serviceState)
Does determine the notification result target class by the current service state |
static boolean |
ServiceState.isDBAccessState(ServiceState state)
Test method for training data access |
static boolean |
ServiceState.isObservableState(ServiceState state)
Test method for observable service states |
private void |
BackgroundService.setState(ServiceState state)
Setter for the state |
| Uses of ServiceState in org.android.activityminer.app.util |
|---|
| Methods in org.android.activityminer.app.util that return ServiceState | |
|---|---|
protected ServiceState |
ServiceBasedActivity.getServiceState()
Getter for the service state |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||