Home
last modified time | relevance | path

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

/platform_testing/libraries/system-helpers/sysui-helper/src/android/system/helpers/
DOverviewHelper.java130 UiObject2 crashDialog = mDevice.findObject(By.text("Close")); in populateManyRecentApps() local
131 if (crashDialog != null) { in populateManyRecentApps()
132 crashDialog.clickAndWait(Until.newWindow(), 2000); in populateManyRecentApps()