Searched defs:WAIT_OBJECT_GONE_TIMEOUT_MS (Results 1 – 1 of 1) sorted by relevance
140 private static final long WAIT_OBJECT_GONE_TIMEOUT_MS = 3 * 1000L; field in PackageInstallerCujTestBase444 uiObject2.clickAndWait(Until.newWindow(), WAIT_OBJECT_GONE_TIMEOUT_MS); in clickAndWaitForNewWindow() local