FileDocCategorySizeDatePackage
BroadcastReceiver.javaAPI DocAndroid 5.1 API2951Sat Mar 14 14:09:38 GMT 2015android.content

BroadcastReceiver

public abstract class BroadcastReceiver extends Object

Fields Summary
Constructors Summary
public BroadcastReceiver()

 throw new RuntimeException("Stub!"); 
Methods Summary
public final voidabortBroadcast()

 throw new RuntimeException("Stub!"); 
public final voidclearAbortBroadcast()

 throw new RuntimeException("Stub!"); 
public final booleangetAbortBroadcast()

 throw new RuntimeException("Stub!"); 
public final booleangetDebugUnregister()

 throw new RuntimeException("Stub!"); 
public final intgetResultCode()

 throw new RuntimeException("Stub!"); 
public final java.lang.StringgetResultData()

 throw new RuntimeException("Stub!"); 
public final android.os.BundlegetResultExtras(boolean makeMap)

 throw new RuntimeException("Stub!"); 
public final android.content.BroadcastReceiver$PendingResultgoAsync()

 throw new RuntimeException("Stub!"); 
public final booleanisInitialStickyBroadcast()

 throw new RuntimeException("Stub!"); 
public final booleanisOrderedBroadcast()

 throw new RuntimeException("Stub!"); 
public abstract voidonReceive(android.content.Context context, android.content.Intent intent)

public android.os.IBinderpeekService(android.content.Context myContext, android.content.Intent service)

 throw new RuntimeException("Stub!"); 
public final voidsetDebugUnregister(boolean debug)

 throw new RuntimeException("Stub!"); 
public final voidsetOrderedHint(boolean isOrdered)

 throw new RuntimeException("Stub!"); 
public final voidsetResult(int code, java.lang.String data, android.os.Bundle extras)

 throw new RuntimeException("Stub!"); 
public final voidsetResultCode(int code)

 throw new RuntimeException("Stub!"); 
public final voidsetResultData(java.lang.String data)

 throw new RuntimeException("Stub!"); 
public final voidsetResultExtras(android.os.Bundle extras)

 throw new RuntimeException("Stub!");