Searched defs:withCondition (Results 1 – 1 of 1) sorted by relevance
140 fun withCondition(condition: Condition<T>) = apply { conditions.add(condition) } in <lambda>() method in android.tools.traces.WaitCondition.Builder142 fun withCondition(message: String, condition: Predicate<T>) = apply { in <lambda>() method