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/commands/cvd_load_tester/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/commands/cvd_load_tester/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.cpp91 std::string icon_name; member
313 const std::string& icon_name) { in AddCustomControlPanelButton()
321 const std::string& icon_name, const std::string& shell_command) { in AddCustomControlPanelButtonWithShellCommand()
330 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.js213 title, icon_name, listener, parent_id = 'control-panel-default-buttons') { argument