Home
last modified time | relevance | path

Searched refs:VehicleLightState (Results 1 – 14 of 14) sorted by relevance

/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/
DVehicleLightStateTest.java46 android.car.hardware.property.VehicleLightState.STATE_OFF, in constantValues()
47 android.hardware.automotive.vehicle.VehicleLightState.OFF in constantValues()
50 android.car.hardware.property.VehicleLightState.STATE_ON, in constantValues()
51 android.hardware.automotive.vehicle.VehicleLightState.ON in constantValues()
54 android.car.hardware.property.VehicleLightState in constantValues()
56 android.hardware.automotive.vehicle.VehicleLightState in constantValues()
/packages/services/Car/car-lib/src/android/car/
DVehicleLightState.java30 public final class VehicleLightState { class
35 private VehicleLightState() {} in VehicleLightState() method in VehicleLightState
DVehiclePropertyIds.java57 import android.car.hardware.property.VehicleLightState;
/packages/services/Car/car-lib/src/android/car/hardware/property/
DVehicleLightState.java33 public final class VehicleLightState { class
51 private VehicleLightState() {} in VehicleLightState() method in VehicleLightState
/packages/services/Car/service/src/com/android/car/hal/fakevhal/
DFakeVhalConfigParser.java34 import android.hardware.automotive.vehicle.VehicleLightState;
125 private static final int LIGHT_STATE_ON = VehicleLightState.ON;
126 private static final int LIGHT_STATE_OFF = VehicleLightState.OFF;
/packages/services/Car/tests/carservice_unit_test/res/raw/
Dcar_hidden_apis_release_33.2.txt84 android.car VehicleLightState int OFF
85 android.car VehicleLightState int ON
86 android.car VehicleLightState int DAYTIME_RUNNING
Dcar_hidden_apis_release_33.1.txt84 android.car VehicleLightState int OFF
85 android.car VehicleLightState int ON
86 android.car VehicleLightState int DAYTIME_RUNNING
Dcar_hidden_apis.txt94 android.car VehicleLightState int DAYTIME_RUNNING
95 android.car VehicleLightState int OFF
96 android.car VehicleLightState int ON
Dcar_hidden_apis_release_33.3.txt93 android.car VehicleLightState int OFF
94 android.car VehicleLightState int ON
95 android.car VehicleLightState int DAYTIME_RUNNING
/packages/services/Car/car-lib/api/
Dsystem-lint-baseline.txt2970 UnflaggedApi: android.car.hardware.property.VehicleLightState:
2971 New API must be flagged with @FlaggedApi: class android.car.hardware.property.VehicleLightState
2972 UnflaggedApi: android.car.hardware.property.VehicleLightState#STATE_DAYTIME_RUNNING:
2973 …New API must be flagged with @FlaggedApi: field android.car.hardware.property.VehicleLightState.ST…
2974 UnflaggedApi: android.car.hardware.property.VehicleLightState#STATE_OFF:
2975 …New API must be flagged with @FlaggedApi: field android.car.hardware.property.VehicleLightState.ST…
2976 UnflaggedApi: android.car.hardware.property.VehicleLightState#STATE_ON:
2977 …New API must be flagged with @FlaggedApi: field android.car.hardware.property.VehicleLightState.ST…
2978 UnflaggedApi: android.car.hardware.property.VehicleLightState#toString(int):
2979 …t be flagged with @FlaggedApi: method android.car.hardware.property.VehicleLightState.toString(int)
Dsystem-current.txt1498 public final class VehicleLightState {
Dtest-current.txt1572 public final class VehicleLightState {
/packages/services/Car/tools/GenericCarApiBuilder/
Dcomplete_car_api_list.txt621 class @hiddenOnly @hide VehicleLightState package android.car
/packages/services/Car/car-lib-module/api/
Dsystem-current.txt1498 public final class VehicleLightState {