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 net.kayateia.lifestream.StreamService.java

/**
 * @author kaya
 *
 */
public class StreamService extends Service {
    private static final String LOG_TAG = "LifeStream/StreamService";

From source file ar.com.tristeslostrestigres.diasporanativewebapp.services.GetPodsService.java

    public static final String MESSAGE = "ar.com.tristeslostrestigres.diasporanativewebapp.podsreceived";

    private static final String TAG = "Diaspora Pod Service";

    public GetPodsService() {
    }

From source file at.bitfire.davdroid.syncadapter.CalendarsSyncAdapterService.java

public class CalendarsSyncAdapterService extends Service {
    private static SyncAdapter syncAdapter;

    @Override
    @Synchronized
    public void onCreate() {

From source file eu.alefzero.owncloud.files.services.InstantUploadService.java

public class InstantUploadService extends Service {

    public static String KEY_FILE_PATH = "KEY_FILEPATH";
    public static String KEY_FILE_SIZE = "KEY_FILESIZE";
    public static String KEY_MIME_TYPE = "KEY_MIMETYPE";
    public static String KEY_DISPLAY_NAME = "KEY_FILENAME";

From source file at.bitfire.davdroid.syncadapter.ContactsSyncAdapterService.java

public class ContactsSyncAdapterService extends Service {
    private static SyncAdapter syncAdapter;

    @Override
    @Synchronized
    public void onCreate() {

From source file com.eusecom.attendance.MyDownloadService.java

public class MyDownloadService extends Service {

    private static final String TAG = "Storage#DownloadService";

    /** Actions **/
    public static final String ACTION_DOWNLOAD = "action_download";

From source file es.warp.desktop_droid.TelephonyEventService.java

public class TelephonyEventService extends Service {
    private PhoneStateListener mPhoneStateListener = new PhoneStateListener() {

        @Override
        public void onCallStateChanged(int state, String incomingNumber) {
            super.onCallStateChanged(state, incomingNumber);

From source file com.commonsware.android.bluetooth.rxecho.ShoutingEchoService.java

public class ShoutingEchoService extends Service {
    private static final String TAG = "RxEcho";
    static final UUID SERVICE_ID = UUID.fromString("20c6de08-2cf5-4ca2-96af-cb0a45055d37");
    static final MutableLiveData<Status> STATUS = new MutableLiveData<>();
    private static final String CHANNEL_WHATEVER = "channel_whatever";
    private static final String ACTION_STOP = "stop";

From source file com.callrecorder.android.RecordService.java

public class RecordService extends Service {

    private MediaRecorder recorder = null;
    private String phoneNumber = null;

    private String fileName;

From source file io.teak.sdk.service.RavenService.java

public class RavenService extends Service {
    public static final String LOG_TAG = "Teak:Raven:Service";
    public static final int DATABASE_VERSION = 1;

    public static final int SENTRY_VERSION = 7;
    public static final String TEAK_SENTRY_VERSION = "1.0.0";