Home
last modified time | relevance | path

Searched refs:DEGREES (Results 1 – 8 of 8) sorted by relevance

/packages/apps/Car/Settings/src/com/android/car/settings/units/
DUnitsMap.java85 protected static final Unit DEGREES = new Unit(VehicleUnit.DEGREES, field in UnitsMap
125 map.put(VehicleUnit.DEGREES, DEGREES); in createMap()
/packages/services/Car/car-lib/src/android/car/
DVehicleUnit.java98 public static final int DEGREES = 0x80; field in VehicleUnit
180 DEGREES,
/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/
DVehicleUnitTest.java90 {VehicleUnit.DEGREES, android.hardware.automotive.vehicle.VehicleUnit.DEGREES}, in constantValues()
/packages/services/Car/tools/GenericCarApiBuilder/
Dcomplete_car_api_list.txt2680 field TIRAMISU_0 int DEGREES = 0x80;
/packages/services/Car/car-lib-module/api/
Dsystem-current.txt374 field public static final int DEGREES = 128; // 0x80
/packages/services/Car/car-lib/api/
Dsystem-current.txt374 field public static final int DEGREES = 128; // 0x80
Dtest-current.txt391 field public static final int DEGREES = 128; // 0x80
Dsystem-lint-baseline.txt1486 UnflaggedApi: android.car.VehicleUnit#DEGREES:
1487 New API must be flagged with @FlaggedApi: field android.car.VehicleUnit.DEGREES