Searched refs:uninstallAppAsync (Results 1 – 5 of 5) sorted by relevance
121 uninstallAppAsync: jest.fn(async () => null),135 expect(deviceManager.uninstallAppAsync).toBeCalled();158 expect(deviceManager.uninstallAppAsync).not.toBeCalled();169 expect(deviceManager.uninstallAppAsync).not.toBeCalled();180 expect(deviceManager.uninstallAppAsync).not.toBeCalled();190 expect(deviceManager.uninstallAppAsync).not.toBeCalled();
23 abstract uninstallAppAsync(applicationId: string): Promise<void>;
76 await deviceManager.uninstallAppAsync(this.appId);
90 async uninstallAppAsync(appId: string) { method in AndroidDeviceManager
169 async uninstallAppAsync(appId: string) { method in AppleDeviceManager