Home
last modified time | relevance | path

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

/cts/tests/autofillservice/src/android/autofillservice/cts/
DPreFilledLoginActivityTest.java70 mActivity.onPasswordLabel((v) -> v.setText(R.string.new_password_label)); in testSanitization()
DLoginActivity.java207 void onPasswordLabel(Visitor<TextView> v) { in onPasswordLabel() method in LoginActivity