Home
last modified time | relevance | path

Searched refs:Appearance (Results 1 – 10 of 10) sorted by relevance

/packages/apps/Car/SystemUI/src/com/android/systemui/wm/
DDisplaySystemBarsInsetsControllerHost.java111 @WindowInsetsController.Appearance int appearance, in setSystemBarsAppearance()
112 @WindowInsetsController.Appearance int mask) { in setSystemBarsAppearance()
117 public @WindowInsetsController.Appearance int getSystemBarsAppearance() { in getSystemBarsAppearance()
/packages/modules/Bluetooth/system/gd/discovery/device/
Dbt_property.cc346 std::shared_ptr<Appearance> Appearance::Create(const uint16_t& appearance) { in Create()
347 return std::make_shared<Appearance>(Appearance(appearance)); in Create()
Dbt_property.h239 class Appearance : public BtPropertySimple<uint16_t> {
241 Appearance(const uint16_t& appearance) in Appearance() function
244 static std::shared_ptr<Appearance> Create(const uint16_t& appearance);
Dbt_property_unittest.cc241 properties.push_back(Appearance::Create(kAppearance)); in fill_property()
/packages/modules/Bluetooth/system/gd/rust/linux/mgmt/test/migrate/
Dfake_bluez_info.toml4 Appearance=0x03c2 qkey
/packages/modules/Bluetooth/system/gd/rust/topshim/src/
Dbtif.rs165 Appearance, enumerator
587 Appearance(u16), enumerator
630 BluetoothProperty::Appearance(_) => BtPropertyType::Appearance, in get_type()
662 BluetoothProperty::Appearance(_) => mem::size_of::<u16>(), in get_len()
760 BluetoothProperty::Appearance(appearance) => { in get_data_ptr()
849 BtPropertyType::Appearance => BluetoothProperty::Appearance(u16_from_bytes(slice)), in from()
/packages/modules/Bluetooth/floss/pandora/floss/
Dfloss_enums.py194 Appearance = 0x12 variable in BtPropertyType
/packages/apps/Car/SystemUI/src/com/android/systemui/car/decor/
DCarPrivacyChipViewController.java146 @WindowInsetsController.Appearance int appearance, in onSystemBarAttributesChanged()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/
DCarSystemBar.java598 @WindowInsetsController.Appearance int appearance, in onSystemBarAttributesChanged()
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth.rs1173 BluetoothProperty::Appearance(p) => appearance = p.clone(), in send_metrics_remote_device_info()
2587 match self.get_remote_device_property(&device, &BtPropertyType::Appearance) { in get_remote_appearance()
2588 Some(BluetoothProperty::Appearance(appearance)) => appearance, in get_remote_appearance()