Android110228: ActivityThread Inner classes 简记
Email: zcatt@163.com
Blog http://zcatt.cublog.cn
内容提要
文档简要整理ActivityThread inner classes内容。以供备忘和参考。
声明
仅限学习交流,禁止商业用途。转载需注明出处。
版本记录
Date Ver Note
2011-02-28 0.1 Draft. zcatt, Beijing
inner class的层级, 以缩进标识
ActivityThread
-PackageInfo
--WarningContextClassLoader extends ClassLoader
--ReceiverDispatcher
---InnerReceiver extends IIntentReceiver.Stub
---Args implements Runnable
---ServiceDispatcher
----ConnectionInfo
----InnerConnection extends IServiceConnection.Stub
----RunConnection implements Runnable
----DeathMonitor implements IBinder.DeathRecipient
-ActivityRecord
-ProviderRecord implements IBinder.DeathRecipient
-NewIntentData
-ReceiverData
-CreateBackupAgentData
-CreateServiceData
-BindServiceData
-ServiceArgsData
-AppBindData
-DumpServiceInfo
-ResultData
-ContextCleanupInfo
-ProfilerControlData
-ApplicationThread extends ApplicationThreadNative
-H extends Handler
-Idler implements MessageQueue.IdleHandler
-GcIdler implements MessageQueue.IdleHandler
-ResourcesKey
-StopInfo
-ProviderRefCount
阅读(1690) | 评论(0) | 转发(0) |