Searched refs:CarInternalErrorException (Results 1 – 4 of 4) sorted by relevance
24 public class CarInternalErrorException extends RuntimeException { class25 CarInternalErrorException(int property, int areaId) { in CarInternalErrorException() method in CarInternalErrorException
652 throw new CarInternalErrorException(propertyValue.getPropertyId(), areaId); in handleNullAndPropertyStatus()922 throw new CarInternalErrorException(propId, areaId); in handleCarServiceSpecificException()
29 import android.car.hardware.property.CarInternalErrorException;270 assertThrows(CarInternalErrorException.class, in testGetIntArrayPropertyWithErrorStatusAfterR()300 assertThrows(CarInternalErrorException.class, in testGetBooleanPropertyWithErrorStatusAfterR()481 assertThrows(CarInternalErrorException.class, in testSetterExceptionsAfterQ()559 assertThrows(CarInternalErrorException.class, in testGetterExceptionsAfterQ()562 assertThrows(CarInternalErrorException.class, in testGetterExceptionsAfterQ()
615 public class CarInternalErrorException extends java.lang.RuntimeException {