ServiceDispatcher(ServiceConnection conn,
Context context, Handler activityThread, int flags, int process) {
mIServiceConnection = new InnerConnection(this);
mConnection = conn;
mContext = context;
mActivityThread = activityThread;
mLocation = new ServiceConnectionLeaked(null);
mLocation.fillInStackTrace();
mFlags = flags;
mProcess = process;
}
ServiceDispatcher.java 文件源码
java
阅读 39
收藏 0
点赞 0
评论 0
项目:springreplugin
作者:
评论列表
文章目录