Home
last modified time | relevance | path

Searched defs:suggestions (Results 1 – 25 of 37) sorted by relevance

12

/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
DEventLogLogger.kt54 val suggestions = getSuggestions(suggestionCursor) in logSuggestionClick() constant
71 val suggestions = getSuggestions(suggestionCursor) in logExit() constant
DSuggestionsProviderImpl.kt46 val suggestions = Suggestions(query, source) in getSuggestions() constant
DSearchActivity.kt335 val suggestions: Suggestions = mSearchActivityView?.suggestions ?: return null constant in com.android.quicksearchbox.SearchActivity
344 val suggestions: SuggestionCursor? = pos.cursor in getCurrentSuggestions() constant
435 val suggestions = suggestionsProvider?.getSuggestions(query, source!!) in updateSuggestions() constant
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/spellcheck/
DAndroidSpellCheckerServiceTest.java38 final String[] suggestions = span.getSuggestions(); in testSpellchecker() local
72 final String[] suggestions = span.getSuggestions(); in testSpellcheckWithPeriods() local
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DNetworkSuggestionNominatorTest.java135 ExtendedWifiNetworkSuggestion[] suggestions = buildNetworkSuggestions(suggestionSsids, in testSelectNetworkSuggestionForNoMatch() local
177 ExtendedWifiNetworkSuggestion[] suggestions = buildNetworkSuggestions(suggestionSsids, in testSelectNetworkSuggestionForOneMatch() local
218 ExtendedWifiNetworkSuggestion[] suggestions = buildNetworkSuggestions(suggestionSsids, in testSelectNetworkSuggestionForOneMatchWithInsecureEnterpriseSuggestion() local
266 ExtendedWifiNetworkSuggestion[] suggestions = buildNetworkSuggestions(suggestionSsids, in testSelectNetworkSuggestionForMultipleMatch() local
312 ExtendedWifiNetworkSuggestion[] suggestions = buildNetworkSuggestions(suggestionSsids, in testSelectNetworkSuggestionForMultipleMatchHighPriorityWins() local
361 ExtendedWifiNetworkSuggestion[] suggestions = buildNetworkSuggestions(suggestionSsids, in testSelectNetworkSuggestionForMultipleMatchHighPriorityFromEachPriorityGroupWins() local
409 ExtendedWifiNetworkSuggestion[] suggestions = buildNetworkSuggestions(suggestionSsids, in testSelectNetworkSuggestionForMultipleMatchWithMultipleSuggestions() local
465 ExtendedWifiNetworkSuggestion[] suggestions = buildNetworkSuggestions(suggestionSsids, in testSelectNetworkSuggestionForMultipleMatchWithMultipleSuggestionsHighPriorityWins() local
512 ExtendedWifiNetworkSuggestion[] suggestions = buildNetworkSuggestions(suggestionSsids, in testSelectNetworkSuggestionForOneMatchButInToWifiConfigManager() local
563 ExtendedWifiNetworkSuggestion[] suggestions = buildNetworkSuggestions(suggestionSsids, in testSelectNetworkSuggestionForOneMatchForExistingNetwork() local
[all …]
/packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/suggestions/model/
DSuggestionListBuilder.java37 public void addSuggestions(SuggestionCategory category, List<Suggestion> suggestions) { in addSuggestions()
54 final List<Suggestion> suggestions = new ArrayList<>(); in dedupeSuggestions() local
/packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/suggestions/
DSuggestionParser.java87 final List<Suggestion> suggestions = in getSuggestions() local
97 final List<Suggestion> suggestions = new ArrayList<>(); in readSuggestions() local
/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/
DSuggestionCursorUtil.java34 public static void assertNoSuggestions(SuggestionCursor suggestions) { in assertNoSuggestions()
38 public static void assertNoSuggestions(String message, SuggestionCursor suggestions) { in assertNoSuggestions()
/packages/apps/Car/Settings/src/com/android/car/settings/suggestions/
DSuggestionsPreferenceController.java148 List<Suggestion> suggestions) { in onLoadFinished()
159 private void updateSuggestionPreferences(List<Suggestion> suggestions) { in updateSuggestionPreferences()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/
DAndroidWordLevelSpellCheckerSession.java67 public SuggestionsParams(String[] suggestions, int flags) { in SuggestionsParams()
87 final String query, final String[] suggestions, final int flags) { in putSuggestionsToCache()
345 final ArrayList<String> suggestions = new ArrayList<>(); in getResult() local
/packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/suggestions/ranking/
DSuggestionRanker.java75 public List<Suggestion> rankRelevantSuggestions(List<Suggestion> suggestions) { in rankRelevantSuggestions()
DSuggestionFeaturizer.java63 public Map<String, Map<String, Double>> featurize(List<Suggestion> suggestions) { in featurize()
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
DSuggestionsAdapter.kt42 var suggestions: Suggestions? variable
DDelayingSuggestionsAdapter.kt97 override var suggestions: Suggestions? variable in com.android.quicksearchbox.ui.DelayingSuggestionsAdapter
DSuggestionsAdapterBase.kt62 override var suggestions: Suggestions? variable in com.android.quicksearchbox.ui.SuggestionsAdapterBase
DSearchActivityView.kt154 var suggestions: Suggestions? variable in com.android.quicksearchbox.ui.SearchActivityView
287 val suggestions: Suggestions = mSuggestionsAdapter?.suggestions ?: return in updateInputMethodSuggestions() constant
/packages/apps/Settings/src/com/android/settings/homepage/contextualcards/legacysuggestion/
DLegacySuggestionContextualCardController.java137 final List<Suggestion> suggestions = mSuggestionController.getSuggestions(); in loadSuggestions() local
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DSuggest.java138 private static SuggestedWordInfo getWhitelistedWordInfoOrNull( in getWhitelistedWordInfoOrNull()
349 final String typedWord, final ArrayList<SuggestedWordInfo> suggestions) { in getSuggestionsInfoListWithDebugInfo()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/
DSuggestionQuickSettingPrefsContainer.java106 void updateSuggestionList(List<Suggestion> suggestions) { in updateSuggestionList()
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/compat/
DSuggestionSpanUtilsTest.java240 final String[] suggestions = new String[] {"Quality", "Speed", "Price"}; in testFindFirstLocaleFromSuggestionSpans() local
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiShellCommand.java1166 List<WifiNetworkSuggestion> suggestions = in onCommand() local
1199 List<WifiNetworkSuggestion> suggestions = in onCommand() local
1205 Set<WifiNetworkSuggestion> suggestions = in onCommand() local
1212 List<WifiNetworkSuggestion> suggestions = in onCommand() local
3304 Collection<WifiNetworkSuggestion> suggestions) { in printWifiNetworkSuggestions()
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
DRichInputConnectionAndTextRangeTests.java319 SuggestionSpan[] suggestions; in helpTestGetSuggestionSpansAtWord() local
/packages/modules/AppSearch/testing/servicestests/src/com/android/server/appsearch/external/localstorage/
DAppSearchImplTest.java1277 List<SearchSuggestionResult> suggestions = in testSearchSuggestion() local
1337 List<SearchSuggestionResult> suggestions = in testSearchSuggestion_removeDocument() local
1404 List<SearchSuggestionResult> suggestions = in testSearchSuggestion_replaceDocument() local
1492 List<SearchSuggestionResult> suggestions = in testSearchSuggestion_namespaceFilter() local
1552 List<SearchSuggestionResult> suggestions = in testSearchSuggestion_invalidPrefix() local
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/
DGoogleSuggestClient.kt114 val suggestions: JSONArray = results.getJSONArray(1) in query() constant
/packages/inputmethods/LeanbackIME/src/com/android/inputmethod/leanback/
DLeanbackKeyboardController.java565 public void updateSuggestions(ArrayList<String> suggestions) { in updateSuggestions()

12