Home
last modified time | relevance | path

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

/cts/tests/autofillservice/src/android/autofillservice/cts/
DWebViewMultiScreenLoginActivity.java48 private UiObject2 mPasswordLabel; field in WebViewMultiScreenLoginActivity
144 mPasswordLabel = uiBot.assertShownByText("Password: ", WEBVIEW_TIMEOUT); in waitForPasswordScreen()
146 mPasswordInput = getInput(uiBot, mPasswordLabel); in waitForPasswordScreen()
163 return mPasswordLabel; in getPasswordLabel()
DWebViewActivity.java57 private UiObject2 mPasswordLabel; field in WebViewActivity
137 mPasswordLabel = uiBot.findRightAwayByText("Password: "); in loadWebView()
138 mPasswordInput = getInput(uiBot, mPasswordLabel); in loadWebView()
156 return mPasswordLabel; in getPasswordLabel()
DLoginActivity.java64 private TextView mPasswordLabel; field in LoginActivity
106 mPasswordLabel = findViewById(R.id.password_label); in onCreate()
260 syncRunOnUiThread(() -> v.visit(mPasswordLabel)); in onPasswordLabel()