Stay organized with collections
Save and categorize content based on your preferences.
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
Inherited methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
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)
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-02-17 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-17 UTC."],[],[],null,["# GsrComplianceType\n\nSummary: [Constants](#constants) \\| [Inherited Methods](#inhmethods) \n\nGsrComplianceType\n=================\n\n\n`\npublic\n\nfinal\n\nclass\nGsrComplianceType\n`\n\n\n`\n\nextends Object\n\n\n`\n\n`\n\n\n`\n\n|---|-------------------------------|\n| java.lang.Object ||\n| ↳ | android.car.GsrComplianceType |\n\n\u003cbr /\u003e\n\n*** ** * ** ***\n\nUsed by [VehiclePropertyIds#GENERAL_SAFETY_REGULATION_COMPLIANCE](/reference/android/car/VehiclePropertyIds#GENERAL_SAFETY_REGULATION_COMPLIANCE) to\nindicate what kind of general safety regulation compliance requirement is\nenforced.\n\nSummary\n-------\n\n| ### Constants ||\n|-------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `int` | [GSR_COMPLIANCE_TYPE_NOT_REQUIRED](/reference/android/car/GsrComplianceType#GSR_COMPLIANCE_TYPE_NOT_REQUIRED) GSR compliance is not required. |\n| `int` | [GSR_COMPLIANCE_TYPE_REQUIRED_V1](/reference/android/car/GsrComplianceType#GSR_COMPLIANCE_TYPE_REQUIRED_V1) GSR compliance is required and the requirement solution version is 1. |\n\n| ### Inherited methods |\n|-----------------------|---|\n| From class ` java.lang.Object ` |-------------------|-------------------------------| | ` Object` | ` clone() ` | | ` boolean` | ` equals(Object arg0) ` | | ` void` | ` finalize() ` | | ` final Class\u003c?\u003e` | ` getClass() ` | | ` int` | ` hashCode() ` | | ` final void` | ` notify() ` | | ` final void` | ` notifyAll() ` | | ` String` | ` toString() ` | | ` final void` | ` wait(long arg0, int arg1) ` | | ` final void` | ` wait(long arg0) ` | | ` final void` | ` wait() ` | ||\n\nConstants\n---------\n\n### GSR_COMPLIANCE_TYPE_NOT_REQUIRED\n\n```\npublic static final int GSR_COMPLIANCE_TYPE_NOT_REQUIRED\n```\n\nGSR compliance is not required.\n\n\u003cbr /\u003e\n\nConstant Value:\n\n0\n(0x00000000)\n\n\n### GSR_COMPLIANCE_TYPE_REQUIRED_V1\n\n```\npublic static final int GSR_COMPLIANCE_TYPE_REQUIRED_V1\n```\n\nGSR compliance is required and the requirement solution version is 1.\n\n\u003cbr /\u003e\n\nConstant Value:\n\n1\n(0x00000001)"]]