/packages/services/Car/libvehiclenetwork/java/src/com/android/car/vehiclenetwork/ |
D | VehiclePropValueUtil.java | 92 public static VehiclePropValue createZonedIntValue(int property, int zone, int value, in createZonedIntValue() 100 public static VehiclePropValue createZonedIntVectorValue(int property, int zone, int[] values, in createZonedIntVectorValue() 112 public static VehiclePropValue createZonedFloatVectorValue(int property, int zone, in createZonedFloatVectorValue() 125 public static VehiclePropValue createZonedBooleanValue(int property, int zone, boolean value, in createZonedBooleanValue() 133 public static VehiclePropValue createZonedFloatValue(int property, int zone, float value, in createZonedFloatValue()
|
D | VehicleNetwork.java | 219 public void setZonedBooleanProperty(int property, int zone, boolean value) in setZonedBooleanProperty() 230 public void setZonedFloatProperty(int property, int zone, float value) in setZonedFloatProperty() 241 public void setZonedIntProperty(int property, int zone, int value) in setZonedIntProperty() 250 public void setZonedIntVectorProperty(int property, int zone, int[] values) in setZonedIntVectorProperty() 261 public void setZonedFloatVectorProperty(int property, int zone, float[] values) in setZonedFloatVectorProperty() 315 public int getZonedIntProperty(int property, int zone) throws IllegalArgumentException, in getZonedIntProperty() 339 public int[] getZonedIntVectorProperty(int property, int zone) in getZonedIntVectorProperty() 374 public float[] getZonedFloatVectorProperty(int property, int zone) in getZonedFloatVectorProperty() 696 private VehiclePropValue getProperty(int property, int zone, int customPropetyDataType) { in getProperty()
|
/packages/services/Car/car-lib/src/android/car/hardware/hvac/ |
D | ICarHvac.aidl | 32 CarPropertyValue getProperty(int prop, int zone) = 3; in getProperty()
|
D | CarHvacManager.java | 127 void onErrorEvent(final int propertyId, final int zone); in onErrorEvent()
|
/packages/services/Car/service/src/com/android/car/ |
D | CarHvacService.java | 169 public synchronized CarPropertyValue getProperty(int prop, int zone) { in getProperty() 195 public synchronized void onError(int zone, int property) { in onError()
|
/packages/services/Car/tests/android_car_api_test/src/com/android/car/apitest/ |
D | VehicleZoneUtilTest.java | 27 int zone = 0; in testZoneToIndex() local
|
/packages/services/Car/car-lib/src/android/car/ |
D | VehicleZoneUtil.java | 36 public static int zoneToIndex(int zones, int zone) throws IllegalArgumentException { in zoneToIndex()
|
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/datetime/parser/ |
D | DateTimeParser.java | 84 private int zone; field in DateTimeParser.Time 86 public Time(int hour, int minute, int second, int zone) { in Time() 323 final public int zone() throws ParseException { in zone() method in DateTimeParser
|
/packages/services/Telephony/src/org/apache/james/mime4j/field/datetime/parser/ |
D | DateTimeParser.java | 84 private int zone; field in DateTimeParser.Time 86 public Time(int hour, int minute, int second, int zone) { in Time() 323 final public int zone() throws ParseException { in zone() method in DateTimeParser
|
/packages/services/Car/libvehiclenetwork/proto/ |
D | VehicleNetworkProto.proto | 50 optional int32 zone = 4; field
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/ |
D | TimeZoneFragment.java | 122 public ZonePreference(Context context, Map<? extends String, ?> zone) { in ZonePreference()
|
/packages/services/Car/tests/carservice_test/src/com/android/car/test/ |
D | CarHvacManagerTest.java | 226 public void onErrorEvent(final int propertyId, final int zone) { in onErrorEvent()
|
/packages/services/Car/service/src/com/android/car/hal/ |
D | HvacHalService.java | 52 void onError(int zone, int property); in onError()
|
/packages/services/Car/tests/libvehiclenetwork-java-test/src/com/android/car/vehiclenetwork/libtest/ |
D | VehicleNetworkMockedTest.java | 512 int zone = property.getZone(); in onPropertyGet() local
|