Searched refs:appWarningDialogSelector (Results 1 – 1 of 1) sorted by relevance
120 BySelector appWarningDialogSelector = By.pkg("android").text(windowName); in testDeprecatedSdkVersionDialog() local121 assumeTrue(mDevice.wait(Until.hasObject(appWarningDialogSelector), TIMEOUT_MS)); in testDeprecatedSdkVersionDialog()123 UiObject2 appWarningUiObject = mDevice.findObject(appWarningDialogSelector); in testDeprecatedSdkVersionDialog()