List of usage examples for android.app IntentService subclass-usage
From source file com.elixsr.portforwarder.forwarding.ForwardingService.java
/**
* The {@link ForwardingService} class acts as a controller of all all forwarding.
*
* The class is responsible for starting forwarding for all rules found within the SQLite database.
*
* The class creates a new thread for each Forwarding rule.
From source file org.androidtitlan.estoesgoogle.service.SyncService.java
/** * Background {@link Service} that synchronizes data living in * {@link ScheduleProvider}. Reads data from both local {@link Resources} and * from remote sources, such as a spreadsheet. */ public class SyncService extends IntentService {
From source file com.github.notizklotz.derbunddownloader.download.IssueDownloadService.java
@SuppressLint("Registered") @EIntentService public class IssueDownloadService extends IntentService { private static final String LOG_TAG = IssueDownloadService.class.getSimpleName(); private static final int WIFI_RECHECK_WAIT_MILLIS = 5 * 1000;
From source file fr.openbike.android.service.SyncService.java
/** * Background {@link Service} that synchronizes data living in * {@link ScheduleProvider}. Reads data from both local {@link Resources} and * from remote sources, such as a spreadsheet. */ public class SyncService extends IntentService {
From source file at.ac.uniklu.mobile.sportal.service.MutingService.java
/**
* This service manages the automute feature that mutes the phone while a course is ongoing.
* TODO The code is a total mess and needs some serious refactoring.
*
* cases:
* - SERVICE TURN ON:
From source file com.firescar96.nom.GCMIntentService.java
/** * This class manages Google Cloud Messaging push notifications and CloudQuery * subscriptions. */ public class GCMIntentService extends IntentService {
From source file com.actionlauncher.api.LiveWallpaperSource.java
/** * */ public class LiveWallpaperSource extends IntentService { private static final String TAG = "Action3-api"; private static boolean LOGGING_ENABLED = false;
From source file org.klnusbaum.udj.network.PlaylistSyncService.java
private static final int PLAYBACK_STATE_SET_EXCEPTION_ID = 4; private static final int PLAYER_VOLUME_SET_EXCEPTION_ID = 5; private static final String TAG = "PlaylistSyncService"; public PlaylistSyncService() {
From source file com.infine.android.devoxx.service.RestService.java
/** * Created by IntelliJ IDEA. User: Kris Date: 09/03/12 Time: 00:33 To change * this template use File | Settings | File Templates. */ public class RestService extends IntentService {
From source file eu.codeplumbers.cosi.services.CosiCallService.java
/** * Created by thor on 10/29/16. */ public class CosiCallService extends IntentService {