Searched refs:SCROLL_WAIT_TIME (Results 1 – 3 of 3) sorted by relevance
48 public static final int SCROLL_WAIT_TIME = 1_000; field in NotificationActivityTestUtil119 moreButton.clickAndWait(Until.scrollFinished(Direction.DOWN), SCROLL_WAIT_TIME); in clickMoreToBottom() local
21 import static com.android.adservices.tests.ui.libs.UiUtils.SCROLL_WAIT_TIME;286 Thread.sleep(SCROLL_WAIT_TIME); in goThroughNotificationPage()
65 public static final int SCROLL_WAIT_TIME = 1000; field in UiUtils