|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectandroid.app.ActivityThread.PackageInfo.ReceiverDispatcher
static final class ActivityThread.PackageInfo.ReceiverDispatcher
| Nested Class Summary | |
|---|---|
(package private) class |
ActivityThread.PackageInfo.ReceiverDispatcher.Args
|
(package private) static class |
ActivityThread.PackageInfo.ReceiverDispatcher.InnerReceiver
|
| Field Summary | |
|---|---|
(package private) Handler |
mActivityThread
|
(package private) Context |
mContext
|
(package private) IIntentReceiver.Stub |
mIIntentReceiver
|
(package private) Instrumentation |
mInstrumentation
|
(package private) IntentReceiverLeaked |
mLocation
|
(package private) BroadcastReceiver |
mReceiver
|
(package private) boolean |
mRegistered
|
(package private) RuntimeException |
mUnregisterLocation
|
| Constructor Summary | |
|---|---|
ActivityThread.PackageInfo.ReceiverDispatcher(BroadcastReceiver receiver,
Context context,
Handler activityThread,
Instrumentation instrumentation,
boolean registered)
|
|
| Method Summary | |
|---|---|
(package private) IIntentReceiver |
getIIntentReceiver()
|
(package private) BroadcastReceiver |
getIntentReceiver()
|
(package private) IntentReceiverLeaked |
getLocation()
|
(package private) RuntimeException |
getUnregisterLocation()
|
void |
performReceive(Intent intent,
int resultCode,
String data,
Bundle extras,
boolean ordered)
|
(package private) void |
setUnregisterLocation(RuntimeException ex)
|
(package private) void |
validate(Context context,
Handler activityThread)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
final IIntentReceiver.Stub mIIntentReceiver
final BroadcastReceiver mReceiver
final Context mContext
final Handler mActivityThread
final Instrumentation mInstrumentation
final boolean mRegistered
final IntentReceiverLeaked mLocation
RuntimeException mUnregisterLocation
| Constructor Detail |
|---|
ActivityThread.PackageInfo.ReceiverDispatcher(BroadcastReceiver receiver,
Context context,
Handler activityThread,
Instrumentation instrumentation,
boolean registered)
| Method Detail |
|---|
void validate(Context context,
Handler activityThread)
IntentReceiverLeaked getLocation()
BroadcastReceiver getIntentReceiver()
IIntentReceiver getIIntentReceiver()
void setUnregisterLocation(RuntimeException ex)
RuntimeException getUnregisterLocation()
public void performReceive(Intent intent,
int resultCode,
String data,
Bundle extras,
boolean ordered)
|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||