Home
last modified time | relevance | path

Searched refs:isDeviceBootedAsync (Results 1 – 4 of 4) sorted by relevance

/expo/packages/@expo/cli/src/start/platforms/android/__tests__/
H A Dadb-test.ts11 isDeviceBootedAsync,
136 describe(isDeviceBootedAsync, () => {
151 expect(await isDeviceBootedAsync(asDevice({ name: 'Pixel_4_XL_API_30' }))).toStrictEqual({
162 expect(await isDeviceBootedAsync(device)).toBe(null);
/expo/packages/@expo/cli/src/start/platforms/ios/
H A Dsimctl.ts167 return isDeviceBootedAsync(device);
179 export async function isDeviceBootedAsync(device: Partial<DeviceContext>): Promise<Device | null> { function
/expo/packages/@expo/cli/src/start/platforms/android/
H A DAndroidDeviceManager.ts66 if (!(await AndroidDebugBridge.isDeviceBootedAsync(this.device))) {
H A Dadb.ts294 export async function isDeviceBootedAsync({ function