Home
last modified time | relevance | path

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

/cts/tests/tests/widget/src/android/widget/cts/
DSearchView_CursorTest.java89 public boolean onQueryTextChange(String s) { in onQueryTextChange() method in SearchView_CursorTest.MyQueryTextListener
193 when(mockQueryTextListener.onQueryTextChange(anyString())).thenCallRealMethod(); in testSuggestionFiltering()
203 verify(mockQueryTextListener, times(1)).onQueryTextChange("Bon"); in testSuggestionFiltering()
206 verify(mockQueryTextListener, times(1)).onQueryTextChange("Di"); in testSuggestionFiltering()
217 when(mockQueryTextListener.onQueryTextChange(anyString())).thenCallRealMethod(); in testSuggestionSelection()
240 verify(mockQueryTextListener, times(1)).onQueryTextChange("Di"); in testSuggestionSelection()
272 when(mockQueryTextListener.onQueryTextChange(anyString())).thenCallRealMethod(); in testSuggestionEnterKey()
289 verify(mockQueryTextListener, times(1)).onQueryTextChange("Di"); in testSuggestionEnterKey()
302 verify(mockQueryTextListener, times(1)).onQueryTextChange("Bo"); in testSuggestionEnterKey()
DSearchViewTest.java232 verify(mockQueryTextListener, times(1)).onQueryTextChange("alpha"); in testAccessQuery()
239 verify(mockQueryTextListener, times(1)).onQueryTextChange("beta"); in testAccessQuery()
246 verify(mockQueryTextListener, times(1)).onQueryTextChange("gamma"); in testAccessQuery()
313 verify(mockQueryTextListener, times(1)).onQueryTextChange("alpha"); in testEnterKey()
325 verify(mockQueryTextListener, times(1)).onQueryTextChange("beta"); in testEnterKey()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/
DTestListActivity.java218 public boolean onQueryTextChange(String newText) { in onCreateOptionsMenu()
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dcurrent.txt60447 method public boolean onQueryTextChange(String);