Home
last modified time | relevance | path

Searched refs:onTextChanged (Results 1 – 16 of 16) sorted by relevance

/cts/tests/autofillservice/src/android/autofillservice/cts/testcore/
DAntiTrimmerTextWatcher.java42 public void onTextChanged(CharSequence s, int start, int before, int count) { in onTextChanged() method in AntiTrimmerTextWatcher
DMultipleTimesTextWatcher.java57 public void onTextChanged(CharSequence s, int start, int before, int count) { in onTextChanged() method in MultipleTimesTextWatcher
/cts/apps/CtsVerifier/src/com/android/cts/verifier/wifi/
DBaseTestActivity.java80 public void onTextChanged(CharSequence charSequence, int i, int i1, int i2) {} in onCreate()
93 public void onTextChanged(CharSequence charSequence, int i, int i1, int i2) {} in onCreate()
/cts/tests/tests/widget/src/android/widget/cts/
DDialerFilterTest.java294 verify(mockTextWatcher, times(1)).onTextChanged(sameCharSequence("ANDROID"), eq(0), in testSetLettersWatcher()
332 verify(mockTextWatcher, times(1)).onTextChanged(sameCharSequence("12345"), eq(0), in testSetDigitsWatcher()
348 verify(mockTextWatcher, times(1)).onTextChanged(sameCharSequence("ANDROID"), eq(0), in testSetFilterWatcher()
358 verify(mockTextWatcher, times(1)).onTextChanged(sameCharSequence("12345"), eq(0), in testSetFilterWatcher()
374 verify(mockTextWatcher, times(1)).onTextChanged(sameCharSequence("ANDROID"), eq(0), in testRemoveFilterWatcher()
DAutoCompleteTextViewTest.java139 public void onTextChanged(CharSequence s, int start, int before, int count) { in onTextChanged() method in AutoCompleteTextViewTest.MyTextWatcher
337 verify(mockTextWatcher, never()).onTextChanged(any(CharSequence.class), in testOnTextChanged()
341 verify(mockTextWatcher, times(1)).onTextChanged(sameCharSequence(STRING_TEST), in testOnTextChanged()
346 verify(mockTextWatcher, times(1)).onTextChanged(sameCharSequence(STRING_CHECK), in testOnTextChanged()
694 verify(mockTextWatcher, never()).onTextChanged(any(CharSequence.class), in testReplaceText()
699 verify(mockTextWatcher, times(1)).onTextChanged(sameCharSequence("Text"), in testReplaceText()
704 verify(mockTextWatcher, times(1)).onTextChanged(sameCharSequence("Another"), in testReplaceText()
971 verify(spyTextWatcher, atLeastOnce()).onTextChanged(sameCharSequence(WORDS[1]), in testPerformCompletionExplicit()
DAbsListViewTest.java1424 public void onTextChanged(CharSequence s, int start, int before, int count) { in onTextChanged() method in AbsListViewTest.MyListView
1426 super.onTextChanged(s, start, before, count); in onTextChanged()
DTextViewHandwritingGestureTest.java1778 public void onTextChanged(CharSequence s, int start, int before, int count) { in performInsertModeGesture_notTriggerTextWatcher()
DTextViewTest.java9884 public void onTextChanged(CharSequence s, int start, int before, int count) { in onTextChanged() method in TextViewTest.MockTextWatcher
9900 public void onTextChanged(CharSequence s, int start, int before, int count) { in onTextChanged() method in TextViewTest.ConvertToSpacesTextWatcher
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
DHidHostActivity.java63 public void onTextChanged(CharSequence s, int start, int before, int count) { in onCreate()
/cts/tests/tests/text/src/android/text/method/cts/
DPasswordTransformationMethodTest.java201 verify(mMethod, atLeastOnce()).onTextChanged(any(), anyInt(), anyInt(), anyInt()); in testTextChangedCallBacks()
212 verify(mMethod, atLeastOnce()).onTextChanged(any(), anyInt(), anyInt(), anyInt()); in testTextChangedCallBacks()
/cts/tests/autofillservice/src/android/autofillservice/cts/activities/
DVirtualContainerView.java526 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/apps/CtsVerifier/src/com/android/cts/verifier/net/
DMultiNetworkConnectivityTestActivity.java341 public void onTextChanged(CharSequence charSequence, int i, int i1, int i2) {} in setupUserInterface()
355 public void onTextChanged(CharSequence charSequence, int i, int i1, int i2) {} in setupUserInterface()
/cts/tests/tests/text/src/android/text/cts/
DSpannableStringBuilderTest.java898 public void onTextChanged(CharSequence s, int start, int before, int count) { in onTextChanged() method in SpannableStringBuilderTest.MockTextWatcher
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dtest-current.txt3462 method public void onTextChanged(CharSequence, int, int, int);
Dcurrent.txt45244 method @Deprecated public void onTextChanged(CharSequence, int, int, int);
48223 method public void onTextChanged(CharSequence, int, int, int);
48565 method public void onTextChanged(CharSequence, int, int, int);
58436 method public void onTextChanged(CharSequence, int, int, int);
60978 method protected void onTextChanged(CharSequence, int, int, int);
Dsystem-current.txt18230 method public void onTextChanged(CharSequence, int, int, int);