Home
last modified time | relevance | path

Searched defs:prop (Results 1 – 25 of 51) sorted by relevance

123

/packages/services/Car/tests/vehiclehal_test/assets/
Dcar_hvac_test.json6 "prop": 356517121 number
12 "prop": 358614275 number
18 "prop": 358614275 number
24 "prop": 358614275 number
30 "prop": 358614275 number
36 "prop": 358614275 number
42 "prop": 358614275 number
48 "prop": 356517120 number
54 "prop": 356517120 number
60 "prop": 356517120 number
[all …]
Dcar_hvac_set_test.json6 "prop": 354419984 number
12 "prop": 354419984 number
18 "prop": 354419984 number
24 "prop": 354419984 number
Dcar_property_test.json6 "prop": 289408000 number
12 "prop": 289408000 number
18 "prop": 289408000 number
24 "prop": 289408000 number
Dcar_info_test.json6 "prop": 291504388 number
12 "prop": 291504390 number
18 "prop": 286261505 number
/packages/services/Car/tests/carservice_unit_test/src/android/car/userlib/
DUserHalHelperTest.java259 int prop = 1; in testCreatePropRequest_withType() local
276 int prop = 1; in testCreatePropRequest() local
351 VehiclePropValue prop = new VehiclePropValue(); in testAddUserInfo_nullCurrentUser() local
488 VehiclePropValue prop = new VehiclePropValue(); in testToUserIdentificationResponse_invalidPropType() local
496 VehiclePropValue prop = new VehiclePropValue(); in testToUserIdentificationResponse_invalidSize() local
509 VehiclePropValue prop = new VehiclePropValue(); in testToUserIdentificationResponse_invalidRequest() local
519 VehiclePropValue prop = new VehiclePropValue(); in testToUserIdentificationResponse_invalidType() local
532 VehiclePropValue prop = new VehiclePropValue(); in testToUserIdentificationResponse_invalidValue() local
545 VehiclePropValue prop = new VehiclePropValue(); in testToUserIdentificationResponse_ok() local
578 VehiclePropValue prop = new VehiclePropValue(); in testToInitialUserInfoResponse_invalidPropType() local
[all …]
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/hvac/
DHvacTestFragment.java289 private void configureOutsideTemp(View v, CarPropertyConfig prop) { in configureOutsideTemp()
293 private void configureDualOn(View v, CarPropertyConfig prop) { in configureDualOn()
304 private void configureAcOn(View v, CarPropertyConfig prop) { in configureAcOn()
315 private void configureAutoModeOn(View v, CarPropertyConfig prop) { in configureAutoModeOn()
327 private void configureFanPosition(View v, CarPropertyConfig prop) { in configureFanPosition()
379 private void configureFanSpeed(View v, CarPropertyConfig prop) { in configureFanSpeed()
420 private void configureTempSetpoint(View v, CarPropertyConfig prop) { in configureTempSetpoint()
548 private void configureRecircOn(View v, CarPropertyConfig prop) { in configureRecircOn()
560 private void configureMaxAcOn(View v, CarPropertyConfig prop) { in configureMaxAcOn()
571 private void configureMaxDefrostOn(View v, CarPropertyConfig prop) { in configureMaxDefrostOn()
[all …]
/packages/apps/Terminal/src/com/android/terminal/
DTerminalCallbacks.java33 public int setTermPropBoolean(int prop, boolean value) { in setTermPropBoolean()
37 public int setTermPropInt(int prop, int value) { in setTermPropInt()
41 public int setTermPropString(int prop, String value) { in setTermPropString()
45 public int setTermPropColor(int prop, int red, int green, int blue) { in setTermPropColor()
/packages/services/Car/car-test-lib/src/android/car/test/mocks/
DCarArgumentMatchers.java56 public static VehiclePropValue isProperty(int prop) { in isProperty()
63 public static VehiclePropValue isPropertyWithValues(int prop, int...values) { in isPropertyWithValues()
128 private PropertyIdMatcher(int prop) { in PropertyIdMatcher()
132 private PropertyIdMatcher(int prop, int[] values) { in PropertyIdMatcher()
/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/obex/
DBmessageParser.java108 Property prop; in parse() local
151 Property prop; in parseProperties() local
194 Property prop; in parseEnvelope() local
244 Property prop; in parseBody() local
380 Property prop; in extractVcard() local
/packages/services/Car/car-test-lib/src/android/car/test/util/
DVehicleHalTestingHelper.java30 public static VehiclePropConfig newConfig(int prop) { in newConfig()
41 public static VehiclePropConfig newSubscribableConfig(int prop) { in newSubscribableConfig()
/packages/services/Car/user/car-user-lib/src/android/car/userlib/
DUserHalHelper.java228 public static VehiclePropValue createPropRequest(int prop, int requestId, int requestType) { in createPropRequest()
239 public static VehiclePropValue createPropRequest(int prop, int requestId) { in createPropRequest()
333 public static UserIdentificationResponse toUserIdentificationResponse( in toUserIdentificationResponse()
363 "invalid type at index %d on %s", index, prop); in toUserIdentificationResponse() local
367 "invalid value at index %d on %s", index, prop); in toUserIdentificationResponse() local
381 public static InitialUserInfoResponse toInitialUserInfoResponse( in toInitialUserInfoResponse()
670 private static void assertMinimumSize(@NonNull VehiclePropValue prop, int minSize) { in assertMinimumSize()
672 "not enough int32Values (minimum is %d) on %s", minSize, prop); in assertMinimumSize() local
/packages/services/Car/tools/emulator/
Dvhal_emulator.py170 def getConfig(self, prop): argument
188 def getProperty(self, prop, area_id): argument
207 def setProperty(self, prop, area_id, value, status=VehicleHalProto_pb2.AVAILABLE): argument
Duser_action_generator.py124 def _adjustContinuousProperty(self, prop, begin, end, listener): argument
143 def _setProperty(self, prop, value, listener): argument
Dvhal_prop_simulator.py41 def handle(self, prop, area_id, value, desc=None): argument
/packages/services/Car/car-lib/src/android/car/hardware/property/
DICarProperty.aidl34 CarPropertyValue getProperty(int prop, int zone) = 3; in getProperty()
36 void setProperty(in CarPropertyValue prop, in ICarPropertyEventListener callback) = 4; in setProperty()
DCarPropertyManager.java504 public boolean getBooleanProperty(int prop, int area) { in getBooleanProperty()
519 public float getFloatProperty(int prop, int area) { in getFloatProperty()
533 public int getIntProperty(int prop, int area) { in getIntProperty()
549 public int[] getIntArrayProperty(int prop, int area) { in getIntArrayProperty()
783 public void setBooleanProperty(int prop, int areaId, boolean val) { in setBooleanProperty()
797 public void setFloatProperty(int prop, int areaId, float val) { in setFloatProperty()
811 public void setIntProperty(int prop, int areaId, int val) { in setIntProperty()
/packages/apps/Settings/src/com/android/settings/development/
DAdbIpAddressPreferenceController.java129 LinkProperties prop = cm.getActiveLinkProperties(); in getDefaultIpAddresses() local
133 private static String formatIpAddresses(LinkProperties prop) { in formatIpAddresses()
DCameraLaserSensorPreferenceController.java83 final String prop = SystemProperties.get(PROPERTY_CAMERA_LASER_SENSOR, in isLaserSensorEnabled() local
/packages/services/Car/car-test-lib/src/android/car/testapi/
DFakeCarPropertyService.java90 public CarPropertyValue getProperty(int prop, int zone) throws RemoteException { in getProperty()
95 public void setProperty(CarPropertyValue prop, ICarPropertyEventListener listener) in setProperty()
97 mValues.put(PropKey.of(prop), prop); in setProperty() local
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/development/
DCameraLaserSensorPreferenceController.java86 final String prop = SystemProperties.get(PROPERTY_CAMERA_LASER_SENSOR, in isLaserSensorEnabled() local
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DRemoteDevices.java83 DeviceProperties prop = getDeviceProperties(device); in handleMessage() local
175 DeviceProperties prop = mDevices.get(Utils.getAddressStringFromByte(address)); in getDevice() local
185 DeviceProperties prop = new DeviceProperties(); in addDeviceProperties() local
381 private void sendUuidIntent(BluetoothDevice device, DeviceProperties prop) { in sendUuidIntent()
/packages/services/Car/tests/vehiclehal_test/src/com/android/car/vehiclehal/test/
DLinearVhalEventGenerator.java73 LinearVhalEventGenerator setProp(int prop) { in setProp()
DCarDiagnosticTest.java80 int prop = DIAGNOSTIC_PROPERTY_MAP.get(event.frameType); in fromCarDiagnosticEvent() local
DVhalJsonReader.java72 int prop = rawEvent.getInt(JSON_FIELD_PROP); in getEvent() local
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DMultiValueUpdateListener.java37 FloatProp prop = mAllProperties.get(i); in onAnimationUpdate() local

123