Home
last modified time | relevance | path

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

/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/
DLoginActivity.java55 TextView mUsernameLabel; field in LoginActivity
64 mUsernameLabel = findViewById(R.id.username_label); in setContentViewOnCreate()
104 assertSessionId(sessionId, activity.mUsernameLabel); in assertJustInitialViewsAppeared()
132 assertViewAppeared(events, 6, sessionId, activity.mUsernameLabel, rootId); in assertJustInitialViewsAppeared()
166 activity.mUsernameLabel.getAutofillId(), activity.mUsername.getAutofillId(), in assertInitialViewsDisappeared()
175 activity.mUsernameLabel.getAutofillId(), activity.mUsername.getAutofillId(), in assertInitialViewsDisappeared()
186 Log.d(TAG, "AutofillIds: " + "usernameLabel=" + mUsernameLabel.getAutofillId() in onResume()
DLoginActivityTest.java158 assertSessionId(childSessionId, activity.mUsernameLabel); in testSimpleLifecycle_rootViewSession()
227 assertViewAppeared(childEvents, 1, childSessionId, activity.mUsernameLabel, rootId); in testSimpleLifecycle_rootViewSession()
234 activity.mUsernameLabel.getAutofillId(), activity.mUsername.getAutofillId(), in testSimpleLifecycle_rootViewSession()
332 assertViewAppeared(events, 7, sessionId, activity.mUsernameLabel, rootId); in testSimpleLifecycle_changeContextOnCreate()
692 activity.mUsernameLabel.getAutofillId(), activity.mUsername.getAutofillId(), in testAddChildren_afterAnimation()
702 activity.mUsernameLabel.getAutofillId(), activity.mUsername.getAutofillId(), in testAddChildren_afterAnimation()
/cts/tests/autofillservice/src/android/autofillservice/cts/
DWebViewMultiScreenLoginActivity.java44 private UiObject2 mUsernameLabel; field in WebViewMultiScreenLoginActivity
122 mUsernameLabel = uiBot.assertShownByText("Username: ", WEBVIEW_TIMEOUT); in loadWebView()
124 mUsernameInput = getInput(uiBot, mUsernameLabel); in loadWebView()
151 return mUsernameLabel; in getUsernameLabel()
DWebViewActivity.java55 private UiObject2 mUsernameLabel; field in WebViewActivity
134 mUsernameLabel = uiBot.assertShownByText("Username: ", WEBVIEW_TIMEOUT); in loadWebView()
136 mUsernameInput = getInput(uiBot, mUsernameLabel); in loadWebView()
152 return mUsernameLabel; in getUsernameLabel()
DLoginActivity.java62 private TextView mUsernameLabel; field in LoginActivity
104 mUsernameLabel = findViewById(R.id.username_label); in onCreate()
225 syncRunOnUiThread(() -> v.visit(mUsernameLabel)); in onUsernameLabel()
244 return mUsernameLabel; in getUsernameLabel()