Home
last modified time | relevance | path

Searched refs:CarInternalErrorException (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/services/Car/car-lib/src/android/car/hardware/property/
H A DCarInternalErrorException.java24 public class CarInternalErrorException extends RuntimeException { class
25 CarInternalErrorException(int property, int areaId) { in CarInternalErrorException() method in CarInternalErrorException
H A DCarPropertyManager.java652 throw new CarInternalErrorException(propertyValue.getPropertyId(), areaId); in handleNullAndPropertyStatus()
922 throw new CarInternalErrorException(propId, areaId); in handleCarServiceSpecificException()
/aosp12/packages/services/Car/tests/carservice_test/src/com/android/car/
H A DCarPropertyManagerTest.java29 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()
/aosp12/packages/services/Car/car-lib/api/
H A Dcurrent.txt615 public class CarInternalErrorException extends java.lang.RuntimeException {