Home
last modified time | relevance | path

Searched refs:PRIMITIVE_UI_OBJECTS_LAUNCH_TIMEOUT_MS (Results 1 – 3 of 3) sorted by relevance

/packages/modules/AdServices/adservices/apk/tests/util/java/com/android/adservices/ui/util/
DApkTestUtil.java57 public static final int PRIMITIVE_UI_OBJECTS_LAUNCH_TIMEOUT_MS = 1_000; field in ApkTestUtil
116 PRIMITIVE_UI_OBJECTS_LAUNCH_TIMEOUT_MS); in gentleSwipe()
136 PRIMITIVE_UI_OBJECTS_LAUNCH_TIMEOUT_MS); in scrollToFindElement()
155 + PRIMITIVE_UI_OBJECTS_LAUNCH_TIMEOUT_MS in getElement()
160 PRIMITIVE_UI_OBJECTS_LAUNCH_TIMEOUT_MS); in getElement()
173 PRIMITIVE_UI_OBJECTS_LAUNCH_TIMEOUT_MS); in getElement()
177 PRIMITIVE_UI_OBJECTS_LAUNCH_TIMEOUT_MS).get(index); in getElement()
DSettingsTestUtil.java44 private static final int PRIMITIVE_UI_OBJECTS_LAUNCH_TIMEOUT_MS = 2_000; field in SettingsTestUtil
118 topicsToggle.clickAndWait(Until.newWindow(), PRIMITIVE_UI_OBJECTS_LAUNCH_TIMEOUT_MS); in topicsToggleTestUtil() local
128 topicsToggle.clickAndWait(Until.newWindow(), PRIMITIVE_UI_OBJECTS_LAUNCH_TIMEOUT_MS); in topicsToggleTestUtil() local
151 fledgeToggle.clickAndWait(Until.newWindow(), PRIMITIVE_UI_OBJECTS_LAUNCH_TIMEOUT_MS); in fledgeToggleTestUtil() local
161 fledgeToggle.clickAndWait(Until.newWindow(), PRIMITIVE_UI_OBJECTS_LAUNCH_TIMEOUT_MS); in fledgeToggleTestUtil() local
185 Until.newWindow(), PRIMITIVE_UI_OBJECTS_LAUNCH_TIMEOUT_MS); in measurementToggleTestUtil() local
195 measurementToggle.clickAndWait(Until.newWindow(), PRIMITIVE_UI_OBJECTS_LAUNCH_TIMEOUT_MS); in measurementToggleTestUtil() local
449 fledgeToggle.clickAndWait(Until.newWindow(), PRIMITIVE_UI_OBJECTS_LAUNCH_TIMEOUT_MS); in fledgeViewTextPasEnabledTest() local
459 fledgeToggle.clickAndWait(Until.newWindow(), PRIMITIVE_UI_OBJECTS_LAUNCH_TIMEOUT_MS); in fledgeViewTextPasEnabledTest() local
/packages/modules/AdServices/adservices/tests/cts/ui/libs/src/com/android/adservices/tests/ui/libs/
DUiConstants.java34 public static final int PRIMITIVE_UI_OBJECTS_LAUNCH_TIMEOUT_MS = 1000; field in UiConstants