Searched refs:namedRunnable (Results 1 – 3 of 3) sorted by relevance
24 import com.android.app.tracing.namedRunnable88 namedRunnable(SECTION_NAME_THATS_TOO_LONG) { Log.v(TAG, "namedRunnable() block.") }, in testLongTraceSection_doesNotThrow_whenUsedAsTraceNameSupplier()
21 inline fun namedRunnable(tag: String, crossinline block: () -> Unit): Runnable { in namedRunnable() method
16 import com.android.app.tracing.namedRunnable143 namedRunnable("startLightReveal") { in <lambda>()