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()
126 assertViewAppeared(events, 6, sessionId, activity.mUsernameLabel, rootId); in assertJustInitialViewsAppeared()
160 .assertViewAppeared(sessionId, activity.mUsernameLabel, rootId) in assertInitialViewsAppeared()
174 assertSessionId(sessionId, activity.mUsernameLabel); in assertBaseInformation()
206 activity.mUsernameLabel.getAutofillId(), activity.mUsername.getAutofillId(), in assertInitialViewsDisappeared()
215 activity.mUsernameLabel.getAutofillId(), activity.mUsername.getAutofillId(), in assertInitialViewsDisappeared()
236 activity.mUsernameLabel.getAutofillId(), activity.mUsername.getAutofillId(), in assertInitialViewsDisappeared()
245 Log.d(TAG, "AutofillIds: " + "usernameLabel=" + mUsernameLabel.getAutofillId() in onResume()
DLoginActivityTest.java207 assertSessionId(childSessionId, activity.mUsernameLabel); in testSimpleLifecycle_rootViewSession()
279 assertViewAppeared(childEvents, 1, childSessionId, activity.mUsernameLabel, rootId); in testSimpleLifecycle_rootViewSession()
286 activity.mUsernameLabel.getAutofillId(), activity.mUsername.getAutofillId(), in testSimpleLifecycle_rootViewSession()
386 assertViewAppeared(events, 7, sessionId, activity.mUsernameLabel, rootId); in testSimpleLifecycle_changeContextOnCreate()
961 activity.mUsernameLabel.getAutofillId(), activity.mUsername.getAutofillId(), in testAddChildren_afterAnimation()
/cts/tests/autofillservice/src/android/autofillservice/cts/activities/
DWebViewMultiScreenLoginActivity.java47 private UiObject2 mUsernameLabel; field in WebViewMultiScreenLoginActivity
125 mUsernameLabel = uiBot.assertShownByText("Username: ", WEBVIEW_TIMEOUT); in loadWebView()
127 mUsernameInput = getInput(uiBot, mUsernameLabel); in loadWebView()
154 return mUsernameLabel; in getUsernameLabel()
DWebViewActivity.java61 private UiObject2 mUsernameLabel; field in WebViewActivity
140 mUsernameLabel = uiBot.assertShownByText("Username: ", WEBVIEW_TIMEOUT); in loadWebView()
142 mUsernameInput = getInput(uiBot, mUsernameLabel); in loadWebView()
158 return mUsernameLabel; in getUsernameLabel()
DLoginActivity.java66 private TextView mUsernameLabel; field in LoginActivity
108 mUsernameLabel = findViewById(R.id.username_label); in onCreate()
268 syncRunOnUiThread(() -> v.visit(mUsernameLabel)); in onUsernameLabel()
287 return mUsernameLabel; in getUsernameLabel()