Searched refs:assertShownByText (Results 1 – 7 of 7) sorted by relevance
84 mUiBot.assertShownByText(InstrumentedAutoFillService.sServiceLabel);86 mUiBot.assertShownByText(InstrumentedAutoFillServiceCompatMode.sServiceLabel);88 mUiBot.assertShownByText(NoOpAutofillService.SERVICE_LABEL);106 .assertShownByText(InstrumentedAutoFillService.sServiceLabel);
125 mUsernameLabel = uiBot.assertShownByText("Username: ", WEBVIEW_TIMEOUT); in loadWebView()147 mPasswordLabel = uiBot.assertShownByText("Password: ", WEBVIEW_TIMEOUT); in waitForPasswordScreen()
63 uiBot.assertShownByText("Username"); in launchDialog()
140 mUsernameLabel = uiBot.assertShownByText("Username: ", WEBVIEW_TIMEOUT); in loadWebView()
99 mUiBot.assertShownByText("editText1-autofilled");158 mUiBot.assertShownByText("editText3-autofilled");159 mUiBot.assertShownByText("editText4-autofilled");
462 public UiObject2 assertShownByText(String text) throws Exception { in assertShownByText() method in UiBot463 return assertShownByText(text, mDefaultTimeout); in assertShownByText()466 public UiObject2 assertShownByText(String text, Timeout timeout) throws Exception { in assertShownByText() method in UiBot
800 mUiBot.assertShownByText(TEXT_LABEL, Timeouts.ACTIVITY_RESURRECTION); in testTapHomeWhileDatasetPickerUiIsShowing()851 mUiBot.assertShownByText(TEXT_LABEL, Timeouts.ACTIVITY_RESURRECTION); in testTapHomeWhileSaveUiIsShowing()