Home
last modified time | relevance | path

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

12

/aosp12/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/spellcheck/
H A DAndroidSpellCheckerServiceTest.java37 final String[] suggestions = span.getSuggestions(); in testSpellchecker() local
71 final String[] suggestions = span.getSuggestions(); in testSpellcheckWithPeriods() local
/aosp12/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
H A DDelayingSuggestionsAdapter.java52 public void setSuggestions(Suggestions suggestions) { in setSuggestions()
72 private boolean shouldPublish(Suggestions suggestions) { in shouldPublish()
81 private void setPendingSuggestions(Suggestions suggestions) { in setPendingSuggestions()
H A DSuggestionsAdapter.java47 void setSuggestions(Suggestions suggestions); in setSuggestions()
H A DSuggestionsAdapterBase.java85 public void setSuggestions(Suggestions suggestions) { in setSuggestions()
151 protected View getView(SuggestionCursor suggestions, int position, long suggestionId, in getView()
/aosp12/packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/suggestions/model/
H A DSuggestionListBuilder.java37 public void addSuggestions(SuggestionCategory category, List<Suggestion> suggestions) { in addSuggestions()
54 final List<Suggestion> suggestions = new ArrayList<>(); in dedupeSuggestions() local
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
H A DNetworkSuggestionNominatorTest.java116 ExtendedWifiNetworkSuggestion[] suggestions = buildNetworkSuggestions(suggestionSsids, in testSelectNetworkSuggestionForNoMatch() local
157 ExtendedWifiNetworkSuggestion[] suggestions = buildNetworkSuggestions(suggestionSsids, in testSelectNetworkSuggestionForOneMatch() local
197 ExtendedWifiNetworkSuggestion[] suggestions = buildNetworkSuggestions(suggestionSsids, in testSelectNetworkSuggestionForOneMatchWithInsecureEnterpriseSuggestion() local
244 ExtendedWifiNetworkSuggestion[] suggestions = buildNetworkSuggestions(suggestionSsids, in testSelectNetworkSuggestionForMultipleMatch() local
289 ExtendedWifiNetworkSuggestion[] suggestions = buildNetworkSuggestions(suggestionSsids, in testSelectNetworkSuggestionForMultipleMatchHighPriorityWins() local
337 ExtendedWifiNetworkSuggestion[] suggestions = buildNetworkSuggestions(suggestionSsids, in testSelectNetworkSuggestionForMultipleMatchHighPriorityFromEachPriorityGroupWins() local
384 ExtendedWifiNetworkSuggestion[] suggestions = buildNetworkSuggestions(suggestionSsids, in testSelectNetworkSuggestionForMultipleMatchWithMultipleSuggestions() local
439 ExtendedWifiNetworkSuggestion[] suggestions = buildNetworkSuggestions(suggestionSsids, in testSelectNetworkSuggestionForMultipleMatchWithMultipleSuggestionsHighPriorityWins() local
485 ExtendedWifiNetworkSuggestion[] suggestions = buildNetworkSuggestions(suggestionSsids, in testSelectNetworkSuggestionForOneMatchButInToWifiConfigManager() local
1662 ExtendedWifiNetworkSuggestion[] suggestions = in buildNetworkSuggestions() local
[all …]
/aosp12/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
H A DSearchActivity.java370 Suggestions suggestions = mSearchActivityView.getSuggestions(); in getCurrentSuggestions() local
382 SuggestionCursor suggestions = pos.getCursor(); in getCurrentSuggestions() local
427 protected void launchSuggestion(SuggestionCursor suggestions, int position) { in launchSuggestion()
462 private void gotSuggestions(Suggestions suggestions) { in gotSuggestions()
480 Suggestions suggestions = getSuggestionsProvider().getSuggestions( in updateSuggestions() local
489 protected void showSuggestions(Suggestions suggestions) { in showSuggestions()
H A DSuggestionsProviderImpl.java63 final Suggestions suggestions = new Suggestions(query, sourceToQuery); in getSuggestions() local
95 public SuggestionCursorReceiver(Suggestions suggestions) { in SuggestionCursorReceiver()
H A DEventLogLogger.java70 String suggestions = getSuggestions(suggestionCursor); in logSuggestionClick() local
88 String suggestions = getSuggestions(suggestionCursor); in logExit() local
H A DListSuggestionCursor.java48 public ListSuggestionCursor(String userQuery, Suggestion...suggestions) { in ListSuggestionCursor()
/aosp12/frameworks/base/core/java/android/text/style/
H A DSuggestionSpan.java154 public SuggestionSpan(Context context, String[] suggestions, int flags) { in SuggestionSpan()
163 public SuggestionSpan(Locale locale, String[] suggestions, int flags) { in SuggestionSpan()
178 public SuggestionSpan(Context context, Locale locale, String[] suggestions, int flags, in SuggestionSpan()
365 private static int hashCodeInternal(String[] suggestions, @NonNull String languageTag, in hashCodeInternal()
/aosp12/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/
H A DSuggestionCursorUtil.java34 public static void assertNoSuggestions(SuggestionCursor suggestions) { in assertNoSuggestions()
38 public static void assertNoSuggestions(String message, SuggestionCursor suggestions) { in assertNoSuggestions()
/aosp12/packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/suggestions/
H A DSuggestionParser.java87 final List<Suggestion> suggestions = in getSuggestions() local
97 final List<Suggestion> suggestions = new ArrayList<>(); in readSuggestions() local
/aosp12/frameworks/base/telecomm/java/com/android/internal/telecom/
H A DIPhoneAccountSuggestionCallback.aidl25 void suggestPhoneAccounts(in String number, in List<PhoneAccountSuggestion> suggestions); in suggestPhoneAccounts()
/aosp12/frameworks/base/core/java/android/view/textservice/
H A DSuggestionsInfo.java97 public SuggestionsInfo(int suggestionsAttributes, String[] suggestions) { in SuggestionsInfo()
108 public SuggestionsInfo(@ResultAttrs int suggestionsAttributes, String[] suggestions, int cookie, in SuggestionsInfo()
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/suggestions/
H A DSuggestionsPreferenceController.java148 List<Suggestion> suggestions) { in onLoadFinished()
159 private void updateSuggestionPreferences(List<Suggestion> suggestions) { in updateSuggestionPreferences()
/aosp12/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/
H A DGoogleSuggestClient.java125 JSONArray suggestions = results.getJSONArray(1); in query() local
172 JSONArray suggestions, JSONArray popularity) { in GoogleSuggestCursor()
/aosp12/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/suggestions/
H A DShadowSuggestionController.java52 public static void setSuggestion(List<Suggestion> suggestions) { in setSuggestion()
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/
H A 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
/aosp12/frameworks/base/telecomm/java/android/telecom/
H A DPhoneAccountSuggestionService.java109 @NonNull List<PhoneAccountSuggestion> suggestions) { in suggestPhoneAccounts()
/aosp12/packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/suggestions/ranking/
H A DSuggestionRanker.java76 public List<Suggestion> rankRelevantSuggestions(List<Suggestion> suggestions) { in rankRelevantSuggestions()
H A DSuggestionFeaturizer.java63 public Map<String, Map<String, Double>> featurize(List<Suggestion> suggestions) { in featurize()
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DWifiShellCommand.java739 List<WifiNetworkSuggestion> suggestions = in onCommand() local
771 List<WifiNetworkSuggestion> suggestions = in onCommand() local
777 Set<WifiNetworkSuggestion> suggestions = in onCommand() local
784 List<WifiNetworkSuggestion> suggestions = in onCommand() local
1770 Collection<WifiNetworkSuggestion> suggestions) { in printWifiNetworkSuggestions()
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DSuggest.java138 private static SuggestedWordInfo getWhitelistedWordInfoOrNull( in getWhitelistedWordInfoOrNull()
349 final String typedWord, final ArrayList<SuggestedWordInfo> suggestions) { in getSuggestionsInfoListWithDebugInfo()
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/
H A DSuggestionQuickSettingPrefsContainer.java107 void updateSuggestionList(List<Suggestion> suggestions) { in updateSuggestionList()

12