Home | Sort by relevance Sort by last modified time |
/external/autotest/client/cros/cellular/mbim_compliance/ | |
mbim_device_context.py | 34 self._device = self._find_device(id_vendor, id_product) 88 def _find_device(self, id_vendor, id_product): member in class:MbimDeviceContext |
/external/autotest/client/cros/chameleon/ | |
chameleon_bluetooth_audio.py | 52 def _find_device(): function in function:connect_bluetooth_module_full_flow 62 found_device = utils.wait_for_value(_find_device, True, timeout_sec=timeout) |
/external/autotest/client/cros/bluetooth/ | |
bluetooth_device_xmlrpc_server.py | 776 result = self._find_device(address) 789 def _find_device(self, address): member in class:BluetoothDeviceXmlRpcDelegate 887 device = self._find_device(address) [all...] |