Searched refs:setTimestamp (Results 1 – 6 of 6) sorted by relevance
27 setTimestamp(timestamp)36 fun setTimestamp(timestamp: Long): MockWindowStateBuilder = apply { in <lambda>() method
34 setTimestamp(timestamp)64 fun setTimestamp(timestamp: Long): MockLayerTraceEntryBuilder = apply { in <lambda>() method
57 .setTimestamp(1000); in setUp()60 .setTimestamp(2000); in setUp()64 .setTimestamp(3000); in setUp()67 .setTimestamp(4000); in setUp()
34 setTimestamp(value.timestamp) in <lambda>()54 fun setTimestamp(value: Timestamp) = apply { timestamp = value } in forInvalidElement() method in android.tools.flicker.subject.exceptions.ExceptionMessageBuilder
36 ExceptionMessageBuilder().setTimestamp(timestamp).addExtraDescription(extraFacts)
308 tombstoneBuilder.setTimestamp(m.group("timestamp")); in parseTombstone()