Home
last modified time | relevance | path

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

/cts/tests/autofillservice/src/android/autofillservice/cts/activities/
DLoginActivity.java251 if (mExpectation.mCustomFieldWatcher != null) { in assertAutoFilled()
252 mExpectation.mCustomFieldWatcher.assertAutoFilled(); in assertAutoFilled()
417 final OneTimeTextWatcher mCustomFieldWatcher; field in LoginActivity.FillExpectation
424 mCustomFieldWatcher = null; in FillExpectation()
430 mCustomFieldWatcher = new OneTimeTextWatcher(type, customField, value); in FillExpectation()
DLoginCredentialMixedActivity.java82 mCreditEditText.addTextChangedListener(mExpectation.mCustomFieldWatcher); in expectCreditCardAutoFill()