Searched refs:postCommandActions (Results 1 – 1 of 1) sorted by relevance
150 private val postCommandActions = mutableListOf<() -> Unit>() constant in com.android.tools.metalava.cli.common.MetalavaCommand196 postCommandActions.add(action) in registerPostCommandAction()201 postCommandActions.forEach { it() } in performPostCommandActions()