Searched refs:crashDialog (Results 1 – 1 of 1) sorted by relevance
130 UiObject2 crashDialog = mDevice.findObject(By.text("Close")); in populateManyRecentApps() local131 if (crashDialog != null) { in populateManyRecentApps()132 crashDialog.clickAndWait(Until.newWindow(), 2000); in populateManyRecentApps()