Home
last modified time | relevance | path

Searched refs:PropertyStatus (Results 1 – 6 of 6) sorted by relevance

/packages/services/Car/car-lib/src/android/car/hardware/
DCarPropertyValue.java68 public @interface PropertyStatus {} annotation in CarPropertyValue
251 @PropertyStatus
261 @PropertyStatus
/packages/services/Car/car-lib/src/com/android/car/internal/property/
DContCarPropertyEventTracker.java20 import android.car.hardware.CarPropertyValue.PropertyStatus;
46 private @PropertyStatus int mCurrentStatus;
/packages/services/Car/car-lib/api/
Dremoved.txt19 ….lang.annotation.RetentionPolicy.SOURCE) public static @interface CarPropertyValue.PropertyStatus {
Dlint-baseline.txt160 PublicTypedef: android.car.hardware.CarPropertyValue.PropertyStatus:
161 Don't expose @IntDef: PropertyStatus must be hidden.
1202 UnflaggedApi: android.car.hardware.CarPropertyValue.PropertyStatus:
1203 …ew API must be flagged with @FlaggedApi: class android.car.hardware.CarPropertyValue.PropertyStatus
/packages/services/Car/car-lib-module/api/
Dremoved.txt19 ….lang.annotation.RetentionPolicy.SOURCE) public static @interface CarPropertyValue.PropertyStatus {
/packages/services/Car/service/src/com/android/car/hal/
DHalPropValue.java410 private static @CarPropertyValue.PropertyStatus int vehiclePropertyStatusToCarPropertyStatus( in vehiclePropertyStatusToCarPropertyStatus()