Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/config/
Dcustom_actions.cpp40 const char* kCustomActionButtons = "buttons"; variable
65 for (const Json::Value& button_entry : dictionary[kCustomActionButtons]) { in CustomActionConfigFromJson()
116 json[kCustomActionButtons] = Json::Value(Json::arrayValue); in ToJson()
122 json[kCustomActionButtons].append(button_entry); in ToJson()