Home
last modified time | relevance | path

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

/platform_testing/libraries/health/rules/src/android/platform/test/rule/
DCancelNotificationRule.java22 import android.platform.test.util.HealthTestingUtils;
36 HealthTestingUtils.waitForCondition( in starting()
DBaseOrientationRule.kt25 import android.platform.test.util.HealthTestingUtils.waitForValueToSettle
/platform_testing/libraries/health/utils/src/android/platform/test/util/
DHealthTestingUtils.java28 public class HealthTestingUtils { class
34 private HealthTestingUtils() {} in HealthTestingUtils() method in HealthTestingUtils
/platform_testing/libraries/systemui-helper/src/android/platform/helpers/
DLockscreenUtils.java40 import android.platform.test.util.HealthTestingUtils;
112 HealthTestingUtils.waitForCondition( in assertKeyguardSecure()
194 HealthTestingUtils.waitForCondition(() -> "Lock screen is not visible", page::isVisible); in ensureLockscreen()
DCommonUtils.java40 import android.platform.test.util.HealthTestingUtils;
280 HealthTestingUtils.waitForCondition( in assertPageNotVisible()
/platform_testing/libraries/systemui-helper/src/android/platform/helpers/media/
DMediaInstrumentation.java33 import android.platform.test.util.HealthTestingUtils;
148 HealthTestingUtils.waitForValueToSettle( in scrollToMediaNotification()
198 HealthTestingUtils.waitForValueToSettle( in getMediaNotificationInCurrentView()