Home
last modified time | relevance | path

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

/platform_testing/libraries/flicker/utils/src/android/tools/
DTimestamp.kt36 val hasSystemUptimeTimestamp = systemUptimeNanos != 0L constant in android.tools.Timestamp
38 val isEmpty = !hasElapsedTimestamp && !hasSystemUptimeTimestamp && !hasUnixTimestamp
39 val hasAllTimestamps = hasUnixTimestamp && hasSystemUptimeTimestamp && hasElapsedTimestamp
75 if (hasSystemUptimeTimestamp) { in toString()
112 if (this.hasSystemUptimeTimestamp && timestamp.hasSystemUptimeTimestamp) { in minus()
138 hasElapsedTimestamp && hasSystemUptimeTimestamp -> PreferredType.ANY
140 hasSystemUptimeTimestamp -> PreferredType.SYSTEM_UPTIME
175 this.hasSystemUptimeTimestamp && other.hasSystemUptimeTimestamp -> in compareTo()