Home
last modified time | relevance | path

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

/packages/apps/Car/Launcher/app/src/com/android/car/carlauncher/
DCarLauncherViewModel.java64 private final Intent mMapsIntent; field in CarLauncherViewModel
69 mMapsIntent = mapsIntent; in CarLauncherViewModel()
203 .setActivityIntent(mMapsIntent) in onConnected()
221 private final Intent mMapsIntent; field in CarLauncherViewModel.CarLauncherViewModelFactory
224 mMapsIntent = requireNonNull(mapsIntent); in CarLauncherViewModelFactory()
231 return modelClass.cast(new CarLauncherViewModel(mContext, mMapsIntent)); in create()