Example #1
0
 internal ServiceDispatcher(android.content.ServiceConnection conn, android.content.Context
                            context, android.os.Handler activityThread, int flags)
 {
     mIServiceConnection = new android.app.LoadedApk.ServiceDispatcher.InnerConnection
                               (this);
     mConnection     = conn;
     mContext        = context;
     mActivityThread = activityThread;
     mLocation       = new android.app.ServiceConnectionLeaked(null);
     XobotOS.Runtime.Util.FillInStackTrace(mLocation);
     mFlags = flags;
 }
Example #2
0
			internal ServiceDispatcher(android.content.ServiceConnection conn, android.content.Context
				 context, android.os.Handler activityThread, int flags)
			{
				mIServiceConnection = new android.app.LoadedApk.ServiceDispatcher.InnerConnection
					(this);
				mConnection = conn;
				mContext = context;
				mActivityThread = activityThread;
				mLocation = new android.app.ServiceConnectionLeaked(null);
				XobotOS.Runtime.Util.FillInStackTrace(mLocation);
				mFlags = flags;
			}