/packages/services/Car/tests/vehiclehal_test/assets/ |
D | car_hvac_test.json | 6 "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 …]
|
D | car_property_test.json | 6 "prop": 289408000 number 12 "prop": 289408000 number 18 "prop": 289408000 number 24 "prop": 289408000 number
|
D | car_hvac_set_test.json | 6 "prop": 354419984 number 12 "prop": 354419984 number 18 "prop": 354419984 number 24 "prop": 354419984 number
|
D | car_info_test.json | 6 "prop": 291504388 number 12 "prop": 291504390 number 18 "prop": 286261505 number
|
/packages/services/Car/tests/carservice_unit_test/src/android/car/userlib/ |
D | UserHalHelperTest.java | 259 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/ |
D | HvacTestFragment.java | 289 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/services/Car/car-test-lib/src/android/car/test/util/ |
D | VehicleHalTestingHelper.java | 30 public static VehiclePropConfig newConfig(int prop) { in newConfig() 41 public static VehiclePropConfig newSubscribableConfig(int prop) { in newSubscribableConfig()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/obex/ |
D | BmessageParser.java | 108 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/mocks/ |
D | CarArgumentMatchers.java | 65 public static VehiclePropValue isProperty(int prop) { in isProperty() 72 public static VehiclePropValue isPropertyWithValues(int prop, int...values) { in isPropertyWithValues() 137 private PropertyIdMatcher(int prop) { in PropertyIdMatcher() 141 private PropertyIdMatcher(int prop, int[] values) { in PropertyIdMatcher()
|
/packages/services/Car/user/car-user-lib/src/android/car/userlib/ |
D | UserHalHelper.java | 228 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/ |
D | vhal_emulator.py | 170 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
|
D | user_action_generator.py | 124 def _adjustContinuousProperty(self, prop, begin, end, listener): argument 143 def _setProperty(self, prop, value, listener): argument
|
D | vhal_prop_simulator.py | 41 def handle(self, prop, area_id, value, desc=None): argument
|
/packages/services/Car/car-lib/src/android/car/hardware/property/ |
D | ICarProperty.aidl | 34 CarPropertyValue getProperty(int prop, int zone) = 3; in getProperty() 36 void setProperty(in CarPropertyValue prop, in ICarPropertyEventListener callback) = 4; in setProperty()
|
D | CarPropertyManager.java | 537 public boolean getBooleanProperty(int prop, int area) { in getBooleanProperty() 564 public float getFloatProperty(int prop, int area) { in getFloatProperty() 591 public int getIntProperty(int prop, int area) { in getIntProperty() 620 public int[] getIntArrayProperty(int prop, int area) { in getIntArrayProperty() 879 public void setBooleanProperty(int prop, int areaId, boolean val) { in setBooleanProperty() 893 public void setFloatProperty(int prop, int areaId, float val) { in setFloatProperty() 907 public void setIntProperty(int prop, int areaId, int val) { in setIntProperty()
|
/packages/apps/Settings/src/com/android/settings/development/ |
D | AdbIpAddressPreferenceController.java | 130 LinkProperties prop = cm.getLinkProperties(cm.getActiveNetwork()); in getDefaultIpAddresses() local 134 private static String formatIpAddresses(LinkProperties prop) { in formatIpAddresses()
|
D | CameraLaserSensorPreferenceController.java | 83 final String prop = SystemProperties.get(PROPERTY_CAMERA_LASER_SENSOR, in isLaserSensorEnabled() local
|
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/ |
D | ClusterHalServiceTest.java | 290 VehiclePropValue prop = mPropCaptor.getValue(); in testReportState() local 316 VehiclePropValue prop = mPropCaptor.getValue(); in testRequestDisplay() local 335 VehiclePropValue prop = mPropCaptor.getValue(); in testSendNavigationState() local
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/biometrics/fingerprint/ |
D | FingerprintSuggestionActivityTest.java | 83 final FingerprintSensorPropertiesInternal prop = new FingerprintSensorPropertiesInternal( in setUp() local
|
/packages/services/Car/car-test-lib/src/android/car/testapi/ |
D | FakeCarPropertyService.java | 102 public CarPropertyValue getProperty(int prop, int zone) throws RemoteException { in getProperty() 107 public void setProperty(CarPropertyValue prop, ICarPropertyEventListener listener) in setProperty() 109 mValues.put(PropKey.of(prop), prop); in setProperty() local
|
/packages/services/Car/tests/vehiclehal_test/src/com/android/car/vehiclehal/test/ |
D | LinearVhalEventGenerator.java | 73 LinearVhalEventGenerator setProp(int prop) { in setProp()
|
D | CarDiagnosticTest.java | 80 int prop = DIAGNOSTIC_PROPERTY_MAP.get(event.frameType); in fromCarDiagnosticEvent() local
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/ |
D | MultiValueUpdateListener.java | 37 FloatProp prop = mAllProperties.get(i); in onAnimationUpdate() local
|
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/ |
D | RemoteDevices.java | 94 DeviceProperties prop = getDeviceProperties(device); in handleMessage() local 204 DeviceProperties prop = mDevices.get(Utils.getAddressStringFromByte(address)); in getDevice() local 214 DeviceProperties prop = new DeviceProperties(); in addDeviceProperties() local 411 private void sendUuidIntent(BluetoothDevice device, DeviceProperties prop) { in sendUuidIntent()
|
/packages/services/Car/service/src/com/android/car/ |
D | CarPropertyService.java | 409 public CarPropertyValue getProperty(int prop, int zone) { in getProperty() 427 public CarPropertyValue getPropertySafe(int prop, int zone) { in getPropertySafe() 473 public void setProperty(CarPropertyValue prop, ICarPropertyEventListener listener) { in setProperty()
|