Searched refs:mCustomFieldWatcher (Results 1 – 2 of 2) sorted by relevance
251 if (mExpectation.mCustomFieldWatcher != null) { in assertAutoFilled()252 mExpectation.mCustomFieldWatcher.assertAutoFilled(); in assertAutoFilled()417 final OneTimeTextWatcher mCustomFieldWatcher; field in LoginActivity.FillExpectation424 mCustomFieldWatcher = null; in FillExpectation()430 mCustomFieldWatcher = new OneTimeTextWatcher(type, customField, value); in FillExpectation()
82 mCreditEditText.addTextChangedListener(mExpectation.mCustomFieldWatcher); in expectCreditCardAutoFill()