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.java209 assertSessionId(childSessionId, activity.mPasswordLabel); in testSimpleLifecycle_rootViewSession()
277 assertViewAppeared(childEvents, 3, childSessionId, activity.mPasswordLabel, rootId); in testSimpleLifecycle_rootViewSession()
283 activity.mPasswordLabel.getAutofillId(), activity.mPassword.getAutofillId()); in testSimpleLifecycle_rootViewSession()
382 assertViewAppeared(events, 9, sessionId, activity.mPasswordLabel, rootId); in testSimpleLifecycle_changeContextOnCreate()
991 activity.mPasswordLabel.getAutofillId(), activity.mPassword.getAutofillId(), in testAddChildren_afterAnimation()
1001 activity.mPasswordLabel.getAutofillId(), activity.mPassword.getAutofillId(), in testAddChildren_afterAnimation()
/cts/tests/autofillservice/src/android/autofillservice/cts/activities/
DWebViewMultiScreenLoginActivity.java50 private UiObject2 mPasswordLabel; field in WebViewMultiScreenLoginActivity
146 mPasswordLabel = uiBot.assertShownByText("Password: ", WEBVIEW_TIMEOUT); in waitForPasswordScreen()
148 mPasswordInput = getInput(uiBot, mPasswordLabel); in waitForPasswordScreen()
165 return mPasswordLabel; in getPasswordLabel()
DWebViewActivity.java60 private UiObject2 mPasswordLabel; field in WebViewActivity
140 mPasswordLabel = uiBot.findRightAwayByText("Password: "); in loadWebView()
141 mPasswordInput = getInput(uiBot, mPasswordLabel); in loadWebView()
159 return mPasswordLabel; in getPasswordLabel()
DLoginActivity.java68 private TextView mPasswordLabel; field in LoginActivity
110 mPasswordLabel = findViewById(R.id.password_label); in onCreate()
298 syncRunOnUiThread(() -> v.visit(mPasswordLabel)); in onPasswordLabel()