/cts/tests/tests/widget/src/android/widget/cts/ |
D | DialerFilterTest.java | 284 verify(mockTextWatcher, times(1)).onTextChanged(sameCharSequence("ANDROID"), eq(0), in testSetLettersWatcher() 322 verify(mockTextWatcher, times(1)).onTextChanged(sameCharSequence("12345"), eq(0), in testSetDigitsWatcher() 338 verify(mockTextWatcher, times(1)).onTextChanged(sameCharSequence("ANDROID"), eq(0), in testSetFilterWatcher() 348 verify(mockTextWatcher, times(1)).onTextChanged(sameCharSequence("12345"), eq(0), in testSetFilterWatcher() 364 verify(mockTextWatcher, times(1)).onTextChanged(sameCharSequence("ANDROID"), eq(0), in testRemoveFilterWatcher()
|
D | AutoCompleteTextViewTest.java | 130 public void onTextChanged(CharSequence s, int start, int before, int count) { in onTextChanged() method in AutoCompleteTextViewTest.MyTextWatcher 330 verify(mockTextWatcher, never()).onTextChanged(any(CharSequence.class), in testOnTextChanged() 334 verify(mockTextWatcher, times(1)).onTextChanged(sameCharSequence(STRING_TEST), in testOnTextChanged() 339 verify(mockTextWatcher, times(1)).onTextChanged(sameCharSequence(STRING_CHECK), in testOnTextChanged() 687 verify(mockTextWatcher, never()).onTextChanged(any(CharSequence.class), in testReplaceText() 692 verify(mockTextWatcher, times(1)).onTextChanged(sameCharSequence("Text"), in testReplaceText() 697 verify(mockTextWatcher, times(1)).onTextChanged(sameCharSequence("Another"), in testReplaceText() 945 verify(spyTextWatcher, atLeastOnce()).onTextChanged(sameCharSequence(WORDS[1]), in testPerformCompletionExplicit()
|
D | AbsListViewTest.java | 1286 public void onTextChanged(CharSequence s, int start, int before, int count) { in onTextChanged() method in AbsListViewTest.MyListView 1288 super.onTextChanged(s, start, before, count); in onTextChanged()
|
D | TextViewTest.java | 8829 public void onTextChanged(CharSequence s, int start, int before, int count) { in onTextChanged() method in TextViewTest.MockTextWatcher 8845 public void onTextChanged(CharSequence s, int start, int before, int count) { in onTextChanged() method in TextViewTest.ConvertToSpacesTextWatcher
|
/cts/tests/autofillservice/src/android/autofillservice/cts/ |
D | AntiTrimmerTextWatcher.java | 42 public void onTextChanged(CharSequence s, int start, int before, int count) { in onTextChanged() method in AntiTrimmerTextWatcher
|
D | MultipleTimesTextWatcher.java | 57 public void onTextChanged(CharSequence s, int start, int before, int count) { in onTextChanged() method in MultipleTimesTextWatcher
|
D | VirtualContainerView.java | 526 public void onTextChanged(CharSequence s, int start, int before, int count) { in onTextChanged() method in VirtualContainerView.Line.OneTimeLineWatcher 594 listener.onTextChanged(text, 0, 0, 0); in autofill()
|
/cts/tests/tests/text/src/android/text/method/cts/ |
D | PasswordTransformationMethodTest.java | 176 verify(mMethod, atLeastOnce()).onTextChanged(any(), anyInt(), anyInt(), anyInt()); in testTextChangedCallBacks() 187 verify(mMethod, atLeastOnce()).onTextChanged(any(), anyInt(), anyInt(), anyInt()); in testTextChangedCallBacks()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/ |
D | HidHostActivity.java | 63 public void onTextChanged(CharSequence s, int start, int before, int count) { in onCreate()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/net/ |
D | MultiNetworkConnectivityTestActivity.java | 336 public void onTextChanged(CharSequence charSequence, int i, int i1, int i2) {} in setupUserInterface() 350 public void onTextChanged(CharSequence charSequence, int i, int i1, int i2) {} in setupUserInterface()
|
/cts/tests/tests/text/src/android/text/cts/ |
D | SpannableStringBuilderTest.java | 898 public void onTextChanged(CharSequence s, int start, int before, int count) { in onTextChanged() method in SpannableStringBuilderTest.MockTextWatcher
|