Lines Matching refs:IntentService
297 * Return a PendingIntent that starts the IntentService.
498 interval, define an {@link android.app.IntentService} and its required method
499 {@link android.app.IntentService#onHandleIntent onHandleIntent()}. Location Services
504 component that receives the intent is the {@link android.app.IntentService} you're defining.
510 <h3>Define an IntentService</h3>
513 {@link android.app.IntentService#onHandleIntent onHandleIntent()}:
520 public class ActivityRecognitionIntentService extends IntentService {
539 public class ActivityRecognitionIntentService extends IntentService {
588 public class ActivityRecognitionIntentService extends IntentService {
615 <!-- Define IntentService -->
616 <h3>Specify the IntentService in the manifest</h3>
618 To identify the {@link android.app.IntentService} to the system, add a