Searched refs:installAppAsync (Results 1 – 8 of 8) sorted by relevance
49 await installAppAsync(androidProjectRoot, props);64 async function installAppAsync(androidProjectRoot: string, props: ResolvedOptions) { function72 await props.device.installAppAsync(binaryPath);
21 abstract installAppAsync(binaryPath: string): Promise<void>;
109 await deviceManager.installAppAsync(binaryPath);
203 installAppAsync: jest.fn(async () => {}),218 expect(deviceManager.installAppAsync).toBeCalled();236 expect(deviceManager.installAppAsync).toBeCalled();252 expect(deviceManager.installAppAsync).not.toBeCalled();
35 await device.installAppAsync(binaryPath);
20 installAppAsync: jest.fn(),
84 async installAppAsync(binaryPath: string) { method in AndroidDeviceManager
140 async installAppAsync(filePath: string) { method in AppleDeviceManager