Esempio n. 1
0
			internal override object createService(android.app.ContextImpl ctx)
			{
				return new android.telephony.TelephonyManager(ctx.getOuterContext());
			}
Esempio n. 2
0
			internal override object createService(android.app.ContextImpl ctx)
			{
				return new android.app.StatusBarManager(ctx.getOuterContext());
			}
Esempio n. 3
0
			internal override object createService(android.app.ContextImpl ctx)
			{
				android.content.Context outerContext = ctx.getOuterContext();
				return new android.app.NotificationManager(new android.view.ContextThemeWrapper(outerContext
					, android.content.res.Resources.selectSystemTheme(0, outerContext.getApplicationInfo
					().targetSdkVersion, [email protected]_Dialog, [email protected]
					.style.Theme_Holo_Dialog, [email protected]_DeviceDefault_Dialog))
					, ctx.mMainThread.getHandler());
			}
Esempio n. 4
0
			internal override object createService(android.app.ContextImpl ctx)
			{
				return new android.app.SearchManager(ctx.getOuterContext(), ctx.mMainThread.getHandler
					());
			}
Esempio n. 5
0
			internal override object createService(android.app.ContextImpl ctx)
			{
				return [email protected](ctx.getOuterContext
					());
			}