List of usage examples for android.app Service subclass-usage
From source file net.majorkernelpanic.http.TinyHttpServer.java
/**
*
* A Service that contains a HTTP server and a HTTPS server.
*
* Check out the github page of this project for further information.
*
From source file com.nextgis.maplibui.service.LayerFillService.java
/** * Service for filling layers with data */ public class LayerFillService extends Service implements IProgressor { protected NotificationManager mNotifyManager; protected List<LayerFillTask> mQueue;
From source file com.wifi.brainbreaker.mydemo.http.TinyHttpServer.java
/**
*
* A Service that contains a HTTP server and a HTTPS server.
*
* Check out the github page of this project for further information.
*
From source file com.crearo.gpslogger.GpsLoggingService.java
public class GpsLoggingService extends Service { private static NotificationManager notificationManager; private static int NOTIFICATION_ID = 8675309; private final IBinder binder = new GpsLoggingBinder(); AlarmManager nextPointAlarmManager; private NotificationCompat.Builder nfc = null;
From source file com.piusvelte.taplock.client.core.TapLockService.java
public class TapLockService extends Service implements OnSharedPreferenceChangeListener { private static final String TAG = "TapLockService"; private BluetoothAdapter mBtAdapter; private ConnectThread mConnectThread; private String mQueueAddress; private String mQueueState;
From source file com.daiv.android.twitter.services.TestPullNotificationService.java
public class TestPullNotificationService extends Service { public static final int FOREGROUND_SERVICE_ID = 11; @Override public IBinder onBind(Intent intent) {
From source file com.att.android.arodatacollector.main.AROCollectorService.java
/**
* Contains methods for managing the tcpdump and video capture processes while
* recording a trace during the application life-cycle.
*
*/
From source file net.sourceforge.kalimbaradio.androidapp.service.DownloadServiceImpl.java
/** * @author Sindre Mehus * @version $Id$ */ public class DownloadServiceImpl extends Service implements DownloadService {
From source file pandroid.agent.PandroidAgentListener.java
public class PandroidAgentListener extends Service { Handler h = new Handler(); String lastGpsContactDateTime = ""; double latitude; double longitude;
From source file com.mobilyzer.MeasurementScheduler.java
/**
*
* @author Ashkan Nikravesh (ashnik@umich.edu) + others The single scheduler thread that monitors
* the task queue, runs tasks at their specified times, and finally retrieves and reports
* results once they finish. The API can call the public methods or this Service. This
* service works as a remote service and always, we will have a single instance of scheduler