Searched refs:promptForDeviceAsync (Results 1 – 2 of 2) sorted by relevance
8 import { promptForDeviceAsync } from './promptAndroidDevice';42 const _device = shouldPrompt ? await promptForDeviceAsync(devices) : devices[0];
21 export async function promptForDeviceAsync(devices: Device[]): Promise<Device> { function