Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/tests/cts/ui/libs/src/com/android/adservices/tests/ui/libs/pages/
DNotificationPages.java20 import static com.android.adservices.tests.ui.libs.UiUtils.PRIMITIVE_UI_OBJECTS_LAUNCH_TIMEOUT;
159 Thread.sleep(PRIMITIVE_UI_OBJECTS_LAUNCH_TIMEOUT); in betaNotificationPage()
171 Thread.sleep(PRIMITIVE_UI_OBJECTS_LAUNCH_TIMEOUT); in betaNotificationPage()
189 Thread.sleep(PRIMITIVE_UI_OBJECTS_LAUNCH_TIMEOUT); in betaNotificationConfirmPage()
201 leftControlButton.clickAndWait(Until.newWindow(), PRIMITIVE_UI_OBJECTS_LAUNCH_TIMEOUT); in euNotificationLandingPageMsmtAndFledgePage() local
203 rightControlButton.clickAndWait(Until.newWindow(), PRIMITIVE_UI_OBJECTS_LAUNCH_TIMEOUT); in euNotificationLandingPageMsmtAndFledgePage() local
226 Thread.sleep(PRIMITIVE_UI_OBJECTS_LAUNCH_TIMEOUT); in euNotificationLandingPageTopicsPage()
250 Thread.sleep(PRIMITIVE_UI_OBJECTS_LAUNCH_TIMEOUT); in rowNotificationLandingPage()
266 Thread.sleep(PRIMITIVE_UI_OBJECTS_LAUNCH_TIMEOUT); in u18NotifiacitonLandingPage()
DSettingsPages.java19 import static com.android.adservices.tests.ui.libs.UiUtils.PRIMITIVE_UI_OBJECTS_LAUNCH_TIMEOUT;
95 consentSwitch.waitForExists(PRIMITIVE_UI_OBJECTS_LAUNCH_TIMEOUT); in flipConsent()
104 Thread.sleep(PRIMITIVE_UI_OBJECTS_LAUNCH_TIMEOUT); in flipConsent()
110 Thread.sleep(PRIMITIVE_UI_OBJECTS_LAUNCH_TIMEOUT); in flipConsent()
118 Thread.sleep(PRIMITIVE_UI_OBJECTS_LAUNCH_TIMEOUT); in flipConsent()
/packages/modules/AdServices/adservices/tests/cts/ui/libs/src/com/android/adservices/tests/ui/libs/
DUiUtils.java64 public static final int PRIMITIVE_UI_OBJECTS_LAUNCH_TIMEOUT = 500; field in UiUtils
508 getSearchCondByResId(context, resId), PRIMITIVE_UI_OBJECTS_LAUNCH_TIMEOUT); in scrollToAndClick()