Searched refs:MASK (Results 1 – 12 of 12) sorted by relevance
40 public static final int MASK = 0x00ff0000; field in VehiclePropertyType58 MASK
231 int type = propId & VehiclePropertyType.MASK; in getPropertyType()259 int halArea = propId & VehicleArea.MASK; in getVehicleAreaType()286 static final int MASK = 251658240 /* 0x0f000000 */; field in FakeCarPropertyService.VehicleArea
45 Class<?> clazz = getJavaClass(halValue.prop & VehiclePropertyType.MASK); in toCarPropertyValue()138 int areaType = getVehicleAreaType(p.prop & VehicleArea.MASK); in toCarPropertyConfig()145 Class<?> clazz = getJavaClass(p.prop & VehiclePropertyType.MASK); in toCarPropertyConfig()
450 if ((propId & VehiclePropertyGroup.MASK) == VehiclePropertyGroup.VENDOR) { in insertVendorProperty()
603 int propertyType = propId & VehiclePropertyType.MASK; in injectVhalEvent()
76 switch (prop & VehiclePropertyType.MASK) { in getEvent()110 + toHexString(prop & VehiclePropertyType.MASK) in getEvent()
312 final int MASK = ActionBar.DISPLAY_SHOW_TITLE | ActionBar.DISPLAY_SHOW_HOME in updateDisplayOptionsInner() local316 final int current = mActionBar.getDisplayOptions() & MASK; in updateDisplayOptionsInner()359 mActionBar.setDisplayOptions(newFlags, MASK); in updateDisplayOptionsInner()
143 switch (propId & VehiclePropertyType.MASK) { in onCreateView()158 & VehiclePropertyType.MASK) + " is not handled!", in onCreateView()
38 & static_cast<int32_t>(VehiclePropertyType::MASK)); in getPropType()
462 switch (propertyValue.getPropertyId() & VehiclePropertyType.MASK) { in createCarSensorEvent()
629 int propertyType = mPropertyId & VehiclePropertyType.MASK;
797 return (Integer.decode(property) & VehicleArea.MASK) == VehicleArea.GLOBAL;