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