Home
last modified time | relevance | path

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

/packages/apps/Car/Launcher/app/tests/src/com/android/car/carlauncher/
DCarLauncherTest.java84 session.spyStatic(CarLauncherUtils.class); in onSessionBuilder()
123 CarLauncherUtils.isSmallCanvasOptimizedMapIntentConfigured(any())); in onCreate_tosMapActivity_tosUnaccepted_canvasOptimizedMapsDisabledByTos()
125 .when(() -> CarLauncherUtils.getTosMapIntent(any())); in onCreate_tosMapActivity_tosUnaccepted_canvasOptimizedMapsDisabledByTos()
127 .when(() -> CarLauncherUtils.getSmallCanvasOptimizedMapIntent(any())); in onCreate_tosMapActivity_tosUnaccepted_canvasOptimizedMapsDisabledByTos()
147 .when(() -> CarLauncherUtils.isSmallCanvasOptimizedMapIntentConfigured(any())); in onCreate_tosMapActivity_tosUnaccepted_mapsNotDisabledByTos()
149 .when(() -> CarLauncherUtils.getSmallCanvasOptimizedMapIntent(any())); in onCreate_tosMapActivity_tosUnaccepted_mapsNotDisabledByTos()
171 .when(() -> CarLauncherUtils.getTosMapIntent(any())); in onCreate_tosMapActivity_tosAccepted()
/packages/apps/Car/Launcher/app/src/com/android/car/carlauncher/
DCarLauncher.java157 passengerHomeIntent = CarLauncherUtils.getAppsGridIntent(); in onCreate()
169 CarLauncherUtils.isSmallCanvasOptimizedMapIntentConfigured(this); in onCreate()
329 ? CarLauncherUtils.getSmallCanvasOptimizedMapIntent(this) in getMapsIntent()
330 : CarLauncherUtils.getMapsIntent(this); in getMapsIntent()
341 mapIntent = CarLauncherUtils.getTosMapIntent(this); in getMapsIntent()
DCarLauncherUtils.java30 public class CarLauncherUtils { class
35 private CarLauncherUtils() { in CarLauncherUtils() method in CarLauncherUtils
/packages/services/Car/car_product/car_ui_portrait/apps/CarUiPortraitLauncher/src/com/android/car/portraitlauncher/homeactivities/
DTaskCategoryManager.java39 import com.android.car.carlauncher.CarLauncherUtils;
174 Intent intent = CarLauncherUtils.getMapsIntent(mContext); in isReady()
DCarUiPortraitHomeScreen.java86 import com.android.car.carlauncher.CarLauncherUtils;
929 ? CarLauncherUtils.getMapsIntent(getApplicationContext()) in startBackgroundActivities()
1086 startActivityInternal(CarLauncherUtils.getAppsGridIntent()); in setUpRootTaskView()