Home
last modified time | relevance | path

Searched refs:UiDumpUtils (Results 1 – 6 of 6) sorted by relevance

/cts/tests/tests/hibernation/src/android/hibernation/cts/
DAppHibernationUtils.kt49 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()
DAppHibernationIntegrationTest.kt58 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>()
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DAccessibilityNodeInfoUtils.kt62 UiDumpUtils.dumpNodes(ui, this) in <lambda>()
DUiAutomatorUtils2.java100 ExceptionUtils.wrappingExceptions(UiDumpUtils::wrapWithUiDump, assertion); in assertWithUiDump()
110 ExceptionUtils.wrappingExceptions(UiDumpUtils::wrapWithUiDump, () -> { in waitFindObject()
DUiAutomatorUtils.java81 ExceptionUtils.wrappingExceptions(UiDumpUtils::wrapWithUiDump, () -> { in waitFindObject()
DUiDumpUtils.java57 public class UiDumpUtils { class
58 private UiDumpUtils() {} in UiDumpUtils() method in UiDumpUtils