Home
last modified time | relevance | path

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

12

/packages/services/Car/tests/vehiclehal_test/assets/
Dcar_hvac_test.json6 "prop": 354419984 number
12 "prop": 354419984 number
18 "prop": 356517121 number
24 "prop": 358614275 number
30 "prop": 358614275 number
36 "prop": 358614275 number
42 "prop": 358614275 number
48 "prop": 358614275 number
54 "prop": 358614275 number
60 "prop": 356517120 number
[all …]
Dcar_info_test.json6 "prop": 291504388 number
12 "prop": 291504390 number
18 "prop": 286261505 number
/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/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
371 Property prop; in extractVcard() local
/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) = 4; field
DCarPropertyManager.java377 public boolean getBooleanProperty(int prop, int area) { in getBooleanProperty()
388 public float getFloatProperty(int prop, int area) { in getFloatProperty()
399 public int getIntProperty(int prop, int area) { in getIntProperty()
411 public int[] getIntArrayProperty(int prop, int area) { in getIntArrayProperty()
503 public void setBooleanProperty(int prop, int areaId, boolean val) { in setBooleanProperty()
514 public void setFloatProperty(int prop, int areaId, float val) { in setFloatProperty()
525 public void setIntProperty(int prop, int areaId, int val) { in setIntProperty()
/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-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) throws RemoteException { in setProperty()
96 mValues.put(PropKey.of(prop), prop); in setProperty() local
/packages/apps/Settings/src/com/android/settings/development/
DCameraLaserSensorPreferenceController.java86 final String prop = SystemProperties.get(PROPERTY_CAMERA_LASER_SENSOR, in isLaserSensorEnabled() 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/Launcher3/quickstep/src/com/android/quickstep/util/
DMultiValueUpdateListener.java37 FloatProp prop = mAllProperties.get(i); in onAnimationUpdate() local
/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
DUtils.java43 static boolean isVhalPropertyAvailable(IVehicle vehicle, int prop) throws RemoteException { in isVhalPropertyAvailable()
/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
370 private void sendUuidIntent(BluetoothDevice device, DeviceProperties prop) { in sendUuidIntent()
DBondStateMachine.java83 private BondStateMachine(AdapterService service, AdapterProperties prop, in BondStateMachine()
95 public static BondStateMachine make(AdapterService service, AdapterProperties prop, in make()
/packages/services/Car/service/src/com/android/car/
DCarPropertyService.java312 public CarPropertyValue getProperty(int prop, int zone) { in getProperty()
343 public void setProperty(CarPropertyValue prop) { in setProperty()
/packages/services/Car/evs/app/
DEvsStateControl.cpp35 inline constexpr VehiclePropertyType getPropType(VehicleProperty prop) { in getPropType()
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
DBluetoothPbapVcardManager.java1103 public final String prop; field in BluetoothPbapVcardManager.VCardFilter.FilterBit
1107 FilterBit(int pos, String prop, boolean onlyCheckV21, boolean excludeForV21) { in FilterBit()
1205 public final String prop; field in BluetoothPbapVcardManager.PropertySelector.PropertyMask
1207 PropertyMask(int pos, String prop) { in PropertyMask()
1228 private boolean checkprop(String vcard, String prop) { in checkprop()
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/input/
DInputTestFragment.java311 VehiclePropValue prop = new VehiclePropValue(); in onButtonClick() local
/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
DICalendarTest.java15 ICalendar.Property prop = new ICalendar.Property("prop1", "value1"); in testAddParameter() local

12