Home
last modified time | relevance | path

Searched refs:mStartIntent (Results 1 – 2 of 2) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/projection/
DProjectionActivity.java47 protected Intent mStartIntent; field in ProjectionActivity
88 mStartIntent = new Intent(this, ProjectionService.class); in onCreate()
126 bindService(mStartIntent, mConnection, Context.BIND_AUTO_CREATE); in onSurfaceTextureAvailable()
/cts/tests/tests/voiceinteraction/service/src/android/voiceinteraction/service/
DMainInteractionSession.java44 Intent mStartIntent; field in MainInteractionSession
77 mStartIntent = args.getParcelable("intent"); in onShow()
79 if (mStartIntent != null) { in onShow()
80 startVoiceActivity(mStartIntent); in onShow()