Searched refs:CarInstrumentClusterManager (Results 1 – 6 of 6) sorted by relevance
38 public class CarInstrumentClusterManager extends CarManagerBase { class104 public CarInstrumentClusterManager(Car car, IBinder service) { in CarInstrumentClusterManager() method in CarInstrumentClusterManager
57 Bundle bundle = intent.getBundleExtra(CarInstrumentClusterManager.KEY_EXTRA_ACTIVITY_STATE); in handleIntent()59 Log.w(TAG, "Received an intent without " + CarInstrumentClusterManager in handleIntent()
129 setClusterActivityLaunchOptions(CarInstrumentClusterManager.CATEGORY_NAVIGATION, in setActivityLaunchOptions()135 setClusterActivityState(CarInstrumentClusterManager.CATEGORY_NAVIGATION, in setActivityLaunchOptions()227 .putExtra(CarInstrumentClusterManager.KEY_EXTRA_ACTIVITY_STATE, in getNavigationActivityIntent()
397 .putExtra(CarInstrumentClusterManager.KEY_EXTRA_ACTIVITY_STATE, in tryLaunchNavigationActivity()
29 import android.car.cluster.CarInstrumentClusterManager;1336 manager = new CarInstrumentClusterManager(this, binder); in createCarManager()
189 @Deprecated public class CarInstrumentClusterManager {190 …cated public void registerCallback(String, android.car.cluster.CarInstrumentClusterManager.Callbac…192 …@Deprecated public void unregisterCallback(android.car.cluster.CarInstrumentClusterManager.Callbac…197 @Deprecated public static interface CarInstrumentClusterManager.Callback {