Example usage for android.app Service subclass-usage

List of usage examples for android.app Service subclass-usage

Introduction

In this page you can find the example usage for android.app Service subclass-usage.

Usage

From source file fi.hut.soberit.sensors.services.BatchDataUploadService.java

public class BatchDataUploadService extends Service {

    public final String TAG = this.getClass().getSimpleName();

    public String filesFolder;

From source file com.example.activitydemo.app.service.GameService.java

/**
 * Contains our Binder service that the Activity will connect to and hosts the Service thread.
 */
public class GameService extends Service implements TextToSpeech.OnInitListener {

    private static final String TAG = "GameService";

From source file gov.nasa.arc.geocam.geocam.GeoCamService.java

public class GeoCamService extends Service {
    private static final int NOTIFICATION_ID = 1;

    // Notification
    private NotificationManager mNotificationManager;
    private Notification mNotification;

From source file com.andryr.musicplayer.PlaybackService.java

public class PlaybackService extends Service implements OnPreparedListener, OnErrorListener, OnCompletionListener {

    public static final String PREF_AUTO_PAUSE = "com.andryr.musicplayer.AUTO_PAUSE";//pause automatique quand on dtecte un appel entrant

    public static final String ACTION_PLAY = "com.andryr.musicplayer.ACTION_PLAY";
    public static final String ACTION_PAUSE = "com.andryr.musicplayer.ACTION_PAUSE";

From source file edu.mit.mobile.android.locast.data.MediaSync.java

public class MediaSync extends Service implements MediaScannerConnectionClient {
    private final static String TAG = MediaSync.class.getSimpleName();

    private final boolean DEBUG = Constants.DEBUG;

    /**

From source file com.brejza.matt.habmodem.Dsp_service.java

public class Dsp_service extends Service implements StringRxEvent, HabitatRxEvent {

    public final static String TELEM_RX = "com.brejza.matt.habmodem.TELEM_RX";
    public final static String CHAR_RX = "com.brejza.matt.habmodem.CHAR_RX";
    public final static String CHARS = "com.brejza.matt.habmodem.CHARS";
    public final static String FFT_UPDATED = "com.brejza.matt.habmodem.FFT_UPDATED";

From source file org.ros.android.android_tutorial_teleop.geocam.GeoCamService.java

public class GeoCamService extends Service {
    private static final int NOTIFICATION_ID = 1;

    // Notification
    private NotificationManager mNotificationManager;
    private Notification mNotification;

From source file com.android.dragonkeyboardfirmwareupdater.KeyboardFirmwareUpdateService.java

public class KeyboardFirmwareUpdateService extends Service {
    private static final String TAG = KeyboardFirmwareUpdateService.class.getSimpleName();

    /* Actions for update status changes. */
    public static final String ACTION_KEYBOARD_UPDATE_CONFIRMED = "com.android.dragonkeyboardfirmwareupdater.action.KEYBOARD_UPDATE_CONFIRMED";
    public static final String ACTION_KEYBOARD_UPDATE_POSTPONED = "com.android.dragonkeyboardfirmwareupdater.action.KEYBOARD_UPDATE_POSTPONED";

From source file com.ohnemax.android.glass.doseview.CSDataSort.java

public class DoseRateService extends Service {

    private static final String TAG = DoseRateService.class.getSimpleName();

    private static final String LIVE_CARD_TAG = "DoseRateCard";

From source file csic.ceab.movelab.beepath.FixGet.java

/**
 * Space Mapper's location recording service.
 * <p>
 * Dependencies: DriverMapActivity.java, TigerBroadcastReceiver.java,
 * FixGet.java, DriverMapActivity.java, Settings.java, Withdraw.java.
 * <p>