Searched refs:myTextWatcher (Results 1 – 1 of 1) sorted by relevance
948 final TextWatcher myTextWatcher = new MyTextWatcher(WORDS[1]); in testPerformCompletionExplicit() local949 final TextWatcher spyTextWatcher = spy(myTextWatcher); in testPerformCompletionExplicit()