List of usage examples for android.app IntentService subclass-usage
From source file org.ohmage.mobility.activity.ActivityRecognitionIntentService.java
/** * Service that receives ActivityRecognition updates. It receives updates * in the background, even if the main Activity is not visible. */ public class ActivityRecognitionIntentService extends IntentService { public ActivityRecognitionIntentService() {
From source file com.mobilesolutionworks.android.httpcache.WorksHttpCacheService.java
/** * Created by yunarta on 24/8/14. */ public class WorksHttpCacheService extends IntentService { private Handler mHandler;
From source file cn.newgxu.android.notty.service.FetchService.java
/**
* ???
* @author longkai()
* @email im.longkai@gmail.com
* @since 2013-6-5
*/
From source file org.apps8os.contextlogger3.android.clientframework.ActivityRecognitionService.java
public class ActivityRecognitionService extends IntentService { /** * Similar activity type like {@link DetectedActivity } */ static enum ActivityType {
From source file com.app.easyblood.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 org.roman.findme.RegistrationIntentService.java
public class RegistrationIntentService extends IntentService { SharedPreferences sPref; public static final String APP_PREFERENCES = "find_me_base"; private static final String[] TOPICS = { "global" }; public RegistrationIntentService() {
From source file com.aafr.alfonso.sunshine.app.service.SunshineService.java
public class SunshineService extends IntentService { private ArrayAdapter<String> mForecastAdapter; private Context mContext; public static final String LOCATION_QUERY_EXTRA = "lqe"; private final String LOG_TAG = SunshineService.class.getSimpleName();
From source file com.irccloud.android.GCMIntentService.java
public class GCMIntentService extends IntentService { public GCMIntentService() { super("GcmIntentService"); }
From source file de.geeksfactory.opacclient.webservice.LibraryConfigUpdateService.java
public class LibraryConfigUpdateService extends IntentService { private static final String NAME = "LibraryConfigUpdateService"; public static final String ACTION_SUCCESS = NAME + "_success"; public static final String ACTION_FAILURE = NAME + "_failure"; public static final String EXTRA_UPDATE_COUNT = "update_count"; public static final String LIBRARIES_DIR = "libraries";
From source file org.klnusbaum.udj.network.EventCommService.java
/** * Adapter used to sync up with the UDJ server. */ public class EventCommService extends IntentService { public enum EventJoinError {