Searched refs:FAHRENHEIT (Results 1 – 4 of 4) sorted by relevance
48 protected static final Unit FAHRENHEIT = new Unit(VehicleUnit.FAHRENHEIT, field in UnitsMap107 map.put(VehicleUnit.FAHRENHEIT, FAHRENHEIT); in createMap()
49 public static final int FAHRENHEIT = 0x31; field in VehicleUnit93 FAHRENHEIT,
174 ((Integer) value.getValue()).equals(VehicleUnit.FAHRENHEIT));602 (mTbTempDisplayUnit.isChecked() ? VehicleUnit.FAHRENHEIT : VehicleUnit.CELSIUS); in configureTempDisplayUnit()
158 field public static final int FAHRENHEIT = 49; // 0x31