Searched refs:mMapsIntent (Results 1 – 1 of 1) sorted by relevance
64 private final Intent mMapsIntent; field in CarLauncherViewModel69 mMapsIntent = mapsIntent; in CarLauncherViewModel()203 .setActivityIntent(mMapsIntent) in onConnected()221 private final Intent mMapsIntent; field in CarLauncherViewModel.CarLauncherViewModelFactory224 mMapsIntent = requireNonNull(mapsIntent); in CarLauncherViewModelFactory()231 return modelClass.cast(new CarLauncherViewModel(mContext, mMapsIntent)); in create()