Home
last modified time | relevance | path

Searched refs:VehiclePropertyAccessType (Results 1 – 2 of 2) sorted by relevance

/packages/services/Car/car-lib/src/android/car/hardware/property/
DAreaIdConfig.java42 private final @CarPropertyConfig.VehiclePropertyAccessType int mAccess;
51 @CarPropertyConfig.VehiclePropertyAccessType int access, in AreaIdConfig()
103 public @CarPropertyConfig.VehiclePropertyAccessType int getAccess() {
210 private final @CarPropertyConfig.VehiclePropertyAccessType int mAccess;
223 public Builder(@CarPropertyConfig.VehiclePropertyAccessType int access, int areaId) {
/packages/services/Car/car-lib/src/android/car/hardware/
DCarPropertyConfig.java90 public @interface VehiclePropertyAccessType {} annotation in CarPropertyConfig
129 public @VehiclePropertyAccessType int getAccess() { in getAccess()