Home
last modified time | relevance | path

Searched refs:addProperty (Results 1 – 21 of 21) sorted by relevance

/packages/services/Car/tests/CarLibTests/src/android/car/
DCarPropertyManagerTest.java60 mController.addProperty(HVAC_FAN_SPEED, FAN_SPEED_VALUE); in carPropertyManager_int()
66 mController.addProperty(HVAC_FAN_SPEED, FAN_SPEED_VALUE); in carPropertyManager_intThrows()
76 mController.addProperty(HVAC_TEMPERATURE_CURRENT, TEMPERATURE_VALUE); in carPropertyManager_float()
83 mController.addProperty(HVAC_TEMPERATURE_CURRENT, TEMPERATURE_VALUE); in carPropertyManager_floatThrows()
/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
DICalendarTest.java41 component.addProperty(new ICalendar.Property("prop2", "value3")); in testAddProperty()
42 component.addProperty(new ICalendar.Property("prop1", "value1")); in testAddProperty()
43 component.addProperty(new ICalendar.Property("prop1", "value2")); in testAddProperty()
60 child.addProperty(new ICalendar.Property("prop2", "value2")); in testAddComponent()
62 parent.addProperty(new ICalendar.Property("prop1", "value1")); in testAddComponent()
63 parent.addProperty(new ICalendar.Property("prop1", "value12")); in testAddComponent()
/packages/services/Car/tests/carservice_test/src/com/android/car/
DCarSensorManagerTest.java50 addProperty(VehicleProperty.NIGHT_MODE, in configureMockedHal()
54 addProperty(VehicleProperty.PERF_VEHICLE_SPEED, in configureMockedHal()
58 addProperty(VehicleProperty.FUEL_LEVEL, in configureMockedHal()
62 addProperty(VehicleProperty.PARKING_BRAKE_ON, in configureMockedHal()
66 addProperty(VehicleProperty.CURRENT_GEAR, in configureMockedHal()
70 addProperty(VehicleProperty.GEAR_SELECTION, in configureMockedHal()
74 addProperty(VehicleProperty.IGNITION_STATE, in configureMockedHal()
DCarHvacManagerTest.java69 addProperty(VehicleProperty.HVAC_DEFROSTER, handler) in configureMockedHal()
71 addProperty(VehicleProperty.HVAC_FAN_SPEED, handler) in configureMockedHal()
73 addProperty(VehicleProperty.HVAC_TEMPERATURE_SET, handler) in configureMockedHal()
75 addProperty(VehicleProperty.HVAC_TEMPERATURE_CURRENT, handler) in configureMockedHal()
DMockedCarTestBase.java208 mMockedVehicleHal.addProperty(entry.getKey().build(), entry.getValue()); in initMockedHal()
214 protected synchronized VehiclePropConfigBuilder addProperty(int propertyId, in addProperty() method in MockedCarTestBase
221 protected synchronized VehiclePropConfigBuilder addProperty(int propertyId) { in addProperty() method in MockedCarTestBase
227 protected synchronized VehiclePropConfigBuilder addProperty(int propertyId, in addProperty() method in MockedCarTestBase
DCarDrivingRestrictionsTest.java64 addProperty(VehicleProperty.PERF_VEHICLE_SPEED, VehiclePropValueBuilder in configureMockedHal()
68 addProperty(VehicleProperty.PARKING_BRAKE_ON, VehiclePropValueBuilder in configureMockedHal()
72 addProperty(VehicleProperty.GEAR_SELECTION, VehiclePropValueBuilder in configureMockedHal()
DCarDiagnosticManagerTest.java209 addProperty(VehicleProperty.OBD2_LIVE_FRAME, mLiveFrameEventBuilder.build()) in configureMockedHal()
211 addProperty( in configureMockedHal()
214 addProperty(VehicleProperty.OBD2_FREEZE_FRAME, mFreezeFrameProperties.mFreezeFrameHandler) in configureMockedHal()
216 addProperty( in configureMockedHal()
DCarCabinManagerTest.java66 addProperty(VehicleProperty.DOOR_LOCK, handler) in configureMockedHal()
68 addProperty(VehicleProperty.WINDOW_POS, handler) in configureMockedHal()
DCarPowerManagementTest.java65 addProperty(VehicleProperty.AP_POWER_STATE_REQ, mPowerStateHandler) in configureMockedHal()
69 addProperty(VehicleProperty.AP_POWER_STATE_REPORT, mPowerStateHandler) in configureMockedHal()
DCarProjectionManagerTest.java70 addProperty(VehicleProperty.HW_KEY_INPUT, new PropertyHandler()) in configureMockedHal()
DMockedVmsTestBase.java76 addProperty(VehicleProperty.VEHICLE_MAP_SERVICE, mHalClient) in configureMockedHal()
/packages/apps/Settings/src/com/android/settings/widget/
DMatchParentShrinkingLinearLayout.java1455 encoder.addProperty("layout:baselineAligned", mBaselineAligned); in encodeProperties()
1456 encoder.addProperty("layout:baselineAlignedChildIndex", mBaselineAlignedChildIndex); in encodeProperties()
1457 encoder.addProperty("measurement:baselineChildTop", mBaselineChildTop); in encodeProperties()
1458 encoder.addProperty("measurement:orientation", mOrientation); in encodeProperties()
1459 encoder.addProperty("measurement:gravity", mGravity); in encodeProperties()
1460 encoder.addProperty("measurement:totalLength", mTotalLength); in encodeProperties()
1461 encoder.addProperty("layout:totalLength", mTotalLength); in encodeProperties()
1462 encoder.addProperty("layout:useLargestChild", mUseLargestChild); in encodeProperties()
1582 encoder.addProperty("layout:weight", weight); in encodeProperties()
1583 encoder.addProperty("layout:gravity", gravity); in encodeProperties()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/widget/
DMatchParentShrinkingLinearLayout.java1455 encoder.addProperty("layout:baselineAligned", mBaselineAligned); in encodeProperties()
1456 encoder.addProperty("layout:baselineAlignedChildIndex", mBaselineAlignedChildIndex); in encodeProperties()
1457 encoder.addProperty("measurement:baselineChildTop", mBaselineChildTop); in encodeProperties()
1458 encoder.addProperty("measurement:orientation", mOrientation); in encodeProperties()
1459 encoder.addProperty("measurement:gravity", mGravity); in encodeProperties()
1460 encoder.addProperty("measurement:totalLength", mTotalLength); in encodeProperties()
1461 encoder.addProperty("layout:totalLength", mTotalLength); in encodeProperties()
1462 encoder.addProperty("layout:useLargestChild", mUseLargestChild); in encodeProperties()
1582 encoder.addProperty("layout:weight", weight); in encodeProperties()
1583 encoder.addProperty("layout:gravity", gravity); in encodeProperties()
/packages/services/Car/car-test-lib/src/android/car/testapi/
DCarPropertyController.java39 CarPropertyController addProperty(Integer propId, @Nullable Object value); in addProperty() method
42 CarPropertyController addProperty(CarPropertyConfig<?> config, in addProperty() method
DFakeCarPropertyService.java112 public CarPropertyController addProperty(Integer propId, Object value) { in addProperty() method in FakeCarPropertyService
126 public CarPropertyController addProperty(CarPropertyConfig<?> config, in addProperty() method in FakeCarPropertyService
/packages/apps/Messaging/src/com/android/messaging/datamodel/media/
DCustomVCardEntry.java40 public void addProperty(VCardProperty property) { in addProperty() method in CustomVCardEntry
41 super.addProperty(property); in addProperty()
DCustomVCardEntryConstructor.java131 mCurrentEntry.addProperty(property); in onPropertyCreated()
/packages/services/Car/vehicle-hal-support-lib/src/com/android/car/vehiclehal/test/
DMockedVehicleHal.java64 addProperty(config, new DefaultPropertyHandler(config, null)); in addProperties()
68 public synchronized void addProperty(VehiclePropConfig config, in addProperty() method in MockedVehicleHal
76 addProperty(config, new StaticPropertyHandler(value)); in addStaticProperty()
/packages/services/Car/service/src/com/android/car/
DCarPropertyService.java89 void addProperty(int propId, float rate) { in addProperty() method in CarPropertyService.Client
187 client.addProperty(propId, rate); in registerListener()
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/
DCarEmulator.java66 mHalEmulator.addProperty( in init()
/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/
DMceStateMachine.java292 destEntry.addProperty(destEntryPhone); in sendMapMessage()