Searched refs:startDeviceAsync (Results 1 – 3 of 3) sorted by relevance
6 import { listAvdsAsync, startDeviceAsync } from '../emulator';14 startDeviceAsync: jest.fn(async () => {}),37 describe(startDeviceAsync, () => {47 await expect(startDeviceAsync({ name: 'foo' }, { timeout: 5 })).rejects.toThrow(69 startDeviceAsync({ name: 'foo' }, { timeout: 500, interval: 10 })
6 import { startDeviceAsync } from './emulator';67 this.device = await startDeviceAsync(this.device);
42 export async function startDeviceAsync( function