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.java277 final TextWatcher mockTextWatcher = mock(TextWatcher.class); in testSetLettersWatcher() local
303 final TextWatcher mockTextWatcher = mock(TextWatcher.class); in testSetLettersWatcherWithNullAppend() local
312 final TextWatcher mockTextWatcher = mock(TextWatcher.class); in testSetDigitsWatcher() local
331 final TextWatcher mockTextWatcher = mock(TextWatcher.class); in testSetFilterWatcher() local
357 final TextWatcher mockTextWatcher = mock(TextWatcher.class); in testRemoveFilterWatcher() local
DAutoCompleteTextViewTest.java327 final TextWatcher mockTextWatcher = mock(TextWatcher.class); in testOnTextChanged() local
684 final TextWatcher mockTextWatcher = mock(TextWatcher.class); in testReplaceText() local