Searched refs:mPasswordLabel (Results 1 – 5 of 5) sorted by relevance
/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/ |
D | LoginActivity.java | 57 TextView mPasswordLabel; field in LoginActivity 66 mPasswordLabel = findViewById(R.id.password_label); in setContentViewOnCreate() 128 assertViewAppeared(events, 8, sessionId, activity.mPasswordLabel, rootId); in assertJustInitialViewsAppeared() 162 .assertViewAppeared(sessionId, activity.mPasswordLabel, rootId) in assertInitialViewsAppeared() 177 assertSessionId(sessionId, activity.mPasswordLabel); in assertBaseInformation() 207 activity.mPasswordLabel.getAutofillId(), activity.mPassword.getAutofillId()); in assertInitialViewsDisappeared() 216 activity.mPasswordLabel.getAutofillId(), activity.mPassword.getAutofillId()); in assertInitialViewsDisappeared() 237 activity.mPasswordLabel.getAutofillId(), activity.mPassword.getAutofillId()) in assertInitialViewsDisappeared() 247 + ", passwordLabel=" + mPasswordLabel.getAutofillId() in onResume()
|
D | LoginActivityTest.java | 210 assertSessionId(childSessionId, activity.mPasswordLabel); in testSimpleLifecycle_rootViewSession() 281 assertViewAppeared(childEvents, 3, childSessionId, activity.mPasswordLabel, rootId); in testSimpleLifecycle_rootViewSession() 287 activity.mPasswordLabel.getAutofillId(), activity.mPassword.getAutofillId()); in testSimpleLifecycle_rootViewSession() 388 assertViewAppeared(events, 9, sessionId, activity.mPasswordLabel, rootId); in testSimpleLifecycle_changeContextOnCreate() 962 activity.mPasswordLabel.getAutofillId(), activity.mPassword.getAutofillId(), in testAddChildren_afterAnimation()
|
/cts/tests/autofillservice/src/android/autofillservice/cts/activities/ |
D | WebViewMultiScreenLoginActivity.java | 51 private UiObject2 mPasswordLabel; field in WebViewMultiScreenLoginActivity 147 mPasswordLabel = uiBot.assertShownByText("Password: ", WEBVIEW_TIMEOUT); in waitForPasswordScreen() 149 mPasswordInput = getInput(uiBot, mPasswordLabel); in waitForPasswordScreen() 166 return mPasswordLabel; in getPasswordLabel()
|
D | WebViewActivity.java | 63 private UiObject2 mPasswordLabel; field in WebViewActivity 143 mPasswordLabel = uiBot.findRightAwayByText("Password: "); in loadWebView() 144 mPasswordInput = getInput(uiBot, mPasswordLabel); in loadWebView() 162 return mPasswordLabel; in getPasswordLabel()
|
D | LoginActivity.java | 68 private TextView mPasswordLabel; field in LoginActivity 110 mPasswordLabel = findViewById(R.id.password_label); in onCreate() 301 syncRunOnUiThread(() -> v.visit(mPasswordLabel)); in onPasswordLabel()
|