Home
last modified time | relevance | path

Searched defs:mockTextWatcher (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/widget/src/android/widget/cts/
DDialerFilterTest.java285 final TextWatcher mockTextWatcher = mock(TextWatcher.class); in testSetLettersWatcher() local
311 final TextWatcher mockTextWatcher = mock(TextWatcher.class); in testSetLettersWatcherWithNullAppend() local
320 final TextWatcher mockTextWatcher = mock(TextWatcher.class); in testSetDigitsWatcher() local
339 final TextWatcher mockTextWatcher = mock(TextWatcher.class); in testSetFilterWatcher() local
365 final TextWatcher mockTextWatcher = mock(TextWatcher.class); in testRemoveFilterWatcher() local
DAutoCompleteTextViewTest.java335 final TextWatcher mockTextWatcher = mock(TextWatcher.class); in testOnTextChanged() local
692 final TextWatcher mockTextWatcher = mock(TextWatcher.class); in testReplaceText() local