Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/car-lib/src/android/car/hardware/property/
H A DPropertyAccessDeniedSecurityException.java24 public class PropertyAccessDeniedSecurityException extends SecurityException { class
25 PropertyAccessDeniedSecurityException(int property, int areaId) { in PropertyAccessDeniedSecurityException() method in PropertyAccessDeniedSecurityException
H A DCarPropertyManager.java920 throw new PropertyAccessDeniedSecurityException(propId, areaId); in handleCarServiceSpecificException()
/aosp12/packages/services/Car/tests/carservice_test/src/com/android/car/
H A DCarPropertyManagerTest.java31 import android.car.hardware.property.PropertyAccessDeniedSecurityException;
472 assertThrows(PropertyAccessDeniedSecurityException.class, in testSetterExceptionsAfterQ()
531 assertThrows(PropertyAccessDeniedSecurityException.class, in testGetterExceptionsAfterQ()
534 assertThrows(PropertyAccessDeniedSecurityException.class, in testGetterExceptionsAfterQ()
/aosp12/packages/services/Car/car-lib/api/
H A Dcurrent.txt655 public class PropertyAccessDeniedSecurityException extends java.lang.SecurityException {