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 com.achow101.bitcointalkforum.NotificationService.java

public class NotificationService extends Service {

    private PowerManager.WakeLock mWakeLock;
    private String sound;
    private boolean vibrate;

From source file nya.miku.wishmaster.ui.gallery.GalleryBackend.java

public class GalleryBackend extends Service {
    private static final String TAG = "GalleryBackend";

    private IBinder binder;

    private ApplicationSettings settings;

From source file com.nttec.everychan.ui.gallery.GalleryBackend.java

public class GalleryBackend extends Service {
    private static final String TAG = "GalleryBackend";

    private IBinder binder;

    private ApplicationSettings settings;

From source file at.alladin.rmbt.android.test.RMBTService.java

public class RMBTService extends Service implements EndTaskListener {
    public static String ACTION_START_TEST = "at.alladin.rmbt.android.startTest";
    public static String ACTION_LOOP_TEST = "at.alladin.rmbt.android.loopTest";
    public static String ACTION_ABORT_TEST = "at.alladin.rmbt.android.abortTest";
    public static String BROADCAST_TEST_FINISHED = "at.alladin.rmbt.android.test.RMBTService.testFinished";
    public static String BROADCAST_TEST_ABORTED = "at.alladin.rmbt.android.test.RMBTService.testAborted";

From source file com.radicaldynamic.groupinform.services.DatabaseService.java

/**
 * Database abstraction layer for CouchDB, based on Ektorp.
 * 
 * This does not control the stop/start of the actual DB.
 * See com.couchone.couchdb.CouchService for that.
 */

From source file com.mikecorrigan.bohrium.pubsub.RegistrationClient.java

public class RegistrationClient extends android.app.Service implements ITransactionService {
    private static final String TAG = RegistrationClient.class.getSimpleName();

    public interface Listener {
        public void onRegistrationNotification(String accountName, String state, String substate);

From source file uk.co.senab.photup.service.PhotoUploadService.java

public class PhotoUploadService extends Service {

    private class UpdateBigPictureStyleRunnable extends PhotupThreadRunnable {

        private final PhotoUpload mSelection;

From source file de.mangelow.throughput.NotificationService.java

public class NotificationService extends Service {

    private final String TAG = "TP";
    private final boolean D = false;

    private Context context;

From source file io.n7.calendar.caldav.CalDAVService.java

/**
 * This service is used to handle calendar event reminders.
 */
public class CalDAVService extends Service {
    static final boolean DEBUG = true;
    private static final String TAG = "CalDAVService";

From source file uk.org.openseizuredetector.client.SdClientService.java

/**
 * Based on 
 * openseizure detector server SdServer.java
 */
public class SdClientService extends Service {
    // Notification ID