org.android.activityminer.app.service
Class IBackgroundService.Stub
java.lang.Object
android.os.Binder
org.android.activityminer.app.service.IBackgroundService.Stub
- All Implemented Interfaces:
- IBinder, IInterface, IBackgroundService
- Enclosing interface:
- IBackgroundService
public abstract static class IBackgroundService.Stub
- extends Binder
- implements IBackgroundService
Local-side IPC implementation stub class.
Methods inherited from class android.os.Binder |
attachInterface, clearCallingIdentity, dump, dump, dumpAsync, finalize, flushPendingCommands, getCallingPid, getCallingUid, getCallingUserHandle, getInterfaceDescriptor, isBinderAlive, joinThreadPool, linkToDeath, pingBinder, queryLocalInterface, restoreCallingIdentity, transact, unlinkToDeath |
Methods inherited from interface org.android.activityminer.app.service.IBackgroundService |
broadcastProgress, doBatchCreateAndExportTrainingData, doCreateModel, doDBRawDataUpdate, doEvaluate, doExportDatabase, doExportModelFile, doExportRecordingData, doExportTrainingData, doExtractFeatures, doImportDatabase, doSearchBestFeatureSubset, doUpdateLinearAccelerations, getCurrentTaskDescription, getServiceState, stopSelf |
DESCRIPTOR
private static final String DESCRIPTOR
- See Also:
- Constant Field Values
TRANSACTION_doExtractFeatures
static final int TRANSACTION_doExtractFeatures
- See Also:
- Constant Field Values
TRANSACTION_getServiceState
static final int TRANSACTION_getServiceState
- See Also:
- Constant Field Values
TRANSACTION_doEvaluate
static final int TRANSACTION_doEvaluate
- See Also:
- Constant Field Values
TRANSACTION_doSearchBestFeatureSubset
static final int TRANSACTION_doSearchBestFeatureSubset
- See Also:
- Constant Field Values
TRANSACTION_doCreateModel
static final int TRANSACTION_doCreateModel
- See Also:
- Constant Field Values
TRANSACTION_getCurrentTaskDescription
static final int TRANSACTION_getCurrentTaskDescription
- See Also:
- Constant Field Values
TRANSACTION_stopSelf
static final int TRANSACTION_stopSelf
- See Also:
- Constant Field Values
TRANSACTION_broadcastProgress
static final int TRANSACTION_broadcastProgress
- See Also:
- Constant Field Values
TRANSACTION_doExportTrainingData
static final int TRANSACTION_doExportTrainingData
- See Also:
- Constant Field Values
TRANSACTION_doExportRecordingData
static final int TRANSACTION_doExportRecordingData
- See Also:
- Constant Field Values
TRANSACTION_doExportDatabase
static final int TRANSACTION_doExportDatabase
- See Also:
- Constant Field Values
TRANSACTION_doExportModelFile
static final int TRANSACTION_doExportModelFile
- See Also:
- Constant Field Values
TRANSACTION_doImportDatabase
static final int TRANSACTION_doImportDatabase
- See Also:
- Constant Field Values
TRANSACTION_doBatchCreateAndExportTrainingData
static final int TRANSACTION_doBatchCreateAndExportTrainingData
- See Also:
- Constant Field Values
TRANSACTION_doUpdateLinearAccelerations
static final int TRANSACTION_doUpdateLinearAccelerations
- See Also:
- Constant Field Values
TRANSACTION_doDBRawDataUpdate
static final int TRANSACTION_doDBRawDataUpdate
- See Also:
- Constant Field Values
IBackgroundService.Stub
public IBackgroundService.Stub()
- Construct the stub at attach it to the interface.
asInterface
public static IBackgroundService asInterface(IBinder obj)
- Cast an IBinder object into an org.android.activityminer.app.service.IBackgroundService interface,
generating a proxy if needed.
asBinder
public IBinder asBinder()
- Specified by:
asBinder
in interface IInterface
onTransact
public boolean onTransact(int code,
Parcel data,
Parcel reply,
int flags)
throws RemoteException
- Overrides:
onTransact
in class Binder
- Throws:
RemoteException