/packages/services/Car/car-lib/src/android/car/ |
D | VehiclePropertyType.java | 42 public static final int MASK = 0x00ff0000; field in VehiclePropertyType 60 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/car-test-lib/src/android/car/testapi/ |
D | FakeCarPropertyService.java | 244 int type = propId & VehiclePropertyType.MASK; in getPropertyType() 272 int halArea = propId & VehicleArea.MASK; in getVehicleAreaType() 299 static final int MASK = 251658240 /* 0x0f000000 */; field in FakeCarPropertyService.VehicleArea
|
/packages/services/Car/service/src/com/android/car/hal/ |
D | CarPropertyUtils.java | 68 Class<?> clazz = getJavaClass(halValue.prop & VehiclePropertyType.MASK); in toCarPropertyValue() 260 int areaType = getVehicleAreaType(p.prop & VehicleArea.MASK); in toCarPropertyConfig() 262 Class<?> clazz = getJavaClass(p.prop & VehiclePropertyType.MASK); in toCarPropertyConfig()
|
D | PropertyHalServiceIds.java | 650 return (propId & VehiclePropertyGroup.MASK) == VehiclePropertyGroup.VENDOR; in isVendorProperty() 792 if ((propValue.prop & VehiclePropertyType.MASK) == VehiclePropertyType.MIXED) { in checkPayload() 829 switch (propId & VehiclePropertyType.MASK) { in checkFormatForAllProperties()
|
D | PropertyHalService.java | 484 return (halPropId & VehiclePropertyType.MASK) == VehiclePropertyType.MIXED; in isMixedTypeProperty()
|
D | VmsHalService.java | 158 if ((propId & VehiclePropertyGroup.MASK) != VehiclePropertyGroup.VENDOR) { in getClientMetricsProperty()
|
D | VehicleHal.java | 852 int propertyType = propId & VehiclePropertyType.MASK; in createPropValueForInjecting()
|
/packages/services/Car/tests/vehiclehal_test/src/com/android/car/vehiclehal/test/ |
D | VhalJsonReader.java | 76 switch (prop & VehiclePropertyType.MASK) { in getEvent() 110 + toHexString(prop & VehiclePropertyType.MASK) in getEvent()
|
D | CarPropertyTest.java | 294 if ((cfg.getPropertyId() & VehiclePropertyGroup.MASK) == VehiclePropertyGroup.VENDOR) { in checkVendorPropertyPermission() 316 if ((cfg.getPropertyId() & VehiclePropertyGroup.MASK) == VehiclePropertyGroup.SYSTEM) { in checkSystemPropertyPermission()
|
/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 | 143 switch (propId & VehiclePropertyType.MASK) { in onCreateView() 158 & VehiclePropertyType.MASK) + " is not handled!", in onCreateView()
|
/packages/apps/Car/Cluster/ClusterOsDouble/src/com/android/car/cluster/osdouble/ |
D | ClusterOsDoubleActivity.java | 73 private static final int MASK = 0xf0000000; field in ClusterOsDoubleActivity 266 return (propId & ~MASK) | VENDOR; in toVendorId()
|
/packages/services/Car/tests/CarSecurityPermissionTest/src/com/android/car/ |
D | CarPropertyManagerPublicPermissionTest.java | 215 switch (propertyId & VehiclePropertyType.MASK) { in testCarPropertyManagerGetter() 257 switch (propertyId & VehiclePropertyType.MASK) { in testCarPropertyManagerSetter()
|
/packages/services/Car/cpp/evs/apps/default/ |
D | EvsStateControl.cpp | 44 & static_cast<int32_t>(VehiclePropertyType::MASK)); in getPropType()
|
/packages/services/Car/car-lib/src/android/car/hardware/ |
D | CarSensorManager.java | 460 switch (propertyValue.getPropertyId() & VehiclePropertyType.MASK) { in createCarSensorEvent()
|
D | CarPropertyConfig.java | 648 int propertyType = mPropertyId & VehiclePropertyType.MASK;
|
/packages/services/Car/car-lib/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 | 331 int mask = propertyId & VehiclePropertyType.MASK; in isArrayType()
|
/packages/modules/Wifi/service/java/com/android/server/wifi/util/ |
D | InformationElementUtil.java | 1611 public static final int MASK = 0x7F; // 0111 1111 field in InformationElementUtil.SupportedRates 1630 byteVal &= MASK; in getRateFromByte()
|
/packages/services/Car/service/src/com/android/car/ |
D | CarShellCommand.java | 2208 return (Integer.decode(property) & VehicleArea.MASK) == VehicleArea.GLOBAL;
|