Searched refs:waitForAppInstalledAsync (Results 1 – 1 of 1) sorted by relevance
145 await this.waitForAppInstalledAsync(await this.getApplicationIdFromBundle(filePath));160 private async waitForAppInstalledAsync(applicationId: string): Promise<boolean> { method in AppleDeviceManager