Home
last modified time | relevance | path

Searched defs:icon_name (Results 1 – 7 of 7) sorted by relevance

/device/google/cuttlefish/host/example_custom_actions/
Dcustom_action_config.json7 "icon_name":"language" string
16 "icon_name":"settings" string
21 "icon_name":"notifications_paused" string
/device/google/cuttlefish/host/cvd_test_configs/mvp_features/vm/custom_actions/
DTC1.json18 "icon_name": "language" string
27 "icon_name": "settings" string
32 "icon_name": "notifications_paused" string
/device/google/cuttlefish/shared/config/
Dconfig_foldable.json16 "icon_name":"smartphone" string
29 "icon_name":"laptop" string
42 "icon_name":"tablet" string
/device/google/cuttlefish/host/cvd_test_configs/end_to_end_test/single/
DTC_foldable.json18 "icon_name": "smartphone" string
31 "icon_name": "laptop" string
44 "icon_name": "tablet" string
/device/google/cuttlefish/host/frontend/webrtc/libdevice/
Dstreamer.cpp104 std::string icon_name; member
347 const std::string& icon_name) { in AddCustomControlPanelButton()
355 const std::string& icon_name, const std::string& shell_command) { in AddCustomControlPanelButtonWithShellCommand()
364 const std::string& icon_name, in AddCustomControlPanelButtonWithDeviceStates()
/device/google/cuttlefish/host/libs/config/
Dcustom_actions.h32 std::string icon_name; member
/device/google/cuttlefish/host/frontend/webrtc/html_client/js/
Dcontrols.js235 title, icon_name, listener, parent_id = 'control-panel-default-buttons') { argument