List of usage examples for android.app Service subclass-usage
From source file com.openerp.services.ExpenseSyncService.java
/** * The Class ExpenseSyncService. */ public class ExpenseSyncService extends Service { /**
From source file org.camlistore.DownloadService.java
public class DownloadService extends Service { private static final String TAG = "DownloadService"; private static final int BUFFER_SIZE = 4096; private static final String USERNAME = "TODO-DUMMY-USER"; private static final String SEARCH_BLOBREF = "search";
From source file com.siahmsoft.soundroid.sdk7.services.UploadService.java
public class UploadService extends Service { private static final DefaultHttpClient sClient; static { sClient = HttpManager.newInstance();
From source file com.amazonaws.mobileconnectors.s3.transferutility.TransferService.java
/** * Performs background upload and download tasks. Uses a thread pool to manage * the upload and download threads and limits the concurrent running threads. * When there are no active tasks, TransferService will stop itself. */ public class TransferService extends Service {
From source file be.ac.ucl.lfsab1509.llncampus.services.AlarmService.java
/** * Class intended to create notifications for courses. */ public class AlarmService extends Service { /** Default time to notify before the event begins, in minutes. */
From source file ca.uwaterloo.magic.goodhikes.GPSLoggingService.java
public class GPSLoggingService extends Service implements LocationListener, GoogleApiClient.ConnectionCallbacks, GoogleApiClient.OnConnectionFailedListener { protected static final String LOG_TAG = "GPSLoggingService"; protected GoogleApiClient mGoogleApiClient; protected LocationRequest mLocationRequest;
From source file io.github.carlorodriguez.alarmon.AlarmClockService.java
public final class AlarmClockService extends Service { public final static String COMMAND_EXTRA = "command"; public final static int COMMAND_UNKNOWN = 1; public final static int COMMAND_NOTIFICATION_REFRESH = 2; public final static int COMMAND_DEVICE_BOOT = 3; public final static int COMMAND_TIMEZONE_CHANGE = 4;
From source file com.chenls.smartlock.UartService.java
/** * Service for managing connection and data communication with a GATT server hosted on a * given Bluetooth LE device. */ public class UartService extends Service { private final static String TAG = "SmartLock";
From source file com.cqupt.sensor_ble.activity.UartService.java
/** * Service for managing connection and data communication with a GATT server hosted on a * given Bluetooth LE device. */ public class UartService extends Service { private final static String TAG = "SmartLock";
From source file com.bullmobi.message.services.BathService.java
/** * Created by achep on 26.05.14. * * @author Artem Chepurnoy */ // THIS CAN BE NOT SAFE!!!