Home
last modified time | relevance | path

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

/packages/apps/Car/Settings/src/com/android/car/settings/units/
DUnitsMap.java34 protected static final Unit HERTZ = new Unit(VehicleUnit.HERTZ, field in UnitsMap
100 map.put(VehicleUnit.HERTZ, HERTZ); in createMap()
/packages/services/Car/car-lib/src/android/car/
DVehicleUnit.java44 public static final int HERTZ = 0x03; field in VehicleUnit
154 HERTZ,
/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/
DVehicleUnitTest.java53 {VehicleUnit.HERTZ, android.hardware.automotive.vehicle.VehicleUnit.HERTZ}, in constantValues()
/packages/services/Car/tools/GenericCarApiBuilder/
Dcomplete_car_api_list.txt2672 field TIRAMISU_0 int HERTZ = 0x03;
/packages/services/Car/car-lib-module/api/
Dsystem-current.txt375 field public static final int HERTZ = 3; // 0x3
/packages/services/Car/car-lib/api/
Dsystem-current.txt375 field public static final int HERTZ = 3; // 0x3
Dtest-current.txt392 field public static final int HERTZ = 3; // 0x3
Dsystem-lint-baseline.txt1488 UnflaggedApi: android.car.VehicleUnit#HERTZ:
1489 New API must be flagged with @FlaggedApi: field android.car.VehicleUnit.HERTZ