GsrComplianceType
public
final
class
GsrComplianceType
extends Object
java.lang.Object | |
↳ | android.car.GsrComplianceType |
Used by VehiclePropertyIds#GENERAL_SAFETY_REGULATION_COMPLIANCE
to
indicate what kind of general safety regulation compliance requirement is
enforced.
Summary
Constants | |
---|---|
int |
GSR_COMPLIANCE_TYPE_NOT_REQUIRED
GSR compliance is not required. |
int |
GSR_COMPLIANCE_TYPE_REQUIRED_V1
GSR compliance is required and the requirement solution version is 1. |
Inherited methods | |
---|---|
Constants
GSR_COMPLIANCE_TYPE_NOT_REQUIRED
public static final int GSR_COMPLIANCE_TYPE_NOT_REQUIRED
GSR compliance is not required.
Constant Value: 0 (0x00000000)
GSR_COMPLIANCE_TYPE_REQUIRED_V1
public static final int GSR_COMPLIANCE_TYPE_REQUIRED_V1
GSR compliance is required and the requirement solution version is 1.
Constant Value: 1 (0x00000001)