Searched refs:UiDumpUtils (Results 1 – 6 of 6) sorted by relevance
49 import com.android.compatibility.common.util.UiDumpUtils in <lambda>()296 wrappingExceptions({ cause: Throwable? -> UiDumpUtils.wrapWithUiDump(cause) }) { in openUnusedAppsNotification()366 wrappingExceptions({ cause: Throwable? -> UiDumpUtils.wrapWithUiDump(cause) }) { in waitFindNotification()383 wrappingExceptions({ cause: Throwable? -> UiDumpUtils.wrapWithUiDump(cause) }) { in waitFindNotification()
58 import com.android.compatibility.common.util.UiDumpUtils in <lambda>()367 wrappingExceptions({ cause: Throwable? -> UiDumpUtils.wrapWithUiDump(cause)}) { in <lambda>()378 wrappingExceptions({ cause: Throwable? -> UiDumpUtils.wrapWithUiDump(cause)}) { in <lambda>()
62 UiDumpUtils.dumpNodes(ui, this) in <lambda>()
100 ExceptionUtils.wrappingExceptions(UiDumpUtils::wrapWithUiDump, assertion); in assertWithUiDump()110 ExceptionUtils.wrappingExceptions(UiDumpUtils::wrapWithUiDump, () -> { in waitFindObject()
81 ExceptionUtils.wrappingExceptions(UiDumpUtils::wrapWithUiDump, () -> { in waitFindObject()
57 public class UiDumpUtils { class58 private UiDumpUtils() {} in UiDumpUtils() method in UiDumpUtils