Searched refs:MyTextWatcher (Results 1 – 1 of 1) sorted by relevance
131 protected class MyTextWatcher implements TextWatcher { class in AutoCompleteTextViewTest134 public MyTextWatcher(CharSequence expectedAfter) { in MyTextWatcher() method in AutoCompleteTextViewTest.MyTextWatcher948 final TextWatcher myTextWatcher = new MyTextWatcher(WORDS[1]); in testPerformCompletionExplicit()