Home
last modified time | relevance | path

Searched defs:suggestions (Results 1 – 25 of 39) 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/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DNetworkSuggestionNominatorTest.java121 ExtendedWifiNetworkSuggestion[] suggestions = buildNetworkSuggestions(suggestionSsids, in testSelectNetworkSuggestionForNoMatch() local
162 ExtendedWifiNetworkSuggestion[] suggestions = buildNetworkSuggestions(suggestionSsids, in testSelectNetworkSuggestionForOneMatch() local
202 ExtendedWifiNetworkSuggestion[] suggestions = buildNetworkSuggestions(suggestionSsids, in testSelectNetworkSuggestionForOneMatchWithInsecureEnterpriseSuggestion() local
249 ExtendedWifiNetworkSuggestion[] suggestions = buildNetworkSuggestions(suggestionSsids, in testSelectNetworkSuggestionForMultipleMatch() local
294 ExtendedWifiNetworkSuggestion[] suggestions = buildNetworkSuggestions(suggestionSsids, in testSelectNetworkSuggestionForMultipleMatchHighPriorityWins() local
342 ExtendedWifiNetworkSuggestion[] suggestions = buildNetworkSuggestions(suggestionSsids, in testSelectNetworkSuggestionForMultipleMatchHighPriorityFromEachPriorityGroupWins() local
389 ExtendedWifiNetworkSuggestion[] suggestions = buildNetworkSuggestions(suggestionSsids, in testSelectNetworkSuggestionForMultipleMatchWithMultipleSuggestions() local
444 ExtendedWifiNetworkSuggestion[] suggestions = buildNetworkSuggestions(suggestionSsids, in testSelectNetworkSuggestionForMultipleMatchWithMultipleSuggestionsHighPriorityWins() local
490 ExtendedWifiNetworkSuggestion[] suggestions = buildNetworkSuggestions(suggestionSsids, in testSelectNetworkSuggestionForOneMatchButInToWifiConfigManager() local
540 ExtendedWifiNetworkSuggestion[] suggestions = buildNetworkSuggestions(suggestionSsids, in testSelectNetworkSuggestionForOneMatchForExistingNetwork() local
[all …]
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/spellcheck/
DAndroidSpellCheckerServiceTest.java37 final String[] suggestions = span.getSuggestions(); in testSpellchecker() local
71 final String[] suggestions = span.getSuggestions(); in testSpellcheckWithPeriods() local
/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/modules/Wifi/service/java/com/android/server/wifi/
DWifiShellCommand.java1086 List<WifiNetworkSuggestion> suggestions = in onCommand() local
1119 List<WifiNetworkSuggestion> suggestions = in onCommand() local
1125 Set<WifiNetworkSuggestion> suggestions = in onCommand() local
1132 List<WifiNetworkSuggestion> suggestions = in onCommand() local
2875 Collection<WifiNetworkSuggestion> suggestions) { in printWifiNetworkSuggestions()
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/compat/
DSuggestionSpanUtilsTest.java240 final String[] suggestions = new String[] {"Quality", "Speed", "Price"}; in testFindFirstLocaleFromSuggestionSpans() local
/packages/modules/AppSearch/testing/coretests/src/android/app/appsearch/external/app/
DAppSearchSessionInternalTestBase.java143 List<SearchSuggestionResult> suggestions = in testSearchSuggestion_propertyFilter() local
/packages/modules/ExtServices/java/src/android/ext/services/notification/
DAssistant.java109 SmartSuggestions suggestions = mSmartSuggestionsHelper.onNotificationEnqueued(sbn); in onNotificationEnqueued() local
/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.java865 List<SearchSuggestionResult> suggestions = in testSearchSuggestion() local
921 List<SearchSuggestionResult> suggestions = in testSearchSuggestion_removeDocument() local
984 List<SearchSuggestionResult> suggestions = in testSearchSuggestion_replaceDocument() local
1060 List<SearchSuggestionResult> suggestions = in testSearchSuggestion_namespaceFilter() local
1116 List<SearchSuggestionResult> suggestions = in testSearchSuggestion_invalidPrefix() local

12