Home
last modified time | relevance | path

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

/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/
DLoginActivity.java57 TextView mPasswordLabel; field in LoginActivity
66 mPasswordLabel = findViewById(R.id.password_label); in setContentViewOnCreate()
107 assertSessionId(sessionId, activity.mPasswordLabel); in assertJustInitialViewsAppeared()
134 assertViewAppeared(events, 8, sessionId, activity.mPasswordLabel, rootId); in assertJustInitialViewsAppeared()
167 activity.mPasswordLabel.getAutofillId(), activity.mPassword.getAutofillId()); in assertInitialViewsDisappeared()
176 activity.mPasswordLabel.getAutofillId(), activity.mPassword.getAutofillId()); in assertInitialViewsDisappeared()
188 + ", passwordLabel=" + mPasswordLabel.getAutofillId() in onResume()
DLoginActivityTest.java161 assertSessionId(childSessionId, activity.mPasswordLabel); in testSimpleLifecycle_rootViewSession()
229 assertViewAppeared(childEvents, 3, childSessionId, activity.mPasswordLabel, rootId); in testSimpleLifecycle_rootViewSession()
235 activity.mPasswordLabel.getAutofillId(), activity.mPassword.getAutofillId()); in testSimpleLifecycle_rootViewSession()
334 assertViewAppeared(events, 9, sessionId, activity.mPasswordLabel, rootId); in testSimpleLifecycle_changeContextOnCreate()
693 activity.mPasswordLabel.getAutofillId(), activity.mPassword.getAutofillId(), in testAddChildren_afterAnimation()
703 activity.mPasswordLabel.getAutofillId(), activity.mPassword.getAutofillId(), in testAddChildren_afterAnimation()
/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()
258 syncRunOnUiThread(() -> v.visit(mPasswordLabel)); in onPasswordLabel()