Searched refs:onQueryTextChange (Results 1 – 25 of 30) sorted by relevance
12
77 public boolean onQueryTextChange(String s) { in onQueryTextChange() method in SearchView_CursorTest.MyQueryTextListener155 when(mockQueryTextListener.onQueryTextChange(anyString())).thenCallRealMethod(); in testSuggestionFiltering()165 verify(mockQueryTextListener, times(1)).onQueryTextChange("Bon"); in testSuggestionFiltering()168 verify(mockQueryTextListener, times(1)).onQueryTextChange("Di"); in testSuggestionFiltering()181 when(mockQueryTextListener.onQueryTextChange(anyString())).thenCallRealMethod(); in testSuggestionSelection()203 verify(mockQueryTextListener, times(1)).onQueryTextChange("Di"); in testSuggestionSelection()
248 verify(mockQueryTextListener, times(1)).onQueryTextChange("alpha"); in testAccessQuery()255 verify(mockQueryTextListener, times(1)).onQueryTextChange("beta"); in testAccessQuery()262 verify(mockQueryTextListener, times(1)).onQueryTextChange("gamma"); in testAccessQuery()
231 boolean onQueryTextChange(String newText); in onQueryTextChange() method1197 mOnQueryChangeListener.onQueryTextChange(newText.toString()); in onTextChanged()
720 MissingNullability: androidx.appcompat.widget.SearchView.OnQueryTextListener#onQueryTextChange(Stri…721 Missing nullability on parameter `newText` in method `onQueryTextChange`
799 method public boolean onQueryTextChange(String!);
804 method public boolean onQueryTextChange(String!);
806 method public boolean onQueryTextChange(String!);
807 method public boolean onQueryTextChange(String!);
836 method public boolean onQueryTextChange(String!);
877 method public boolean onQueryTextChange(String!);
865 method public boolean onQueryTextChange(String!);
1887 method public boolean onQueryTextChange(String!);
1885 method public boolean onQueryTextChange(String!);
1876 method public boolean onQueryTextChange(String!);
1889 method public boolean onQueryTextChange(String!);
1962 method public boolean onQueryTextChange(String!);