FileDocCategorySizeDatePackage
IntentService.javaAPI DocAndroid 5.1 API806Sat Mar 14 14:09:42 GMT 2015android.app

IntentService

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.IBinderonBind(android.content.Intent intent)

 throw new RuntimeException("Stub!"); 
public voidonCreate()

 throw new RuntimeException("Stub!"); 
public voidonDestroy()

 throw new RuntimeException("Stub!"); 
protected abstract voidonHandleIntent(android.content.Intent intent)

public voidonStart(android.content.Intent intent, int startId)

 throw new RuntimeException("Stub!"); 
public intonStartCommand(android.content.Intent intent, int flags, int startId)

 throw new RuntimeException("Stub!"); 
public voidsetIntentRedelivery(boolean enabled)

 throw new RuntimeException("Stub!");