Searched refs:spyTextWatcher (Results 1 – 1 of 1) sorted by relevance
933 final TextWatcher spyTextWatcher = spy(myTextWatcher); in testPerformCompletionExplicit() local934 mAutoCompleteTextView.addTextChangedListener(spyTextWatcher); in testPerformCompletionExplicit()955 verify(spyTextWatcher, atLeastOnce()).onTextChanged(sameCharSequence(WORDS[1]), in testPerformCompletionExplicit()