Searched refs:launchTimeout (Results 1 – 1 of 1) sorted by relevance
188 public static void launchSettingView(UiDevice device, int launchTimeout) { in launchSettingView() argument195 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() argument208 device.wait(Until.hasObject(By.pkg(PRIVACY_SANDBOX_UI).depth(0)), launchTimeout); in launchSettingViewGivenUx()