Searched refs:mStartIntent (Results 1 – 3 of 3) sorted by relevance
47 protected Intent mStartIntent; field in ProjectionActivity88 mStartIntent = new Intent(this, ProjectionService.class); in onCreate()126 bindService(mStartIntent, mConnection, in onSurfaceTextureAvailable()
38 Intent mStartIntent; field in MainInteractionSession62 mStartIntent = args.getParcelable("intent"); in onShow()63 startVoiceActivity(mStartIntent); in onShow()
49 Intent mStartIntent; field in MainInteractionSession