Home
last modified time | relevance | path

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

/cts/tests/autofillservice/src/android/autofillservice/cts/
DLoginActivity.java56 private TextView mPasswordLabel; field in LoginActivity
88 mPasswordLabel = (TextView) findViewById(R.id.password_label); in onCreate()
208 syncRunOnUiThread(() -> v.visit(mPasswordLabel)); in onPasswordLabel()