Searched refs:remote_device_environment (Results 1 – 3 of 3) sorted by relevance
8 from pylib.remote.device import remote_device_environment10 remote_device_environment = None variable18 if args.environment == 'remote_device' and remote_device_environment:19 return remote_device_environment.RemoteDeviceEnvironment(args,
13 from pylib.remote.device import remote_device_environment18 remote_device_environment = None variable33 if (remote_device_environment34 and isinstance(env, remote_device_environment.RemoteDeviceEnvironment)):
117 pylib/remote/device/remote_device_environment.py