Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/evs/
DCarEvsService.java454 Intent evsIntent = new Intent(Intent.ACTION_MAIN) in handleTransitionToRequestedLocked() local
462 evsIntent.putExtra(CarEvsManager.EXTRA_SESSION_TOKEN, mSessionToken); in handleTransitionToRequestedLocked()
464 mContext.startActivity(evsIntent); in handleTransitionToRequestedLocked()