Home
last modified time | relevance | path

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

/development/tools/winscope/src/app/components/
Dtrace_view_component.ts264 assertDefined(this.getCurrentTabTraceType()),
359 const currentTabTraceType = this.getCurrentTabTraceType();
377 const currentTabTraceType = assertDefined(this.getCurrentTabTraceType());
400 assertDefined(this.getCurrentTabTraceType()),
417 const currentTabTraceType = this.getCurrentTabTraceType();
431 private getCurrentTabTraceType(): TraceType | undefined { method in TraceViewComponent