Class Index

These are the API classes. See all API packages.

A

ApiVersion<T extends ApiVersion<?>> Abstraction of Android APIs. 

C

Car Top level car API for embedded Android Auto deployments. 
Car.CarServiceLifecycleListener Callback to notify the Lifecycle of car service. 
CarAppFocusManager CarAppFocusManager allows applications to set and listen for the current application focus like active navigation or active voice command. 
CarAppFocusManager.OnAppFocusChangedListener Listener to get notification for app getting information on application type status changes. 
CarAppFocusManager.OnAppFocusOwnershipCallback Listener to get notification for app getting information on app type ownership loss. 
CarAudioManager APIs for handling audio in a car. 
CarAudioManager.CarVolumeCallback Callback interface to receive volume change events in a car. 
CarInfoManager This class was deprecated in API level 33. Use CarPropertyManager instead. 
CarInternalErrorException Exception thrown when something unexpected happened in cars. 
CarMediaIntents Defines media related intents (and their extras) for the car. 
CarNotConnectedException This class was deprecated in API level 29. No longer thrown by the Android API. Do not use in new code. 
CarOccupantZoneManager API to get information on displays and users in the car. 
CarOccupantZoneManager.OccupantZoneConfigChangeListener Listener to monitor any Occupant Zone configuration change. 
CarOccupantZoneManager.OccupantZoneInfo Represents an occupant zone in a car. 
CarPackageManager Provides car specific API related with package management. 
CarPowerManager API to receive power policy change notifications. 
CarPowerManager.CarPowerPolicyListener Listeners to receive power policy change. 
CarPowerPolicy Car power policy definition. 
CarPowerPolicyFilter Filter to receive power policy changes that a listener is interested in. 
CarPowerPolicyFilter.Builder A builder for CarPowerPolicyFilter 
CarPropertyConfig<T> Represents general information about car property such as data type and min/max ranges for car areas (if applicable). 
CarPropertyManager Provides an application interface for interacting with the Vehicle specific properties. 
CarPropertyManager.CarPropertyEventCallback Application registers CarPropertyEventCallback object to receive updates and changes to subscribed Vehicle specific properties. 
CarPropertyValue<T> Stores a value for a vehicle property ID and area ID combination. 
CarPropertyValue.PropertyStatus Value is CarPropertyValue.STATUS_AVAILABLE, CarPropertyValue.STATUS_UNAVAILABLE, or CarPropertyValue.STATUS_ERROR 
CarSensorEvent This class was deprecated in API level 29. consider using CarPropertyValue and CarPropertyManager instead. 
CarSensorEvent.EnvironmentData Environment data with timestamp and temperature. 
CarSensorManager This class was deprecated in API level 29. Use CarPropertyManager instead. API for monitoring car sensor data. 
CarSensorManager.OnSensorChangedListener Listener for car sensor data change. 
CarUxRestrictions Car UX Restrictions event. 
CarUxRestrictions.Builder Builder class for CarUxRestrictions 
CarUxRestrictions.CarUxRestrictionsInfo Value is either 0 or a combination of CarUxRestrictions.UX_RESTRICTIONS_BASELINE, CarUxRestrictions.UX_RESTRICTIONS_NO_DIALPAD, CarUxRestrictions.UX_RESTRICTIONS_NO_FILTERING, CarUxRestrictions.UX_RESTRICTIONS_LIMIT_STRING_LENGTH, CarUxRestrictions.UX_RESTRICTIONS_NO_KEYBOARD, CarUxRestrictions.UX_RESTRICTIONS_NO_VIDEO, CarUxRestrictions.UX_RESTRICTIONS_LIMIT_CONTENT, CarUxRestrictions.UX_RESTRICTIONS_NO_SETUP, CarUxRestrictions.UX_RESTRICTIONS_NO_TEXT_MESSAGE, and CarUxRestrictions.UX_RESTRICTIONS_NO_VOICE_TRANSCRIPTION 
CarUxRestrictionsManager API to register and get the User Experience restrictions imposed based on the car's driving state. 
CarUxRestrictionsManager.OnUxRestrictionsChangedListener Listener Interface for clients to implement to get updated on driving state related changes. 
CarVersion Represents the API version of the Car SDK. 
CarVersion.VERSION_CODES Contains pre-defined versions matching Car releases. 
CarWatchdogManager CarWatchdogManager allows applications to collect latest system resource overuse statistics, add listener for resource overuse notifications, and update resource overuse configurations. 
CarWatchdogManager.ResourceOveruseListener Listener to get resource overuse notifications. 

E

EvChargingConnectorType Uses IEC(International Electrotechnical Commission) 62196 and other standards to denote the charging connector type an electric vehicle may use. 
EvConnectorType This class was deprecated in API level 33. Use EvChargingConnectorType as the return value of CarPropertyManager.getProperty(int, int) instead. 

F

FuelType FuelType denotes the different fuels a vehicle may use. 

G

GsrComplianceType Used by VehiclePropertyIds#GENERAL_SAFETY_REGULATION_COMPLIANCE to indicate what kind of general safety regulation compliance requirement is enforced. 

I

IoOveruseStats Disk I/O overuse stats for a package. 

P

PerStateBytes Number of bytes attributed to each application or system state. 
PlatformVersion Represents the API version of the standard Android SDK. 
PlatformVersion.VERSION_CODES Contains pre-defined versions matching Car releases. 
PlatformVersionMismatchException Exception thrown when an App tries to calls an API not supported in the platform version. 
PortLocationType Used by INFO_FUEL_DOOR_LOCATION/INFO_CHARGE_PORT_LOCATION to enumerate fuel door or ev port location. 
PowerComponent Copy from android.frameworks.automotive.powerpolicy-java-source/gen/android/frameworks/automotive /powerpolicy/PowerComponent.java. 
PropertyAccessDeniedSecurityException Exception thrown when cars denied the access of properties. 
PropertyNotAvailableAndRetryException Exception thrown when device that associated with the vehicle property is temporarily not available. 
PropertyNotAvailableException Exception thrown when the vehicle property is not available because of the current state of the vehicle. 

R

ResourceOveruseStats Resource overuse stats for a package. 

V

VehicleAreaSeat Object used to indicate the area value for car properties which have area type VehicleAreaType#VEHICLE_AREA_TYPE_SEAT
VehicleAreaType Object used to indicate area types for car properties. 
VehicleAreaWheel Object used to indicate area value for car properties which have area type VehicleAreaType#VEHICLE_AREA_TYPE_WHEEL
VehicleElectronicTollCollectionCardStatus Used by VehiclePropertyIds.ELECTRONIC_TOLL_COLLECTION_CARD_STATUS to enumerate ETC(electronic toll collection) card types in the vehicle. 
VehicleElectronicTollCollectionCardType Used by VehiclePropertyIds.ELECTRONIC_TOLL_COLLECTION_CARD_TYPE to enumerate ETC(electronic toll collection) card types in the vehicle. 
VehicleGear List of enums for vehicle gears. 
VehicleIgnitionState Possible states of a vehicle's ignition. 
VehiclePropertyIds List of vehicle property IDs. 
VehicleUnit Units used for int or float VehiclePropertyIds with no attached enum types.