File
Doc
Category
Size
Date
Package
IntentService.java
API Doc
Android 5.1 API
806
Sat Mar 14 14:09:42 GMT 2015
android.app
IntentService
java.lang.Object
android.app.Service
public abstract class IntentService extends android.app.Service
Fields Summary
Constructors Summary
public IntentService
(
String
name)
throw new RuntimeException("Stub!");
Methods Summary
public
android.os.IBinder
onBind
(
android.content.Intent
intent)
throw new RuntimeException("Stub!");
public void
onCreate
()
throw new RuntimeException("Stub!");
public void
onDestroy
()
throw new RuntimeException("Stub!");
protected abstract void
onHandleIntent
(
android.content.Intent
intent)
public void
onStart
(
android.content.Intent
intent,
int
startId)
throw new RuntimeException("Stub!");
public
int
onStartCommand
(
android.content.Intent
intent,
int
flags,
int
startId)
throw new RuntimeException("Stub!");
public void
setIntentRedelivery
(
boolean
enabled)
throw new RuntimeException("Stub!");
Java Code Source