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.java206 assertSessionId(childSessionId, activity.mUsernameLabel); in testSimpleLifecycle_rootViewSession()
275 assertViewAppeared(childEvents, 1, childSessionId, activity.mUsernameLabel, rootId); in testSimpleLifecycle_rootViewSession()
282 activity.mUsernameLabel.getAutofillId(), activity.mUsername.getAutofillId(), in testSimpleLifecycle_rootViewSession()
380 assertViewAppeared(events, 7, sessionId, activity.mUsernameLabel, rootId); in testSimpleLifecycle_changeContextOnCreate()
990 activity.mUsernameLabel.getAutofillId(), activity.mUsername.getAutofillId(), in testAddChildren_afterAnimation()
1000 activity.mUsernameLabel.getAutofillId(), activity.mUsername.getAutofillId(), in testAddChildren_afterAnimation()
/cts/tests/autofillservice/src/android/autofillservice/cts/activities/
DWebViewMultiScreenLoginActivity.java46 private UiObject2 mUsernameLabel; field in WebViewMultiScreenLoginActivity
124 mUsernameLabel = uiBot.assertShownByText("Username: ", WEBVIEW_TIMEOUT); in loadWebView()
126 mUsernameInput = getInput(uiBot, mUsernameLabel); in loadWebView()
153 return mUsernameLabel; in getUsernameLabel()
DWebViewActivity.java58 private UiObject2 mUsernameLabel; field in WebViewActivity
137 mUsernameLabel = uiBot.assertShownByText("Username: ", WEBVIEW_TIMEOUT); in loadWebView()
139 mUsernameInput = getInput(uiBot, mUsernameLabel); in loadWebView()
155 return mUsernameLabel; in getUsernameLabel()
DLoginActivity.java66 private TextView mUsernameLabel; field in LoginActivity
108 mUsernameLabel = findViewById(R.id.username_label); in onCreate()
265 syncRunOnUiThread(() -> v.visit(mUsernameLabel)); in onUsernameLabel()
284 return mUsernameLabel; in getUsernameLabel()