Searched refs:CarLauncherUtils (Results 1 – 5 of 5) sorted by relevance
31 public class CarLauncherUtils { class35 private CarLauncherUtils() { in CarLauncherUtils() method in CarLauncherUtils
64 if (CarLauncherUtils.isCustomDisplayPolicyDefined(this)) { in onCreate()75 CarLauncherUtils.getMapsIntent(this), in onCreate()
172 if (CarLauncherUtils.isCustomDisplayPolicyDefined(this)) { in onCreate()321 CarLauncherUtils.getMapsIntent(this), in startMapsInTaskView()332 if (CarLauncherUtils.isCustomDisplayPolicyDefined(this)) { in onConfigurationChanged()
174 if (CarLauncherUtils.isCustomDisplayPolicyDefined(this)) { in onCreate()
29 import com.android.car.carlauncher.CarLauncherUtils;131 Intent intent = CarLauncherUtils.getMapsIntent(mContext); in healthCheck()