org.android.activityminer.app.service
Class IBackgroundService.Stub

Package class diagram package IBackgroundService.Stub
java.lang.Object
  extended by android.os.Binder
      extended by 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.


Nested Class Summary
private static class IBackgroundService.Stub.Proxy
           
 
Nested classes/interfaces inherited from interface org.android.activityminer.app.service.IBackgroundService
IBackgroundService.Stub
 
Nested classes/interfaces inherited from interface android.os.IBinder
IBinder.DeathRecipient
 
Field Summary
private static String DESCRIPTOR
           
(package private) static int TRANSACTION_broadcastProgress
           
(package private) static int TRANSACTION_doBatchCreateAndExportTrainingData
           
(package private) static int TRANSACTION_doCreateModel
           
(package private) static int TRANSACTION_doDBRawDataUpdate
           
(package private) static int TRANSACTION_doEvaluate
           
(package private) static int TRANSACTION_doExportDatabase
           
(package private) static int TRANSACTION_doExportModelFile
           
(package private) static int TRANSACTION_doExportRecordingData
           
(package private) static int TRANSACTION_doExportTrainingData
           
(package private) static int TRANSACTION_doExtractFeatures
           
(package private) static int TRANSACTION_doImportDatabase
           
(package private) static int TRANSACTION_doSearchBestFeatureSubset
           
(package private) static int TRANSACTION_doUpdateLinearAccelerations
           
(package private) static int TRANSACTION_getCurrentTaskDescription
           
(package private) static int TRANSACTION_getServiceState
           
(package private) static int TRANSACTION_stopSelf
           
 
Fields inherited from interface android.os.IBinder
DUMP_TRANSACTION, FIRST_CALL_TRANSACTION, FLAG_ONEWAY, INTERFACE_TRANSACTION, LAST_CALL_TRANSACTION, LIKE_TRANSACTION, PING_TRANSACTION, TWEET_TRANSACTION
 
Constructor Summary
IBackgroundService.Stub()
          Construct the stub at attach it to the interface.
 
Method Summary
 IBinder asBinder()
           
static IBackgroundService asInterface(IBinder obj)
          Cast an IBinder object into an org.android.activityminer.app.service.IBackgroundService interface, generating a proxy if needed.
 boolean onTransact(int code, Parcel data, Parcel reply, int flags)
           
 
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 class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
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
 

Field Detail

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
Constructor Detail

IBackgroundService.Stub

public IBackgroundService.Stub()
Construct the stub at attach it to the interface.

Method Detail

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