Lines Matching refs:Deprecated

12     method @Deprecated public void connect() throws java.lang.IllegalStateException;
13 …method @Deprecated public static android.car.Car createCar(android.content.Context, android.conten…
14 …method @Deprecated public static android.car.Car createCar(android.content.Context, android.conten…
19 method @Deprecated public int getCarConnectionType();
22 method @Deprecated @NonNull public static android.car.CarVersion getCarVersion();
23 method @Deprecated @NonNull public static android.car.PlatformVersion getPlatformVersion();
24 method @Deprecated public static boolean isApiAndPlatformVersionAtLeast(int, int);
25 method @Deprecated public static boolean isApiAndPlatformVersionAtLeast(int, int, int);
26 method @Deprecated public static boolean isApiVersionAtLeast(int);
27 method @Deprecated public static boolean isApiVersionAtLeast(int, int);
31 field @Deprecated public static final int API_VERSION_MAJOR_INT = 34; // 0x22
32 field @Deprecated public static final int API_VERSION_MINOR_INT = 0; // 0x0
36 …field @Deprecated public static final String CAR_EXTRA_MEDIA_COMPONENT = "android.car.intent.extra…
37 …field @Deprecated public static final String CAR_INTENT_ACTION_MEDIA_TEMPLATE = "android.car.inten…
44 field @Deprecated public static final int CONNECTION_TYPE_EMBEDDED = 5; // 0x5
68 field @Deprecated public static final int PLATFORM_VERSION_MINOR_INT;
71 field @Deprecated public static final String SENSOR_SERVICE = "sensor";
89 field @Deprecated public static final int APP_FOCUS_TYPE_VOICE_COMMAND = 2; // 0x2
101 @Deprecated public final class CarInfoManager {
102 method @Deprecated public int getDriverSeat();
103 method @Deprecated public float getEvBatteryCapacity();
104 method @Deprecated public int[] getEvConnectorTypes();
105 method @Deprecated public int getEvPortLocation();
106 method @Deprecated public float getFuelCapacity();
107 method @Deprecated public int getFuelDoorLocation();
108 method @Deprecated public int[] getFuelTypes();
109 method @Deprecated @NonNull public String getManufacturer();
110 method @Deprecated @NonNull public String getModel();
111 method @Deprecated @NonNull public String getModelYear();
112 method @Deprecated public int getModelYearInInteger();
113 method @Deprecated public String getVehicleId();
116 @Deprecated public class CarNotConnectedException extends java.lang.RuntimeException {
117 ctor @Deprecated public CarNotConnectedException();
118 ctor @Deprecated public CarNotConnectedException(String);
119 ctor @Deprecated public CarNotConnectedException(String, Throwable);
120 ctor @Deprecated public CarNotConnectedException(Exception);
184 @Deprecated public final class EvConnectorType {
185 field @Deprecated public static final int CHADEMO = 3; // 0x3
186 field @Deprecated public static final int COMBO_1 = 4; // 0x4
187 field @Deprecated public static final int COMBO_2 = 5; // 0x5
188 field @Deprecated public static final int GBT = 9; // 0x9
189 field @Deprecated public static final int GBT_DC = 10; // 0xa
190 field @Deprecated public static final int J1772 = 1; // 0x1
191 field @Deprecated public static final int MENNEKES = 2; // 0x2
192 field @Deprecated public static final int OTHER = 101; // 0x65
193 field @Deprecated public static final int SCAME = 11; // 0xb
194 field @Deprecated public static final int TESLA_HPWC = 7; // 0x7
195 field @Deprecated public static final int TESLA_ROADSTER = 6; // 0x6
196 field @Deprecated public static final int TESLA_SUPERCHARGER = 8; // 0x8
197 field @Deprecated public static final int UNKNOWN = 0; // 0x0
317 ctor @Deprecated public VehiclePropertyIds();
320 …field @Deprecated @RequiresPermission("android.car.permission.CAR_POWER") public static final int …
321 …field @Deprecated @RequiresPermission("android.car.permission.CAR_POWER") public static final int …
322 …field @Deprecated @RequiresPermission("android.car.permission.CAR_POWER") public static final int …
327 …field @Deprecated @RequiresPermission("android.car.permission.CAR_POWER") public static final int …
393 field @Deprecated public static final int HW_KEY_INPUT = 289475088; // 0x11410a10
417 …field @Deprecated @RequiresPermission("android.car.permission.CAR_DIAGNOSTICS") public static fina…
418 …field @Deprecated @RequiresPermission("android.car.permission.CLEAR_CAR_DIAGNOSTICS") public stati…
419 …field @Deprecated @RequiresPermission("android.car.permission.CAR_DIAGNOSTICS") public static fina…
420 …field @Deprecated @RequiresPermission("android.car.permission.CAR_DIAGNOSTICS") public static fina…
428 …field @Deprecated @RequiresPermission("android.car.permission.CAR_POWER") public static final int …
452 …field @Deprecated @RequiresPermission("android.car.permission.CONTROL_CAR_SEATS") public static fi…
473 …field @Deprecated @RequiresPermission(anyOf={"android.car.permission.VMS_PUBLISHER", "android.car.…
509 method @Deprecated @NonNull public android.car.CarVersion getTargetCarVersion();
513 …field @Deprecated public static final String MANIFEST_METADATA_TARGET_CAR_VERSION = "android.car.t…
576 method @Deprecated @Nullable public T getMaxValue(int);
577 method @Deprecated @Nullable public T getMaxValue();
579 method @Deprecated @Nullable public T getMinValue(int);
580 method @Deprecated @Nullable public T getMinValue();
600 method @Deprecated public int getStatus();
610 @Deprecated public class CarSensorEvent implements android.os.Parcelable {
611 method @Deprecated public int describeContents();
612 method @Deprecated public void writeToParcel(android.os.Parcel, int);
613 …field @Deprecated public static final android.os.Parcelable.Creator<android.car.hardware.CarSensor…
614 field @Deprecated public static final int GEAR_DRIVE = 8; // 0x8
615 field @Deprecated public static final int GEAR_EIGHTH = 2048; // 0x800
616 field @Deprecated public static final int GEAR_FIFTH = 256; // 0x100
617 field @Deprecated public static final int GEAR_FIRST = 16; // 0x10
618 field @Deprecated public static final int GEAR_FOURTH = 128; // 0x80
619 field @Deprecated public static final int GEAR_NEUTRAL = 1; // 0x1
620 field @Deprecated public static final int GEAR_NINTH = 4096; // 0x1000
621 field @Deprecated public static final int GEAR_PARK = 4; // 0x4
622 field @Deprecated public static final int GEAR_REVERSE = 2; // 0x2
623 field @Deprecated public static final int GEAR_SECOND = 32; // 0x20
624 field @Deprecated public static final int GEAR_SEVENTH = 1024; // 0x400
625 field @Deprecated public static final int GEAR_SIXTH = 512; // 0x200
626 field @Deprecated public static final int GEAR_TENTH = 8192; // 0x2000
627 field @Deprecated public static final int GEAR_THIRD = 64; // 0x40
628 field @Deprecated public static final int IGNITION_STATE_ACC = 3; // 0x3
629 field @Deprecated public static final int IGNITION_STATE_LOCK = 1; // 0x1
630 field @Deprecated public static final int IGNITION_STATE_OFF = 2; // 0x2
631 field @Deprecated public static final int IGNITION_STATE_ON = 4; // 0x4
632 field @Deprecated public static final int IGNITION_STATE_START = 5; // 0x5
633 field @Deprecated public static final int IGNITION_STATE_UNDEFINED = 0; // 0x0
634 field @Deprecated public static final int INDEX_ENVIRONMENT_TEMPERATURE = 0; // 0x0
635 field @Deprecated public static final int INDEX_WHEEL_DISTANCE_FRONT_LEFT = 1; // 0x1
636 field @Deprecated public static final int INDEX_WHEEL_DISTANCE_FRONT_RIGHT = 2; // 0x2
637 field @Deprecated public static final int INDEX_WHEEL_DISTANCE_REAR_LEFT = 4; // 0x4
638 field @Deprecated public static final int INDEX_WHEEL_DISTANCE_REAR_RIGHT = 3; // 0x3
639 field @Deprecated public static final int INDEX_WHEEL_DISTANCE_RESET_COUNT = 0; // 0x0
640 field @Deprecated public final float[] floatValues;
641 field @Deprecated public final int[] intValues;
642 field @Deprecated public final long[] longValues;
643 field @Deprecated public int sensorType;
644 field @Deprecated public long timestamp;
647 @Deprecated public static class CarSensorEvent.EnvironmentData {
648 field @Deprecated public float temperature;
649 field @Deprecated public long timestamp;
652 @Deprecated public final class CarSensorManager {
653 … method @Deprecated @Nullable public android.car.hardware.CarSensorEvent getLatestSensorEvent(int);
654 …method @Deprecated @NonNull public java.util.List<android.car.hardware.CarPropertyConfig> getPrope…
655 method @Deprecated @NonNull public int[] getSupportedSensors();
656 method @Deprecated public boolean isSensorSupported(int);
657 …method @Deprecated @RequiresPermission(anyOf={android.car.Car.PERMISSION_SPEED, "android.car.permi…
658 …method @Deprecated public void unregisterListener(@NonNull android.car.hardware.CarSensorManager.O…
659 …method @Deprecated public void unregisterListener(@NonNull android.car.hardware.CarSensorManager.O…
660 field @Deprecated public static final int SENSOR_RATE_FAST = 10; // 0xa
661 field @Deprecated public static final int SENSOR_RATE_FASTEST = 100; // 0x64
662 field @Deprecated public static final int SENSOR_RATE_NORMAL = 1; // 0x1
663 field @Deprecated public static final int SENSOR_RATE_ONCHANGE = 0; // 0x0
664 field @Deprecated public static final int SENSOR_RATE_UI = 5; // 0x5
665 field @Deprecated public static final int SENSOR_TYPE_ABS_ACTIVE = 287310858; // 0x1120040a
666 field @Deprecated public static final int SENSOR_TYPE_CAR_SPEED = 291504647; // 0x11600207
667 … field @Deprecated public static final int SENSOR_TYPE_ENGINE_OIL_LEVEL = 289407747; // 0x11400303
668 …field @Deprecated public static final int SENSOR_TYPE_ENV_OUTSIDE_TEMPERATURE = 291505923; // 0x11…
669 …field @Deprecated public static final int SENSOR_TYPE_EV_BATTERY_CHARGE_RATE = 291504908; // 0x116…
670 … field @Deprecated public static final int SENSOR_TYPE_EV_BATTERY_LEVEL = 291504905; // 0x11600309
671 …field @Deprecated public static final int SENSOR_TYPE_EV_CHARGE_PORT_CONNECTED = 287310603; // 0x1…
672 …field @Deprecated public static final int SENSOR_TYPE_EV_CHARGE_PORT_OPEN = 287310602; // 0x112003…
673 field @Deprecated public static final int SENSOR_TYPE_FUEL_DOOR_OPEN = 287310600; // 0x11200308
674 field @Deprecated public static final int SENSOR_TYPE_FUEL_LEVEL = 291504903; // 0x11600307
675 field @Deprecated public static final int SENSOR_TYPE_GEAR = 289408000; // 0x11400400
676 field @Deprecated public static final int SENSOR_TYPE_IGNITION_STATE = 289408009; // 0x11400409
677 field @Deprecated public static final int SENSOR_TYPE_NIGHT = 287310855; // 0x11200407
678 field @Deprecated public static final int SENSOR_TYPE_ODOMETER = 291504644; // 0x11600204
679 field @Deprecated public static final int SENSOR_TYPE_PARKING_BRAKE = 287310850; // 0x11200402
680 field @Deprecated public static final int SENSOR_TYPE_RPM = 291504901; // 0x11600305
681 …field @Deprecated public static final int SENSOR_TYPE_TRACTION_CONTROL_ACTIVE = 287310859; // 0x11…
682 …field @Deprecated public static final int SENSOR_TYPE_WHEEL_TICK_DISTANCE = 290521862; // 0x115103…
685 @Deprecated public static interface CarSensorManager.OnSensorChangedListener {
686 method @Deprecated public void onSensorChanged(android.car.hardware.CarSensorEvent);
781 …method @Deprecated public boolean registerCallback(@NonNull android.car.hardware.property.CarPrope…
793 …method @Deprecated public void unregisterCallback(@NonNull android.car.hardware.property.CarProper…
794 …method @Deprecated public void unregisterCallback(@NonNull android.car.hardware.property.CarProper…