Searched refs:UiDumpUtils (Results 1 – 4 of 4) sorted by relevance
43 import com.android.compatibility.common.util.UiDumpUtils in <lambda>()223 wrappingExceptions({ cause: Throwable? -> UiDumpUtils.wrapWithUiDump(cause) }) { in waitFindNotification()240 wrappingExceptions({ cause: Throwable? -> UiDumpUtils.wrapWithUiDump(cause) }) { in waitFindNotification()
62 UiDumpUtils.dumpNodes(ui, this) in <lambda>()
45 ExceptionUtils.wrappingExceptions(UiDumpUtils::wrapWithUiDump, () -> { in waitFindObject()
57 public class UiDumpUtils { class58 private UiDumpUtils() {} in UiDumpUtils() method in UiDumpUtils