Home
last modified time | relevance | path

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

/development/tools/winscope/src/app/
Dtimeline_data_test.ts33 const timestamp11 = TimestampConverterUtils.makeRealTimestamp(11n); constant
39 .setTimestamps(TraceType.WINDOW_MANAGER, [timestamp11])
72 .setTimestamps(TraceType.SURFACE_FLINGER, [timestamp10, timestamp11])
88 expect(timelineData.getFullTimeRange().to).toBe(timestamp11);
241 .setTimestamps(TraceType.WINDOW_MANAGER, [timestamp11])
345 expect(timelineData.getCurrentPosition()?.timestamp).toBe(timestamp11);