Searched defs:withTracing (Results 1 – 7 of 7) sorted by relevance
77 fun withTracing(writer: ResultWriter, predicate: () -> Unit) { in withTracing() method in android.tools.device.traces.monitors.TraceMonitor92 fun withTracing(predicate: () -> Unit): ByteArray { in withTracing() method in android.tools.device.traces.monitors.TraceMonitor
64 fun withTracing(predicate: () -> Unit): DeviceTraceDump { in withTracing() method
33 override fun <T> withTracing(name: String, predicate: () -> T): T = in withTracing() method in android.tools.common.ConsoleLogger
20 fun <T> withTracing(name: String, predicate: () -> T): T method
75 override fun <T> withTracing(name: String, predicate: () -> T): T { in <lambda>() method
44 override fun <T> withTracing(name: String, predicate: () -> T): T = in withTracing() method in android.tools.device.AndroidLogger
113 fun withTracing() { in withTracing() method