Searched refs:HVAC_TEMP (Results 1 – 1 of 1) sorted by relevance
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/ |
D | CarPropertyServiceUnitTest.java | 114 private static final int HVAC_TEMP = VehiclePropertyIds.HVAC_TEMPERATURE_SET; field in CarPropertyServiceUnitTest 163 mConfigs.put(HVAC_TEMP, CarPropertyConfig.newBuilder(Float.class, HVAC_TEMP, in setUp() 168 when(mHalService.isReadable(mContext, HVAC_TEMP)).thenReturn(true); in setUp() 407 HVAC_TEMP, NOT_SUPPORTED_AREA_ID); in testGetPropertiesAsync_areaIdNotSupported() 681 new CarPropertyValue<>(HVAC_TEMP, 0, timestampNanos, 0f); in testRegisterForMultipleProperties() 682 when(mHalService.getProperty(HVAC_TEMP, 0)).thenReturn(mValue); in testRegisterForMultipleProperties() 688 createCarSubscriptionOption(HVAC_TEMP, new int[]{0}, 0f)), in testRegisterForMultipleProperties() 694 createCarSubscriptionOption(HVAC_TEMP, new int[]{0}, 0f))); in testRegisterForMultipleProperties() 695 verify(mHalService).getProperty(HVAC_TEMP, 0); in testRegisterForMultipleProperties() 702 mService.unregisterListener(HVAC_TEMP, mMockHandler1); in testRegisterForMultipleProperties() [all …]
|