Home
last modified time | relevance | path

Searched refs:waitForValueToSettle (Results 1 – 8 of 8) sorted by relevance

/platform_testing/libraries/health/utils/src/android/platform/test/util/
DHealthTestingUtils.java141 public static <T> T waitForValueToSettle(Supplier<String> errorMessage, Supplier<T> supplier) {
142 return waitForValueToSettle(
156 public static <T> T waitForValueToSettle(
/platform_testing/libraries/screenshot/src/main/java/platform/test/screenshot/
DExternalViewScreenshotTestRule.kt22 import android.platform.uiautomator_helpers.WaitUtils.waitForValueToSettle
63 waitForValueToSettle { view.getChildCountRecursively() } in <lambda>()
100 waitForValueToSettle { rootView.getChildCountRecursively() } in <lambda>()
/platform_testing/libraries/health/rules/src/android/platform/test/rule/
DBaseOrientationRule.kt25 import android.platform.test.util.HealthTestingUtils.waitForValueToSettle
77 waitForValueToSettle(
DScreenRecordRule.kt28 import android.platform.uiautomator_helpers.WaitUtils.waitForValueToSettle in <lambda>()
211 waitForValueToSettle( in <lambda>()
/platform_testing/libraries/uiautomator-helpers/src/android/platform/uiautomator_helpers/
DUiObjectUtils.kt22 import android.platform.uiautomator_helpers.WaitUtils.waitForValueToSettle in <lambda>()
123 get() = waitForValueToSettle("${this.resourceName} bounds") { visibleBounds } in <lambda>()
DDeviceHelpers.kt30 import android.platform.uiautomator_helpers.WaitUtils.waitForValueToSettle
364 get() = waitForValueToSettle("Screen on") { isScreenOn } in <lambda>()
DWaitUtils.kt149 fun <T> waitForValueToSettle( in waitForValueToSettle() method
/platform_testing/libraries/systemui-helper/src/android/platform/helpers/media/
DMediaInstrumentation.java148 HealthTestingUtils.waitForValueToSettle( in scrollToMediaNotification()
198 HealthTestingUtils.waitForValueToSettle( in getMediaNotificationInCurrentView()