Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/apk/tests/util/java/com/android/adservices/ui/util/
DApkTestUtil.java188 public static void launchSettingView(UiDevice device, int launchTimeout) { in launchSettingView() argument
195 device.wait(Until.hasObject(By.pkg(PRIVACY_SANDBOX_UI).depth(0)), launchTimeout); in launchSettingView()
199 public static void launchSettingViewGivenUx(UiDevice device, int launchTimeout, String ux) { in launchSettingViewGivenUx() argument
208 device.wait(Until.hasObject(By.pkg(PRIVACY_SANDBOX_UI).depth(0)), launchTimeout); in launchSettingViewGivenUx()