List of usage examples for android.app Service subclass-usage
From source file com.attentec.AttentecService.java
/**
* Service that runs in the background, fetching new locations from
* other people, updating the contact list, as well as uploading own
* location to server.
* @author David Granqvist
* @author Malte Lenz
From source file com.ginstr.android.service.opencellid.upload.data.MeasurementsUploaderService.java
/**
* This service will upload data to OpenCellID servers.
* Use {@link OpenCellIDUploadService} to control it.
*
* @author fox
* @author Roberto Gonzalez
From source file com.test.hwautotest.emmagee.service.EmmageeService.java
/** * Service running in background * */ public class EmmageeService extends Service {
From source file fr.ardeconnect.proxy.Service.java
/** * Openid Connect proxy service class * */ public class Service extends android.app.Service {
From source file org.adblockplus.android.ProxyService.java
import android.preference.PreferenceManager; import android.support.v4.app.NotificationCompat; import android.util.Log; import com.stericson.RootTools.RootTools; import com.stericson.RootTools.RootToolsException;
From source file com.pandoroid.PandoraRadioService.java
/** * Description: Someone really needs to give this class some loving, document * it up, organize it, and make it thread safe. */ public class PandoraRadioService extends Service {
From source file by.zatta.pilight.connection.ConnectionService.java
public class ConnectionService extends Service { public static NotificationType mCurrentNotif = NotificationType.DESTROYED; public static final int MSG_REGISTER_CLIENT = 1912376432; public static final int MSG_SET_BUNDLE = 1927364723;
From source file com.amaze.filemanager.services.CopyService.java
public class CopyService extends Service { HashMap<Integer, Boolean> hash = new HashMap<Integer, Boolean>(); public HashMap<Integer, DataPackage> hash1 = new HashMap<Integer, DataPackage>(); boolean rootmode; NotificationManager mNotifyManager; NotificationCompat.Builder mBuilder;
From source file com.android.managedprovisioning.ProfileOwnerProvisioningService.java
/**
* Service that runs the profile owner provisioning.
*
* <p>This service is started from and sends updates to the {@link ProfileOwnerProvisioningActivity},
* which contains the provisioning UI.
*/
From source file de.da_sense.moses.client.service.MosesService.java
/**
* The Class MosesSettings contains all information concerning communication
* with the server in a running system. This contains, but is not limited to
* information regarding the current user, session and if the device is
* connected to the Internet.
* Furthermore the class also functions as an controller for communication