Searched refs:onQueryTextChange (Results 1 – 4 of 4) sorted by relevance
/cts/tests/tests/widget/src/android/widget/cts/ |
D | SearchView_CursorTest.java | 89 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()
|
D | SearchViewTest.java | 232 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/ |
D | TestListActivity.java | 218 public boolean onQueryTextChange(String newText) { in onCreateOptionsMenu()
|
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/ |
D | current.txt | 60447 method public boolean onQueryTextChange(String);
|