Searched refs:STRING_CHECK (Results 1 – 1 of 1) sorted by relevance
99 private final static String STRING_CHECK = "To be checked"; field in AutoCompleteTextViewTest338 mAutoCompleteTextView.setText(STRING_CHECK); in testOnTextChanged()339 verify(mockTextWatcher, times(1)).onTextChanged(sameCharSequence(STRING_CHECK), in testOnTextChanged()340 eq(0), eq(STRING_TEST.length()), eq(STRING_CHECK.length())); in testOnTextChanged()