Home
last modified time | relevance | path

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

/development/tools/winscope/src/common/time/
Dtimestamp_converter.ts123 private createdTimestampType: TimestampType | undefined; property in TimestampConverter
217 this.createdTimestampType !== TimestampType.REAL ||
226 if (this.createdTimestampType !== TimestampType.REAL) {
240 this.createdTimestampType = undefined;
247 return this.createdTimestampType === TimestampType.REAL;
252 this.createdTimestampType === undefined ||
253 this.createdTimestampType === TimestampType.REAL,
255 this.createdTimestampType = TimestampType.REAL;
261 this.createdTimestampType === undefined ||
262 this.createdTimestampType === TimestampType.ELAPSED,
[all …]