Home
last modified time | relevance | path

Searched refs:_bound_devices (Results 1 – 1 of 1) sorted by relevance

/tools/test/connectivity/acts/framework/acts/libs/ota/ota_runners/
Dota_runner_factory.py24 _bound_devices = {} variable
147 if android_device in _bound_devices and use_cached_runners:
150 return _bound_devices[android_device]
168 _bound_devices[android_device] = runner