Example usage for android.app IntentService subclass-usage

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

Introduction

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

Usage

From source file us.yeomans.playsync.GcmIntentService.java

/**
 * This {@code IntentService} does the actual handling of the GCM message.
 * {@code GcmBroadcastReceiver} (a {@code WakefulBroadcastReceiver}) holds a
 * partial wake lock for this service while the service does its work. When the
 * service is finished, it calls {@code completeWakefulIntent()} to release the
 * wake lock.

From source file com.byteshaft.kidmonitor.services.RegistrationIntentService.java

public class RegistrationIntentService extends IntentService {

    private static final String TAG = "RegIntentService";
    private static final String[] TOPICS = { "global" };

    public RegistrationIntentService() {

From source file app.taxi.best.bestofthebesttaxiapp.gcm.GcmIntentService.java

/**
 * This {@code IntentService} does the actual handling of the GCM message.
 * {@code GcmBroadcastReceiver} (a {@code WakefulBroadcastReceiver}) holds a
 * partial wake lock for this service while the service does its work. When the
 * service is finished, it calls {@code completeWakefulIntent()} to release the
 * wake lock.

From source file app.com.locationfetch.GeofenceTransitionsIntentService.java

public class GeofenceTransitionsIntentService extends IntentService {
    private static final String TAG = "fenceTransition";

    /**
     * Creates an IntentService.  Invoked by your subclass's constructor.
     *

From source file com.clover.example.readcurrentorderexample.newgcm.RegistrationIntentService.java

public class RegistrationIntentService extends IntentService {

    private static final String TAG = "demo1";
    private static final String[] TOPICS = { "global" };

    public RegistrationIntentService() {

From source file com.application.jorge.whereappu.Connections.GcmIntentService.java

/**
 * This {@code IntentService} does the actual handling of the GCM message.
 * {@code GcmBroadcastReceiver} (a {@code WakefulBroadcastReceiver}) holds a
 * partial wake lock for this service while the service does its work. When the
 * service is finished, it calls {@code completeWakefulIntent()} to release the
 * wake lock.

From source file com.nadmm.airports.tfr.TfrServiceBase.java

public abstract class TfrServiceBase extends IntentService {

    private static final String SERVICE_NAME = "tfr";

    private File mDataDir;
    private final long TFR_CACHE_MAX_AGE = 15 * DateUtils.MINUTE_IN_MILLIS;

From source file com.crenativelabs.signchat.gcm.GcmIntentService.java

/**
 * This {@code IntentService} does the actual handling of the GCM message.
 * {@code GcmBroadcastReceiver} (a {@code WakefulBroadcastReceiver}) holds a
 * partial wake lock for this service while the service does its work. When the
 * service is finished, it calls {@code completeWakefulIntent()} to release the
 * wake lock.

From source file br.com.commons.pushnotification.views.service.RegistrationIntentService.java

/**
 * Created by Mateus Emanuel Arajo on 20/03/16.
 * MA Solutions
 * teusemanuel@gmail.com
 */
public class RegistrationIntentService extends IntentService {

From source file com.android.gcm.RegistrationIntentService.java

public class RegistrationIntentService extends IntentService {

    private static final String TAG = "COUPLETONES";
    private static final String[] TOPICS = { "global" };

    public RegistrationIntentService() {