List of usage examples for android.app Service subclass-usage
From source file org.mixare.plugin.arenaprocessor.service.ArenaProcessorService.java
public class ArenaProcessorService extends Service { public final String pluginName = "arenaProcessor"; private Map<String, ArenaProcessor> processor = new HashMap<String, ArenaProcessor>(); public static ArenaProcessorService instance; private Integer count = 0;
From source file jp.co.conit.sss.sn.ex1.service.RegistService.java
/** * SamuraiNotificationServer?GCM????registration_id???? * * @author conit */ public class RegistService extends Service {
From source file jp.co.conit.sss.sn.ex2.service.RegistService.java
/** * SamuraiNotificationServer?GCM????registration_id???? * * @author conit */ public class RegistService extends Service {
From source file in.shick.diode.mail.EnvelopeService.java
/**
* This is an example of implementing an application service that will run in
* response to an alarm, allowing us to move long duration work out of an
* intent receiver.
*
* @see AlarmService
From source file com.artur.softwareproject.PositionService.java
/**
* Created by Martin Kern on 16.05.2017.
* This service calculates the relative position in cartesian coordinates from GPS position and
* barometer pressure
*/
From source file com.commonsware.android.location.background.LocationPollerService.java
public class LocationPollerService extends Service implements LocationListener { static int NOTIFY_ID = 1337; private static final String PREF_DELAY = "delay"; private static final String PREF_FOREGROUND = "foreground"; private LocationManager mgr; private SharedPreferences prefs;
From source file com.commonsware.android.advservice.InputStreamService.java
/**
* This class tests various techniques for sending an InputStream across process
* boundaries in Android
*
* @author Abel Luck, Flow, Mark Murphy
*/
From source file codes.simen.l50notifications.ReminderService.java
public class ReminderService extends Service { public static final int NOTIFICATION_ID = 20; public static final String ACTION_STOP = "ACTION_STOP"; public static final String ACTION_REMIND = "ACTION_REMIND"; private static final String logTag = "ReminderService";
From source file com.amgems.uwschedule.services.LoginService.java
/** * Created by zac on 8/18/13. */ public class LoginService extends Service { public static final String ACTION_RESPONSE = "com.amgems.uwschedule.action.LOGIN_PROCESSED";
From source file org.jshybugger.proxy.DebugService.java
/** * The Class DebugService. */ public class DebugService extends Service { private DebugSession debugSession;