Searched refs:tryAuthorize (Results 1 – 6 of 6) sorted by relevance
49 override async tryAuthorize(): Promise<void> {} method in MockAdbDeviceConnection
58 override async tryAuthorize(): Promise<void> { method in WdpDeviceConnection133 await this.tryAuthorize();
64 await expectAsync(connection.tryAuthorize()).toBeResolved();70 await connection.tryAuthorize();77 await connection.tryAuthorize();
187 abstract tryAuthorize(): Promise<void>; method in AdbDeviceConnection
52 override async tryAuthorize() { method in WinscopeProxyDeviceConnection
87 await expectAsync(connection.tryAuthorize()).toBeRejected();