Searched refs:PRIMITIVE_UI_OBJECTS_LAUNCH_TIMEOUT_MS (Results 1 – 3 of 3) sorted by relevance
57 public static final int PRIMITIVE_UI_OBJECTS_LAUNCH_TIMEOUT_MS = 1_000; field in ApkTestUtil116 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()
44 private static final int PRIMITIVE_UI_OBJECTS_LAUNCH_TIMEOUT_MS = 2_000; field in SettingsTestUtil118 topicsToggle.clickAndWait(Until.newWindow(), PRIMITIVE_UI_OBJECTS_LAUNCH_TIMEOUT_MS); in topicsToggleTestUtil() local128 topicsToggle.clickAndWait(Until.newWindow(), PRIMITIVE_UI_OBJECTS_LAUNCH_TIMEOUT_MS); in topicsToggleTestUtil() local151 fledgeToggle.clickAndWait(Until.newWindow(), PRIMITIVE_UI_OBJECTS_LAUNCH_TIMEOUT_MS); in fledgeToggleTestUtil() local161 fledgeToggle.clickAndWait(Until.newWindow(), PRIMITIVE_UI_OBJECTS_LAUNCH_TIMEOUT_MS); in fledgeToggleTestUtil() local185 Until.newWindow(), PRIMITIVE_UI_OBJECTS_LAUNCH_TIMEOUT_MS); in measurementToggleTestUtil() local195 measurementToggle.clickAndWait(Until.newWindow(), PRIMITIVE_UI_OBJECTS_LAUNCH_TIMEOUT_MS); in measurementToggleTestUtil() local449 fledgeToggle.clickAndWait(Until.newWindow(), PRIMITIVE_UI_OBJECTS_LAUNCH_TIMEOUT_MS); in fledgeViewTextPasEnabledTest() local459 fledgeToggle.clickAndWait(Until.newWindow(), PRIMITIVE_UI_OBJECTS_LAUNCH_TIMEOUT_MS); in fledgeViewTextPasEnabledTest() local
34 public static final int PRIMITIVE_UI_OBJECTS_LAUNCH_TIMEOUT_MS = 1000; field in UiConstants