Searched refs:PropertyAccessDeniedSecurityException (Results 1 – 4 of 4) sorted by relevance
24 public class PropertyAccessDeniedSecurityException extends SecurityException { class25 PropertyAccessDeniedSecurityException(int property, int areaId) { in PropertyAccessDeniedSecurityException() method in PropertyAccessDeniedSecurityException
920 throw new PropertyAccessDeniedSecurityException(propId, areaId); in handleCarServiceSpecificException()
31 import android.car.hardware.property.PropertyAccessDeniedSecurityException;472 assertThrows(PropertyAccessDeniedSecurityException.class, in testSetterExceptionsAfterQ()531 assertThrows(PropertyAccessDeniedSecurityException.class, in testGetterExceptionsAfterQ()534 assertThrows(PropertyAccessDeniedSecurityException.class, in testGetterExceptionsAfterQ()
655 public class PropertyAccessDeniedSecurityException extends java.lang.SecurityException {