Searched refs:PropertyStatus (Results 1 – 6 of 6) sorted by relevance
68 public @interface PropertyStatus {} annotation in CarPropertyValue251 @PropertyStatus261 @PropertyStatus
20 import android.car.hardware.CarPropertyValue.PropertyStatus;46 private @PropertyStatus int mCurrentStatus;
19 ….lang.annotation.RetentionPolicy.SOURCE) public static @interface CarPropertyValue.PropertyStatus {
160 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
410 private static @CarPropertyValue.PropertyStatus int vehiclePropertyStatusToCarPropertyStatus( in vehiclePropertyStatusToCarPropertyStatus()