Home
last modified time | relevance | path

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

/expo/packages/@expo/cli/src/start/platforms/android/
H A DAndroidDeviceManager.ts35 if (!(await manager.attemptToStartAsync())) {
64 protected async attemptToStartAsync(): Promise<AndroidDebugBridge.Device | null> { method in AndroidDeviceManager
79 const device = await this.attemptToStartAsync();