Searched refs:mPasswordLabel (Results 1 – 3 of 3) sorted by relevance
48 private UiObject2 mPasswordLabel; field in WebViewMultiScreenLoginActivity144 mPasswordLabel = uiBot.assertShownByText("Password: ", WEBVIEW_TIMEOUT); in waitForPasswordScreen()146 mPasswordInput = getInput(uiBot, mPasswordLabel); in waitForPasswordScreen()163 return mPasswordLabel; in getPasswordLabel()
57 private UiObject2 mPasswordLabel; field in WebViewActivity137 mPasswordLabel = uiBot.findRightAwayByText("Password: "); in loadWebView()138 mPasswordInput = getInput(uiBot, mPasswordLabel); in loadWebView()156 return mPasswordLabel; in getPasswordLabel()
64 private TextView mPasswordLabel; field in LoginActivity106 mPasswordLabel = findViewById(R.id.password_label); in onCreate()260 syncRunOnUiThread(() -> v.visit(mPasswordLabel)); in onPasswordLabel()