Home
last modified time | relevance | path

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

/development/tools/winscope/adb_proxy/
Dwinscope_proxy.py216 def add(self, configType, configValue) -> None: argument
217 self.selectedConfigs[configType] = configValue
237 def add(self, configType, configValue) -> None: argument
238 self.selectedConfigs[configType] = configValue
670 def execute_command(server, device_id, shell, configType, configValue): argument
674 out, err = process.communicate(configValue.encode('utf-8'))