Searched defs:GetDevices (Results 1 – 5 of 5) sorted by relevance
72 def GetDevices(requested_devices, denylist_file): function
94 const std::unordered_map<string, DeviceProperties>& GetDevices() const { in GetDevices() function
607 CoreSimulatorSupport::DeviceSet CoreSimulatorSupport::DeviceSet::GetDevices( function
146 Status AdbClient::GetDevices(DeviceIDList &device_list) { in GetDevices() function in AdbClient
449 def GetDevices(cls, timeout=DEFAULT_TIMEOUT, retries=DEFAULT_RETRIES): member in AdbWrapper