/aosp_15_r20/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/queries/ |
D | SearchViewManagerTest.java | 228 mSearchViewManager.onQueryTextChange("q"); in testIsSearching_FalseImmediatelyAfterOnQueryTextChange() 235 mSearchViewManager.onQueryTextChange("q"); in testIsSearching_TrueAfterOnQueryTextChangeAndWait() 243 mSearchViewManager.onQueryTextChange("q"); in testIsSearching_FalseWhenSecondOnQueryTextChangeResetsTimer() 245 mSearchViewManager.onQueryTextChange("qu"); in testIsSearching_FalseWhenSecondOnQueryTextChangeResetsTimer() 253 mSearchViewManager.onQueryTextChange("q"); in testIsSearching_TrueAfterSecondOnQueryTextChangeResetsTimer() 255 mSearchViewManager.onQueryTextChange("qu"); in testIsSearching_TrueAfterSecondOnQueryTextChangeResetsTimer() 263 mSearchViewManager.onQueryTextChange("q"); in testIsSearching_FalseIfSearchCanceled() 279 mSearchViewManager.onQueryTextChange("q"); in testOnSearchChanged_NotCalledImmediatelyAfterOnQueryTextChanged() 286 mSearchViewManager.onQueryTextChange("q"); in testOnSearchChanged_CalledAfterOnQueryTextChangedAndWait() 294 mSearchViewManager.onQueryTextChange("q"); in testOnSearchChanged_CalledOnlyOnceAfterOnQueryTextSubmit() [all …]
|
/aosp_15_r20/cts/tests/tests/widget/src/android/widget/cts/ |
H A 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()
|
H A 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()
|
/aosp_15_r20/packages/apps/Car/SettingsIntelligence/src/com/android/settings/intelligence/search/car/ |
D | CarSearchFragment.java | 153 mToolbar.registerSearchListener(this::onQueryTextChange); in onActivityCreated() 178 private void onQueryTextChange(String query) { in onQueryTextChange() method in CarSearchFragment 214 onQueryTextChange(queryString); in onSavedQueryClicked() 355 onQueryTextChange(query); in requery()
|
/aosp_15_r20/packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/search/ |
D | SearchFragment.java | 206 public boolean onQueryTextChange(String query) { in onQueryTextChange() method in SearchFragment 325 onQueryTextChange(queryString); in onSavedQueryClicked() 345 onQueryTextChange(query); in requery()
|
/aosp_15_r20/development/samples/ApiDemos/src/com/example/android/apis/view/ |
H A D | SearchViewFilterMode.java | 66 public boolean onQueryTextChange(String newText) { in onQueryTextChange() method in SearchViewFilterMode
|
H A D | SearchViewActionBar.java | 97 public boolean onQueryTextChange(String newText) { in onQueryTextChange() method in SearchViewActionBar
|
H A D | WindowFocusObserver.java | 83 public boolean onQueryTextChange(String newText) { in onQueryTextChange() method in WindowFocusObserver
|
H A D | VideoPlayerActivity.java | 260 public boolean onQueryTextChange(String newText) { in onQueryTextChange() method in VideoPlayerActivity
|
H A D | ContentBrowserActivity.java | 243 public boolean onQueryTextChange(String newText) { in onQueryTextChange() method in ContentBrowserActivity
|
H A D | ContentBrowserNavActivity.java | 245 public boolean onQueryTextChange(String newText) { in onQueryTextChange() method in ContentBrowserNavActivity
|
/aosp_15_r20/developers/samples/android/ui/actionbarcompat/ActionBarCompat-SearchView/src/main/src/com/example/android/actionbarcompat/searchview/ |
D | SearchActivity.java | 114 public boolean onQueryTextChange(String s) { in onPrepareOptionsMenu()
|
/aosp_15_r20/development/samples/ApiDemos/src/com/example/android/apis/app/ |
H A D | ActionBarUsage.java | 83 public boolean onQueryTextChange(String newText) { in onQueryTextChange() method in ActionBarUsage
|
H A D | LoaderRetained.java | 132 public boolean onQueryTextChange(String newText) { in onQueryTextChange() method in LoaderRetained.CursorLoaderListFragment
|
H A D | LoaderCursor.java | 127 public boolean onQueryTextChange(String newText) { in onQueryTextChange() method in LoaderCursor.CursorLoaderListFragment
|
/aosp_15_r20/developers/samples/android/content/LoaderCursor/src/com/example/android/content/loadercursor/ |
D | CursorLoaderListFragment.java | 134 public boolean onQueryTextChange(String newText) {
|
/aosp_15_r20/developers/build/prebuilts/androidtv/leanback/app/src/main/java/com/example/android/leanback/ |
H A D | SearchFragment.java | 74 public boolean onQueryTextChange(String newQuery) { in onQueryTextChange() method in SearchFragment
|
/aosp_15_r20/packages/services/Telephony/testapps/TelephonyManagerTestApp/src/com/android/phone/testapps/telephonymanagertestapp/ |
D | TelephonyManagerTestApp.java | 151 public boolean onQueryTextChange(String newText) { in onQueryTextChange() method in TelephonyManagerTestApp
|
/aosp_15_r20/developers/build/prebuilts/androidtv/leanback/app/src/main/java/com/example/android/tvleanback/ui/ |
H A D | SearchFragment.java | 74 public boolean onQueryTextChange(String newQuery) { in onQueryTextChange() method in SearchFragment
|
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/datetime/timezone/ |
D | BaseTimeZonePicker.java | 191 public boolean onQueryTextChange(String newText) { in onQueryTextChange() method in BaseTimeZonePicker
|
/aosp_15_r20/packages/apps/TV/src/com/android/tv/search/ |
D | ProgramGuideSearchFragment.java | 116 public boolean onQueryTextChange(String query) {
|
/aosp_15_r20/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/permissions/connectedapps/searchapps/ |
D | SearchAppsFragment.kt | 120 override fun onQueryTextChange(newText: String): Boolean { in <lambda>() method in com.android.healthconnect.controller.permissions.connectedapps.searchapps.SearchAppsFragment
|
/aosp_15_r20/frameworks/base/core/java/com/android/internal/app/ |
H A D | LocalePickerWithRegion.java | 340 public boolean onQueryTextChange(String newText) { in onQueryTextChange() method in LocalePickerWithRegion
|
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/localepicker/ |
D | SystemLocalePickerFragment.java | 268 public boolean onQueryTextChange(@Nullable String newText) { in onQueryTextChange() method in SystemLocalePickerFragment
|
/aosp_15_r20/cts/apps/CtsVerifier/src/com/android/cts/verifier/ |
H A D | TestListActivity.java | 221 public boolean onQueryTextChange(String newText) { in onCreateOptionsMenu()
|