Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/text/style/
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()
369 private static int hashCodeInternal(String[] suggestions, @NonNull String languageTag, in hashCodeInternal()
/frameworks/base/telecomm/java/com/android/internal/telecom/
DIPhoneAccountSuggestionCallback.aidl25 void suggestPhoneAccounts(in String number, in List<PhoneAccountSuggestion> suggestions); in suggestPhoneAccounts()
/frameworks/base/core/java/android/view/textservice/
DSuggestionsInfo.java97 public SuggestionsInfo(int suggestionsAttributes, String[] suggestions) { in SuggestionsInfo()
108 public SuggestionsInfo(@ResultAttrs int suggestionsAttributes, String[] suggestions, int cookie, in SuggestionsInfo()
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/suggestions/
DShadowSuggestionController.java52 public static void setSuggestion(List<Suggestion> suggestions) { in setSuggestion()
/frameworks/base/telecomm/java/android/telecom/
DPhoneAccountSuggestionService.java109 @NonNull List<PhoneAccountSuggestion> suggestions) { in suggestPhoneAccounts()
/frameworks/base/services/autofill/java/com/android/server/autofill/
DAutofillInlineSuggestionsRequestSession.java257 private void maybeNotifyFillUiEventLocked(@NonNull List<InlineSuggestion> suggestions) { in maybeNotifyFillUiEventLocked()
/frameworks/base/core/java/android/widget/
DSpellChecker.java560 String[] suggestions; in createMisspelledSuggestionSpan() local
DEditor.java3425 String[] suggestions = targetSuggestionSpan.getSuggestions(); in replaceWithSuggestion() local
4029 final String[] suggestions = suggestionSpan.getSuggestions(); in getSuggestionInfo() local