Home
last modified time | relevance | path

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

/platform_testing/libraries/flicker/utils/src/android/tools/parsers/
DAbstractTraceParser.kt86 val currTimestamp = getTimestamp(rawEntry) in doParse() constant
87 if (!selectedInputTimestamps.contains(currTimestamp) || !shouldParseEntry(rawEntry)) { in doParse()