Home
last modified time | relevance | path

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

12

/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/hvac/
DHvacTestFragment.java262 private void configureOutsideTemp(View v, CarPropertyConfig prop) { in configureOutsideTemp()
266 private void configureDualOn(View v, CarPropertyConfig prop) { in configureDualOn()
282 private void configureAcOn(View v, CarPropertyConfig prop) { in configureAcOn()
298 private void configureAutoModeOn(View v, CarPropertyConfig prop) { in configureAutoModeOn()
314 private void configureFanPosition(View v, CarPropertyConfig prop) { in configureFanPosition()
359 private void configureFanSpeed(View v, CarPropertyConfig prop) { in configureFanSpeed()
402 private void configureTempSetpoint(View v, CarPropertyConfig prop) { in configureTempSetpoint()
554 private void configureRecircOn(View v, CarPropertyConfig prop) { in configureRecircOn()
570 private void configureMaxAcOn(View v, CarPropertyConfig prop) { in configureMaxAcOn()
586 private void configureMaxDefrostOn(View v, CarPropertyConfig prop) { in configureMaxDefrostOn()
/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
DCarPropertyManagerBase.java172 public boolean getBooleanProperty(int prop, int area) throws CarNotConnectedException { in getBooleanProperty()
183 public float getFloatProperty(int prop, int area) throws CarNotConnectedException { in getFloatProperty()
194 public int getIntProperty(int prop, int area) throws CarNotConnectedException { in getIntProperty()
246 public void setBooleanProperty(int prop, int area, boolean val) in setBooleanProperty()
251 public void setFloatProperty(int prop, int area, float val) throws CarNotConnectedException { in setFloatProperty()
255 public void setIntProperty(int prop, int area, int val) throws CarNotConnectedException { in setIntProperty()
/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
370 Property prop; in extractVcard() 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): argument
/packages/services/Car/service/src/com/android/car/
DCarPropertyServiceBase.java184 public CarPropertyValue getProperty(int prop, int zone) { in getProperty()
190 public void setProperty(CarPropertyValue prop) { in setProperty()
/packages/services/Car/service/src/com/android/car/hal/
DPropertyHalServiceBase.java101 public void setProperty(CarPropertyValue prop) { in setProperty()
177 int prop = v.prop; in handleHalEvents() local
DInfoHalService.java73 private void readPropertyToBundle(int prop, String key) { in readPropertyToBundle()
DSensorHalServiceBase.java157 protected abstract float fixSamplingRateForProperty(VehiclePropConfig prop, in fixSamplingRateForProperty()
DSensorHalService.java240 protected float fixSamplingRateForProperty(VehiclePropConfig prop, int carSensorManagerRate) { in fixSamplingRateForProperty()
DDiagnosticHalService.java234 protected float fixSamplingRateForProperty(VehiclePropConfig prop, int carSensorManagerRate) { in fixSamplingRateForProperty()
DHalClient.java76 public void unsubscribe(int prop) throws RemoteException { in unsubscribe()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/about/
DStatusFragment.java263 LinkProperties prop = cm.getActiveLinkProperties(); in getDefaultIpAddresses() local
267 private static String formatIpAddresses(LinkProperties prop) { in formatIpAddresses()
/packages/apps/Settings/src/com/android/settings/development/
DCameraLaserSensorPreferenceController.java101 String prop = SystemProperties.get(PROPERTY_CAMERA_LASER_SENSOR, Integer.toString(ENABLED)); in isLaserSensorEnabled() local
/packages/services/Car/tests/vehiclehal_test/src/com/android/car/vehiclehal/test/
DUtils.java40 static boolean isVhalPropertyAvailable(IVehicle vehicle, int prop) throws RemoteException { in isVhalPropertyAvailable()
/packages/services/Car/evs/app/
DEvsStateControl.cpp27 inline constexpr VehiclePropertyType getPropType(VehicleProperty prop) { in getPropType()
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DRemoteDevices.java141 DeviceProperties prop = mDevices.get(Utils.getAddressStringFromByte(address)); in getDevice() local
149 DeviceProperties prop = new DeviceProperties(); in addDeviceProperties() local
335 DeviceProperties prop = getDeviceProperties(device); in sendUuidIntent() local
DBondStateMachine.java81 AdapterProperties prop, RemoteDevices remoteDevices) { in BondStateMachine()
93 AdapterProperties prop, RemoteDevices remoteDevices) { in make()
DAdapterProperties.java390 DeviceProperties prop = mRemoteDevices.getDeviceProperties(device); in onBondStateChanged() local
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
DBluetoothPbapVcardManager.java1030 public final String prop; field in BluetoothPbapVcardManager.VCardFilter.FilterBit
1034 FilterBit(int pos, String prop, boolean onlyCheckV21, boolean excludeForV21) { in FilterBit()
1124 public final String prop; field in BluetoothPbapVcardManager.PropertySelector.PropertyMask
1126 PropertyMask(int pos, String prop) { in PropertyMask()
1148 private boolean checkprop(String vcard, String prop) { in checkprop()
/packages/services/Car/tests/carservice_test/src/com/android/car/test/
DCarVendorExtensionManagerTest.java273 private boolean isVendorProperty(int prop) { in isVendorProperty()
/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
DICalendarTest.java15 ICalendar.Property prop = new ICalendar.Property("prop1", "value1"); in testAddParameter() local
/packages/apps/Settings/src/com/android/settings/
DUtils.java256 LinkProperties prop = cm.getLinkProperties(currentNetwork); in getWifiIpAddresses() local
268 LinkProperties prop = cm.getActiveLinkProperties(); in getDefaultIpAddresses() local
272 private static String formatIpAddresses(LinkProperties prop) { in formatIpAddresses()
/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_btservice_AdapterService.cpp974 bt_property_t prop; in setAdapterPropertyNative() local
1041 bt_property_t prop; in setDevicePropertyNative() local

12