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.cpp44 const char* kCustomActionButtons = "buttons"; variable
72 for (const Json::Value& button_entry : dictionary[kCustomActionButtons]) { in GetCustomActionServerConfigFromJson()
133 json[kCustomActionButtons] = Json::Value(Json::arrayValue); in ToJson()
139 json[kCustomActionButtons].append(button_entry); in ToJson()