Searched refs:onQueryTextChange (Results 1 – 3 of 3) sorted by relevance
| /cts/tests/tests/widget/src/android/widget/cts/ |
| D | SearchView_CursorTest.java | 86 public boolean onQueryTextChange(String s) { in onQueryTextChange() method in SearchView_CursorTest.MyQueryTextListener 184 when(mockQueryTextListener.onQueryTextChange(anyString())).thenCallRealMethod(); in testSuggestionFiltering() 194 verify(mockQueryTextListener, times(1)).onQueryTextChange("Bon"); in testSuggestionFiltering() 197 verify(mockQueryTextListener, times(1)).onQueryTextChange("Di"); in testSuggestionFiltering() 208 when(mockQueryTextListener.onQueryTextChange(anyString())).thenCallRealMethod(); in testSuggestionSelection() 225 verify(mockQueryTextListener, times(1)).onQueryTextChange("Di"); in testSuggestionSelection() 257 when(mockQueryTextListener.onQueryTextChange(anyString())).thenCallRealMethod(); in testSuggestionEnterKey() 268 verify(mockQueryTextListener, times(1)).onQueryTextChange("Di"); in testSuggestionEnterKey() 281 verify(mockQueryTextListener, times(1)).onQueryTextChange("Bo"); in testSuggestionEnterKey()
|
| D | SearchViewTest.java | 224 verify(mockQueryTextListener, times(1)).onQueryTextChange("alpha"); in testAccessQuery() 231 verify(mockQueryTextListener, times(1)).onQueryTextChange("beta"); in testAccessQuery() 238 verify(mockQueryTextListener, times(1)).onQueryTextChange("gamma"); in testAccessQuery() 305 verify(mockQueryTextListener, times(1)).onQueryTextChange("alpha"); in testEnterKey() 317 verify(mockQueryTextListener, times(1)).onQueryTextChange("beta"); in testEnterKey()
|
| /cts/common/device-side/bedstead/remoteframeworkclasses/src/processor/res/apis/ |
| D | current.txt | 59807 method public boolean onQueryTextChange(String);
|