Searched refs:TagTrace (Results 1 – 5 of 5) sorted by relevance
17 import { TagTrace } from "./common"20 TagTrace.fromProto = function (proto: any): TagTrace {30 return new TagTrace(states, source);33 export default TagTrace;
21 import TagTrace from './TagTrace';27 export {ObjectFormatter, LayersTrace, WindowManagerState, WindowManagerTrace, TagTrace, ErrorTrace};
84 const TagTrace = require('flicker').com.android.server.wm.traces.common.tags.TagTrace; constant248 TagTrace,
19 import { TagTrace } from '@/flickerlib';34 static fromProto(proto: any): TagTrace {35 return TagTrace.fromProto(proto);
58 import TagTrace from '@/traces/TraceTag.ts';245 constructor: TagTrace,471 transform: TagTrace.fromProto,