Searched refs:EmuCommand (Results 1 – 6 of 6) sorted by relevance
59 mock_adb_tools_obj.EmuCommand.return_value = 064 mock_adb_tools_obj.EmuCommand.assert_called_with("kill")87 mock_adb_tools_obj.EmuCommand.return_value = 192 mock_adb_tools_obj.EmuCommand.assert_called_with("kill")
167 if adb.EmuCommand("kill") == 0:
299 return adb.EmuCommand() == 0315 if adb.EmuCommand("kill") != 0:
99 mock_adb_tools_object.EmuCommand.side_effect = self._MockEmuCommand
255 def EmuCommand(self, *args): member in AdbTools
164 returncode = adb_cmd.EmuCommand("unit", "test")