Searched defs:suggestions (Results 1 – 14 of 14) sorted by relevance
/frameworks/base/core/java/android/text/style/ |
D | SuggestionSpan.java | 155 public SuggestionSpan(Context context, String[] suggestions, int flags) { in SuggestionSpan() 164 public SuggestionSpan(Locale locale, String[] suggestions, int flags) { in SuggestionSpan() 179 public SuggestionSpan(Context context, Locale locale, String[] suggestions, int flags, in SuggestionSpan() 266 public SuggestionSpan(String[] suggestions, int flags, String localeStringForCompatibility, in SuggestionSpan() 391 private static int hashCodeInternal(String[] suggestions, @NonNull String languageTag, in hashCodeInternal()
|
/frameworks/base/core/java/android/view/textservice/ |
D | SuggestionsInfo.java | 97 public SuggestionsInfo(int suggestionsAttributes, String[] suggestions) { in SuggestionsInfo() 108 public SuggestionsInfo(@ResultAttrs int suggestionsAttributes, String[] suggestions, int cookie, in SuggestionsInfo()
|
/frameworks/base/telecomm/java/com/android/internal/telecom/ |
D | IPhoneAccountSuggestionCallback.aidl | 25 void suggestPhoneAccounts(in String number, in List<PhoneAccountSuggestion> suggestions); in suggestPhoneAccounts()
|
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/suggestions/ |
D | ShadowSuggestionController.java | 52 public static void setSuggestion(List<Suggestion> suggestions) { in setSuggestion()
|
/frameworks/base/telecomm/java/android/telecom/ |
D | PhoneAccountSuggestionService.java | 109 @NonNull List<PhoneAccountSuggestion> suggestions) { in suggestPhoneAccounts()
|
/frameworks/base/media/java/android/media/ |
D | IMediaRouter2.aidl | 42 in List<SuggestedDeviceInfo> suggestions); in notifyDeviceSuggestionsUpdated()
|
D | MediaRouter2.java | 2582 String suggestingPackageName, List<SuggestedDeviceInfo> suggestions) { in notifyDeviceSuggestionsUpdated()
|
/frameworks/base/services/autofill/java/com/android/server/autofill/ |
D | AutofillInlineSuggestionsRequestSession.java | 257 private void maybeNotifyFillUiEventLocked(@NonNull List<InlineSuggestion> suggestions) { in maybeNotifyFillUiEventLocked()
|
/frameworks/base/core/java/android/widget/ |
D | SpellChecker.java | 560 String[] suggestions; in createMisspelledSuggestionSpan() local
|
D | RemoteViewsSerializers.java | 1135 List<String> suggestions = new ArrayList<>(); in createSuggestionSpanFromProto() local
|
D | Editor.java | 3495 String[] suggestions = targetSuggestionSpan.getSuggestions(); in replaceWithSuggestion() local 4099 final String[] suggestions = suggestionSpan.getSuggestions(); in getSuggestionInfo() local
|
/frameworks/base/core/tests/coretests/src/android/widget/ |
D | RemoteViewsSerializersTest.kt | 531 val suggestions = arrayOf("suggestion1", "suggestion2") in <lambda>() constant
|
/frameworks/base/core/proto/android/widget/ |
D | remoteviews.proto | 237 repeated string suggestions = 1; field
|
/frameworks/base/services/core/java/com/android/server/media/ |
D | MediaRouter2ServiceImpl.java | 2270 Map<String, List<SuggestedDeviceInfo>> suggestions = in updateDeviceSuggestionsLocked() local
|