Home
last modified time | relevance | path

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

/cts/tests/tests/widget/src/android/widget/cts/
DSearchView_CursorTest.java86 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()
DSearchViewTest.java224 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/
Dcurrent.txt59807 method public boolean onQueryTextChange(String);