/packages/services/Car/service/src/com/android/car/hal/property/ |
D | HalPropertyDebugUtils.java | 97 switch (propertyId & VehicleArea.MASK) { in toAreaIdString() 141 int valueType = propertyId & VehiclePropertyType.MASK; in toValueString() 250 int areaType = propertyId & VehicleArea.MASK; in toAreaTypeString() 259 int group = propertyId & VehiclePropertyGroup.MASK; in toGroupString() 268 int valueType = propertyId & VehiclePropertyType.MASK; in toValueTypeString() 342 return (propertyId & VehiclePropertyGroup.MASK) == VehiclePropertyGroup.SYSTEM; in isSystemPropertyId()
|
D | PropertyHalServiceConfigs.java | 235 if ((propId & VehiclePropertyType.MASK) == VehiclePropertyType.MIXED) { in checkPayload() 733 int vehiclePropertyType = propId & VehiclePropertyType.MASK; in checkFormatForAllProperties()
|
/packages/services/Car/car-lib/src/android/car/ |
D | VehiclePropertyType.java | 41 public static final int MASK = 0x00ff0000; field in VehiclePropertyType 59 MASK
|
/packages/modules/IPsec/src/java/com/android/internal/net/eap/crypto/ |
D | ParityBitUtil.java | 32 private static final byte MASK = (byte) 0xFE; field in ParityBitUtil 70 return (byte) ((b & MASK) | parityBit); in getByteWithParityBit()
|
/packages/services/Car/tests/vehiclehal_test/src/com/android/car/vehiclehal/test/ |
D | VhalJsonReader.java | 74 switch (prop & VehiclePropertyType.MASK) { in getEvent() 109 + toHexString(prop & VehiclePropertyType.MASK) in getEvent()
|
D | CarPropertyTest.java | 353 if ((cfg.getPropertyId() & VehiclePropertyGroup.MASK) == VehiclePropertyGroup.VENDOR) { in checkVendorPropertyPermission() 375 if ((cfg.getPropertyId() & VehiclePropertyGroup.MASK) == VehiclePropertyGroup.SYSTEM) { in checkSystemPropertyPermission()
|
/packages/services/Car/service/src/com/android/car/hal/ |
D | HalPropValue.java | 230 Class<?> clazz = CarPropertyUtils.getJavaClass(getPropId() & VehiclePropertyType.MASK); in toCarPropertyValue() 349 return (prop & VehiclePropertyType.MASK) == VehiclePropertyType.MIXED; in isMixedTypeProperty() 359 Class<?> clazz = CarPropertyUtils.getJavaClass(getPropId() & VehiclePropertyType.MASK); in toRegularRawPropertyValue()
|
D | HalPropConfig.java | 129 int areaType = getVehicleAreaType(propId & VehicleArea.MASK); in toCarPropertyConfig() 130 Class<?> clazz = CarPropertyUtils.getJavaClass(propId & VehiclePropertyType.MASK); in toCarPropertyConfig()
|
D | VmsHalService.java | 165 if ((propId & VehiclePropertyGroup.MASK) != VehiclePropertyGroup.VENDOR) { in getClientMetricsProperty()
|
D | PropertyHalService.java | 1603 int propertyType = halPropId & VehiclePropertyType.MASK; in getSupportedValuesList() 1643 int propertyType = halPropId & VehiclePropertyType.MASK; in sortRawPropertyValueList()
|
D | VehicleHal.java | 1775 int propertyType = propId & VehiclePropertyType.MASK; in createPropValueForInjecting()
|
/packages/services/Car/libs/car-test-lib/src/android/car/testapi/ |
D | FakeCarPropertyService.java | 409 int type = propId & VehiclePropertyType.MASK; in getPropertyType() 437 int halArea = propId & VehicleArea.MASK; in getVehicleAreaType() 467 static final int MASK = 0x0f000000; field in FakeCarPropertyService.VehicleArea
|
/packages/apps/Contacts/src/com/android/contacts/activities/ |
D | ActionBarAdapter.java | 312 final int MASK = ActionBar.DISPLAY_SHOW_TITLE | ActionBar.DISPLAY_SHOW_HOME in updateDisplayOptionsInner() local 316 final int current = mActionBar.getDisplayOptions() & MASK; in updateDisplayOptionsInner() 359 mActionBar.setDisplayOptions(newFlags, MASK); in updateDisplayOptionsInner()
|
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/property/ |
D | PropertyTestFragment.java | 390 switch (propId & VehiclePropertyType.MASK) { in onCreateView() 405 & VehiclePropertyType.MASK) + " is not handled!", in onCreateView() 426 switch (propId & VehiclePropertyType.MASK) { in onCreateView() 441 & VehiclePropertyType.MASK) + " is not handled!", in onCreateView()
|
/packages/services/Car/service/src/com/android/car/hal/fakevhal/ |
D | VehicleStubWrapper.java | 87 return (propId & VehicleArea.MASK) == VehicleArea.GLOBAL; in isPropertyGlobal() 328 return propId & VehiclePropertyType.MASK; in getPropType()
|
/packages/apps/Car/Cluster/ClusterOsDouble/src/com/android/car/cluster/osdouble/ |
D | ClusterOsDoubleActivity.java | 76 private static final int MASK = 0xf0000000; field in ClusterOsDoubleActivity 286 return (propId & ~MASK) | VENDOR; in toVendorId()
|
/packages/services/Car/car-lib/src/android/car/hardware/ |
D | CarSensorManager.java | 456 switch (propertyValue.getPropertyId() & VehiclePropertyType.MASK) { in createCarSensorEvent()
|
/packages/services/Car/cpp/evs/apps/default/src/ |
D | EvsStateControl.cpp | 62 static_cast<int32_t>(VehiclePropertyType::MASK)); in getPropType()
|
/packages/services/Car/service/src/com/android/car/telemetry/publisher/ |
D | VehiclePropertyPublisher.java | 239 int type = propValue.getPropertyId() & VehiclePropertyType.MASK; in parseCarPropertyValue()
|
/packages/services/Car/car-lib-module/api/ |
D | test-current.txt | 22 field public static final int MASK = 16711680; // 0xff0000
|
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/sensor/ |
D | SensorsTestFragment.java | 353 int mask = propertyId & VehiclePropertyType.MASK; in isArrayType()
|
/packages/modules/Wifi/service/java/com/android/server/wifi/util/ |
D | InformationElementUtil.java | 2737 public static final int MASK = 0x7F; // 0111 1111 field in InformationElementUtil.SupportedRates 2756 byteVal &= MASK; in getRateFromByte()
|
/packages/services/Car/tests/carservice_unit_test/res/raw/ |
D | car_hidden_apis.txt | 133 android.car VehiclePropertyType int MASK
|
/packages/services/Car/service/src/com/android/car/ |
D | CarShellCommand.java | 4628 return (propertyId & VehicleArea.MASK) == VehicleArea.GLOBAL;
|
/packages/services/Car/car-lib/api/ |
D | test-current.txt | 271 field public static final int MASK = 16711680; // 0xff0000
|