List of usage examples for android.app IntentService subclass-usage
From source file com.app.ntuc.notifs.RegistrationIntentService.java
public class RegistrationIntentService extends IntentService { private static final String TAG = "RegIntentService"; private static final String[] TOPICS = { "global" }; public RegistrationIntentService() {
From source file be.thomasave.executeorder42.RegistrationIntentService.java
public class RegistrationIntentService extends IntentService { private static final String TAG = "RegIntentService"; private static final String[] TOPICS = { "global" }; public RegistrationIntentService() {
From source file com.cloudcomputing.gcm.RegistrationIntentService.java
public class RegistrationIntentService extends IntentService { private static final String TAG = "RegIntentService"; private static final String[] TOPICS = { "global" }; public RegistrationIntentService() {
From source file com.commonsware.android.tuning.downloader.Downloader.java
public class Downloader extends IntentService { public static final String EXTRA_MESSENGER = "com.commonsware.android.downloader.EXTRA_MESSENGER"; private HttpClient client = null; public Downloader() { super("Downloader");
From source file chat.mobilecomputationproject.utilities.RegistrationService.java
/** * Inspired on the provided course materials, all credit goes to professor Tiago Cruz. * GCM tutorial - Google */ public class RegistrationService extends IntentService {
From source file com.aluvi.android.services.push.RegistrationIntentService.java
public class RegistrationIntentService extends IntentService { private static final String TAG = "RegIntentService"; public RegistrationIntentService() { super(TAG);
From source file com.entropy.promoenginedemoapp.gcm.RegistrationIntentService.java
public class RegistrationIntentService extends IntentService { private static final String TAG = "HypeSDK"; private static final String[] TOPICS = { "global" }; public RegistrationIntentService() {
From source file com.chromocam.chromocam.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.abel.ooti.boss.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.bayapps.android.robophish.gcm.RegistrationIntentService.java
public class RegistrationIntentService extends IntentService { private static final String TAG = "RegIntentService"; private static final String[] TOPICS = { "global" }; public RegistrationIntentService() {