Home
last modified time | relevance | path

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

/development/tools/winscope/src/trace_collection/controller/
Dtrace_collection_controller_test.ts356 expect(await controller.fetchLastSessionData(mockDevice)).toEqual([
365 await controller.fetchLastSessionData(mockDevice);
366 expect(await controller.fetchLastSessionData(mockDevice)).toEqual([
Dtrace_collection_controller.ts136 async fetchLastSessionData(device: AdbDeviceConnection): Promise<File[]> { method in TraceCollectionController
/development/tools/winscope/src/app/components/
Dcollect_traces_component.ts698 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(