Searched refs:configType (Results 1 – 1 of 1) sorted by relevance
/development/tools/winscope/adb_proxy/ |
D | winscope_proxy.py | 216 def add(self, configType, configValue) -> None: argument 217 self.selectedConfigs[configType] = configValue 219 def is_valid(self, configType) -> bool: argument 220 return configType in CONFIG_SF_SELECTION 237 def add(self, configType, configValue) -> None: argument 238 self.selectedConfigs[configType] = configValue 240 def is_valid(self, configType) -> bool: argument 241 return configType in CONFIG_WM_SELECTION 670 def execute_command(server, device_id, shell, configType, configValue): argument
|