Searched refs:has_shell_command (Results 1 – 5 of 5) sorted by relevance
466 mock_adb_proxy.has_shell_command.side_effect = lambda command: {496 mock_adb_proxy.has_shell_command.side_effect = lambda command: {531 mock_adb_proxy.has_shell_command.side_effect = lambda command: {565 mock_adb_proxy.has_shell_command.side_effect = lambda command: {601 mock_adb_proxy.has_shell_command.side_effect = lambda command: {
383 bool has_shell_command = in AddJsonCustomActionConfigs() local388 if (!!has_shell_command + !!has_server + !!has_device_states + in AddJsonCustomActionConfigs()396 if (has_shell_command) { in AddJsonCustomActionConfigs()
883 adb.AdbProxy().has_shell_command(MOCK_SHELL_COMMAND)894 self.assertTrue(adb.AdbProxy().has_shell_command(MOCK_SHELL_COMMAND))902 self.assertFalse(adb.AdbProxy().has_shell_command(MOCK_SHELL_COMMAND))910 self.assertFalse(adb.AdbProxy().has_shell_command(MOCK_SHELL_COMMAND))
85 if not self._ad.adb.has_shell_command('logpersist.start'):
439 def has_shell_command(self, command) -> bool: member in AdbProxy