Searched refs:CAR_INTENT_ACTION_MEDIA_TEMPLATE (Results 1 – 9 of 9) sorted by relevance
45 if (Car.CAR_INTENT_ACTION_MEDIA_TEMPLATE.equals(action)) { in onCreate()
354 startActivity(new Intent(Car.CAR_INTENT_ACTION_MEDIA_TEMPLATE)); in onMediaSourceChanged()357 startActivity(new Intent(Car.CAR_INTENT_ACTION_MEDIA_TEMPLATE)); in onMediaSourceChanged()
115 v.getContext().startActivity(new Intent(Car.CAR_INTENT_ACTION_MEDIA_TEMPLATE)); in onClick()
122 startActivity(new Intent(Car.CAR_INTENT_ACTION_MEDIA_TEMPLATE)); in onCreate()
206 Intent intent = new Intent(Car.CAR_INTENT_ACTION_MEDIA_TEMPLATE); in getLauncherApps()
152 startActivity(new Intent(Car.CAR_INTENT_ACTION_MEDIA_TEMPLATE)); in onCreateView()
58 IntentName: android.car.Car#CAR_INTENT_ACTION_MEDIA_TEMPLATE:59 Intent action constant name must be ACTION_FOO: CAR_INTENT_ACTION_MEDIA_TEMPLATE
21 …field @Deprecated public static final String CAR_INTENT_ACTION_MEDIA_TEMPLATE = "android.car.inten…
881 public static final String CAR_INTENT_ACTION_MEDIA_TEMPLATE = field in Car