Searched refs:fetchLastSessionData (Results 1 – 3 of 3) sorted by relevance
356 expect(await controller.fetchLastSessionData(mockDevice)).toEqual([365 await controller.fetchLastSessionData(mockDevice);366 expect(await controller.fetchLastSessionData(mockDevice)).toEqual([
136 async fetchLastSessionData(device: AdbDeviceConnection): Promise<File[]> { method in TraceCollectionController
698 collected: await this.fetchLastSessionData(),713 collected: await this.fetchLastSessionData(),768 const files = await this.fetchLastSessionData();904 private async fetchLastSessionData() {907 const files = await assertDefined(this.controller).fetchLastSessionData(