Home
last modified time | relevance | path

Searched refs:onQueryTextChange (Results 1 – 25 of 30) sorted by relevance

12

/appcompat/appcompat/src/androidTest/java/androidx/appcompat/widget/
DSearchView_CursorTest.java77 public boolean onQueryTextChange(String s) { in onQueryTextChange() method in SearchView_CursorTest.MyQueryTextListener
155 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()
DSearchViewTest.java248 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()
/appcompat/appcompat/src/main/java/androidx/appcompat/widget/
DSearchView.java231 boolean onQueryTextChange(String newText); in onQueryTextChange() method
1197 mOnQueryChangeListener.onQueryTextChange(newText.toString()); in onTextChanged()
/appcompat/appcompat/api/
Dapi_lint.ignore720 MissingNullability: androidx.appcompat.widget.SearchView.OnQueryTextListener#onQueryTextChange(Stri…
721 Missing nullability on parameter `newText` in method `onQueryTextChange`
D1.1.0-rc01.txt799 method public boolean onQueryTextChange(String!);
D1.1.0-beta01.txt799 method public boolean onQueryTextChange(String!);
D1.2.0-beta01.txt804 method public boolean onQueryTextChange(String!);
D1.3.0-beta02.txt806 method public boolean onQueryTextChange(String!);
D1.3.0-beta01.txt806 method public boolean onQueryTextChange(String!);
D1.1.0-beta02.txt807 method public boolean onQueryTextChange(String!);
D1.4.0-beta01.txt836 method public boolean onQueryTextChange(String!);
D1.4.0-beta02.txt836 method public boolean onQueryTextChange(String!);
D1.6.0-beta02.txt877 method public boolean onQueryTextChange(String!);
D1.6.0-beta01.txt877 method public boolean onQueryTextChange(String!);
D1.5.0-beta01.txt865 method public boolean onQueryTextChange(String!);
Dcurrent.txt877 method public boolean onQueryTextChange(String!);
D1.7.0-beta01.txt877 method public boolean onQueryTextChange(String!);
Drestricted_1.3.0-beta01.txt1887 method public boolean onQueryTextChange(String!);
Drestricted_1.1.0-beta01.txt1885 method public boolean onQueryTextChange(String!);
Drestricted_1.3.0-beta02.txt1887 method public boolean onQueryTextChange(String!);
Drestricted_1.0.0.txt1876 method public boolean onQueryTextChange(String!);
Drestricted_1.1.0-rc01.txt1885 method public boolean onQueryTextChange(String!);
Drestricted_1.2.0-beta01.txt1889 method public boolean onQueryTextChange(String!);
Drestricted_1.6.0-beta02.txt1962 method public boolean onQueryTextChange(String!);
Drestricted_current.txt1962 method public boolean onQueryTextChange(String!);

12