Searched refs:gf_factory (Results 1 – 1 of 1) sorted by relevance
/tools/acloud/public/actions/ |
D | remote_host_gf_device_factory_test.py | 29 from acloud.public.actions import remote_host_gf_device_factory as gf_factory unknown 99 self.Patch(gf_factory.ssh, "Ssh", return_value=self._mock_ssh) 101 self.Patch(gf_factory.remote_host_client, "RemoteHostClient", 104 gf_factory.auth, "CreateCredentials") 111 gf_factory.utils, 115 self.Patch(gf_factory.emulator_console, "RemoteEmulatorConsole", 121 self.Patch(gf_factory.android_build_client, "AndroidBuildClient", 160 factory = gf_factory.RemoteHostGoldfishDeviceFactory( 228 factory = gf_factory.RemoteHostGoldfishDeviceFactory( 251 factory = gf_factory.RemoteHostGoldfishDeviceFactory( [all …]
|