Home
last modified time | relevance | path

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

/expo/packages/@expo/cli/src/start/platforms/android/
H A DgetDevices.ts7 const bootedDevices = await getAttachedDevicesAsync(); constant
10 const connectedNames = bootedDevices.map(({ name }) => name);
24 const allDevices = bootedDevices.concat(offlineEmulators);
H A Demulator.ts74 const bootedDevices = await getAttachedDevicesAsync();
75 const connected = bootedDevices.find(({ name }) => name === device.name);