Searched refs:mStartIntent (Results 1 – 2 of 2) sorted by relevance
47 protected Intent mStartIntent; field in ProjectionActivity88 mStartIntent = new Intent(this, ProjectionService.class); in onCreate()126 bindService(mStartIntent, mConnection, Context.BIND_AUTO_CREATE); in onSurfaceTextureAvailable()
44 Intent mStartIntent; field in MainInteractionSession77 mStartIntent = args.getParcelable("intent"); in onShow()79 if (mStartIntent != null) { in onShow()80 startVoiceActivity(mStartIntent); in onShow()