Searched refs:configType (Results 1 – 1 of 1) sorted by relevance
/development/tools/winscope/src/adb/ |
D | winscope_proxy.py | 471 def add(self, configType, configValue) -> None: argument 472 self.selectedConfigs[configType] = configValue 474 def is_valid(self, configType) -> bool: argument 475 return configType in CONFIG_SF_SELECTION 492 def add(self, configType, configValue) -> None: argument 493 self.selectedConfigs[configType] = configValue 495 def is_valid(self, configType) -> bool: argument 496 return configType in CONFIG_WM_SELECTION 1037 def execute_command(server, device_id, shell, configType, configValue): argument
|