Home
last modified time | relevance | path

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

/packages/apps/Car/Launcher/app/src/com/android/car/carlauncher/
DCarLauncherUtils.java43 public static Intent getMapsIntent(Context context) { in getMapsIntent() method in CarLauncherUtils
121 return getMapsIntent(context); in getSmallCanvasOptimizedMapIntent()
DCarLauncher.java202 new CarLauncherViewModelFactory(this, getMapsIntent())) in setupRemoteCarTaskView()
327 protected Intent getMapsIntent() { in getMapsIntent() method in CarLauncher
330 : CarLauncherUtils.getMapsIntent(this); in getMapsIntent()
/packages/apps/Car/Launcher/app/tests/src/com/android/car/carlauncher/
DCarLauncherTest.java134 Intent mapIntent = activity.getMapsIntent(); in onCreate_tosMapActivity_tosUnaccepted_canvasOptimizedMapsDisabledByTos()
156 Intent mapIntent = activity.getMapsIntent(); in onCreate_tosMapActivity_tosUnaccepted_mapsNotDisabledByTos()
176 Intent mapIntent = activity.getMapsIntent(); in onCreate_tosMapActivity_tosAccepted()
/packages/services/Car/car_product/car_ui_portrait/apps/CarUiPortraitLauncher/src/com/android/car/portraitlauncher/homeactivities/
DTaskCategoryManager.java174 Intent intent = CarLauncherUtils.getMapsIntent(mContext); in isReady()
DCarUiPortraitHomeScreen.java929 ? CarLauncherUtils.getMapsIntent(getApplicationContext()) in startBackgroundActivities()