Searched refs:CarLauncherUtils (Results 1 – 5 of 5) sorted by relevance
84 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()
157 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()
30 public class CarLauncherUtils { class35 private CarLauncherUtils() { in CarLauncherUtils() method in CarLauncherUtils
39 import com.android.car.carlauncher.CarLauncherUtils;174 Intent intent = CarLauncherUtils.getMapsIntent(mContext); in isReady()
86 import com.android.car.carlauncher.CarLauncherUtils;929 ? CarLauncherUtils.getMapsIntent(getApplicationContext()) in startBackgroundActivities()1086 startActivityInternal(CarLauncherUtils.getAppsGridIntent()); in setUpRootTaskView()