Searched refs:error1 (Results 1 – 3 of 3) sorted by relevance
88 ThrowingBiConsumer<Boolean, Boolean> tbc = (Boolean error1, Boolean error2) -> { in testUncheckedExceptionsThrowningBiConsumer()89 if (error1 && error2) { in testUncheckedExceptionsThrowningBiConsumer()153 ThrowingBiFunction<Boolean, Boolean, Integer> tbf = (Boolean error1, Boolean error2) -> { in testThrowingBiFunction()154 if (error1 && error2) { in testThrowingBiFunction()
2148 VehiclePropError error1 = new VehiclePropError(); in testSetCarPropertyValuesAsync_onPropertySetError() local2149 error1.propId = HVAC_TEMPERATURE_SET; in testSetCarPropertyValuesAsync_onPropertySetError()2150 error1.areaId = 1; in testSetCarPropertyValuesAsync_onPropertySetError()2151 error1.errorCode = STATUS_NOT_AVAILABLE | (0x1234 << 16); in testSetCarPropertyValuesAsync_onPropertySetError()2157 vehiclePropErrors.add(error1); in testSetCarPropertyValuesAsync_onPropertySetError()2469 VehiclePropError error1 = new VehiclePropError(); in testOnPropertySetError() local2470 error1.propId = HVAC_TEMPERATURE_SET; in testOnPropertySetError()2471 error1.areaId = 1; in testOnPropertySetError()2472 error1.errorCode = STATUS_NOT_AVAILABLE | (0x1234 << 16); in testOnPropertySetError()2477 vehiclePropErrors.add(error1); in testOnPropertySetError()
1246 VehiclePropError error1 = new VehiclePropError();1247 error1.propId = SOME_READ_ON_CHANGE_PROPERTY;1248 error1.areaId = AREA_ID_1;1249 error1.errorCode = CarPropertyManager.CAR_SET_PROPERTY_ERROR_CODE_TRY_AGAIN;1250 errors.add(error1);1267 new ArrayList<VehiclePropError>(Arrays.asList(error1, error2)));