Home
last modified time | relevance | path

Searched refs:suggestions (Results 1 – 25 of 30) sorted by relevance

12

/aosp14/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/suggestions/
H A DShadowSuggestionController.java17 package com.android.settingslib.suggestions;
19 import android.service.settings.suggestions.Suggestion;
52 public static void setSuggestion(List<Suggestion> suggestions) { in setSuggestion() argument
53 sSuggestions = suggestions; in setSuggestion()
H A DSuggestionControllerMixinCompatTest.java17 package com.android.settingslib.suggestions;
H A DSuggestionControllerMixinTest.java17 package com.android.settingslib.suggestions;
/aosp14/frameworks/base/core/java/android/view/textservice/
H A DSuggestionsInfo.java97 public SuggestionsInfo(int suggestionsAttributes, String[] suggestions) { in SuggestionsInfo() argument
98 this(suggestionsAttributes, suggestions, 0, 0); in SuggestionsInfo()
108 public SuggestionsInfo(@ResultAttrs int suggestionsAttributes, String[] suggestions, int cookie, in SuggestionsInfo() argument
110 if (suggestions == null) { in SuggestionsInfo()
114 mSuggestions = suggestions; in SuggestionsInfo()
/aosp14/frameworks/base/core/java/android/text/style/
H A DSuggestionSpan.java154 public SuggestionSpan(Context context, String[] suggestions, int flags) { in SuggestionSpan() argument
155 this(context, null, suggestions, flags, null); in SuggestionSpan()
163 public SuggestionSpan(Locale locale, String[] suggestions, int flags) { in SuggestionSpan() argument
164 this(null, locale, suggestions, flags, null); in SuggestionSpan()
178 public SuggestionSpan(Context context, Locale locale, String[] suggestions, int flags, in SuggestionSpan() argument
180 final int N = Math.min(SUGGESTIONS_MAX_SIZE, suggestions.length); in SuggestionSpan()
181 mSuggestions = Arrays.copyOf(suggestions, N); in SuggestionSpan()
369 private static int hashCodeInternal(String[] suggestions, @NonNull String languageTag, in hashCodeInternal() argument
371 return Arrays.hashCode(new Object[] {Long.valueOf(SystemClock.uptimeMillis()), suggestions, in hashCodeInternal()
/aosp14/frameworks/base/core/java/android/service/settings/suggestions/
H A DISuggestionService.aidl1 package android.service.settings.suggestions;
3 import android.service.settings.suggestions.Suggestion;
H A DSuggestion.aidl18 package android.service.settings.suggestions;
H A DSuggestionService.java17 package android.service.settings.suggestions;
H A DSuggestion.java17 package android.service.settings.suggestions;
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/suggestions/
H A DSuggestionController.java17 package com.android.settingslib.suggestions;
25 import android.service.settings.suggestions.ISuggestionService;
26 import android.service.settings.suggestions.Suggestion;
H A DSuggestionLoader.java17 package com.android.settingslib.suggestions;
20 import android.service.settings.suggestions.Suggestion;
H A DSuggestionLoaderCompat.java17 package com.android.settingslib.suggestions;
20 import android.service.settings.suggestions.Suggestion;
H A DSuggestionControllerMixin.java17 package com.android.settingslib.suggestions;
24 import android.service.settings.suggestions.Suggestion;
H A DSuggestionControllerMixinCompat.java17 package com.android.settingslib.suggestions;
23 import android.service.settings.suggestions.Suggestion;
/aosp14/frameworks/base/telecomm/java/android/telecom/
H A DPhoneAccountSuggestionService.java109 @NonNull List<PhoneAccountSuggestion> suggestions) { in suggestPhoneAccounts() argument
116 callback.suggestPhoneAccounts(number, suggestions); in suggestPhoneAccounts()
/aosp14/frameworks/base/telecomm/java/com/android/internal/telecom/
H A DIPhoneAccountSuggestionCallback.aidl25 void suggestPhoneAccounts(in String number, in List<PhoneAccountSuggestion> suggestions); in suggestPhoneAccounts() argument
/aosp14/frameworks/base/core/tests/coretests/src/android/service/settings/suggestions/
H A DMockSuggestionService.java17 package android.service.settings.suggestions;
H A DSuggestionServiceTest.java17 package android.service.settings.suggestions;
H A DSuggestionTest.java17 package android.service.settings.suggestions;
/aosp14/frameworks/base/services/autofill/java/com/android/server/autofill/
H A DAutofillInlineSuggestionsRequestSession.java256 private void maybeNotifyFillUiEventLocked(@NonNull List<InlineSuggestion> suggestions) { in maybeNotifyFillUiEventLocked() argument
261 for (int i = 0; i < suggestions.size(); i++) { in maybeNotifyFillUiEventLocked()
262 InlineSuggestion suggestion = suggestions.get(i); in maybeNotifyFillUiEventLocked()
/aosp14/frameworks/base/core/java/android/widget/
H A DSpellChecker.java560 String[] suggestions; in createMisspelledSuggestionSpan() local
562 suggestions = new String[suggestionsCount]; in createMisspelledSuggestionSpan()
564 suggestions[i] = suggestionsInfo.getSuggestionAt(i); in createMisspelledSuggestionSpan()
567 suggestions = ArrayUtils.emptyArray(String.class); in createMisspelledSuggestionSpan()
582 new SuggestionSpan(mTextView.getContext(), suggestions, flags); in createMisspelledSuggestionSpan()
H A DEditor.java3386 String[] suggestions = targetSuggestionSpan.getSuggestions(); in replaceWithSuggestion() local
3387 suggestions[suggestionInfo.mSuggestionIndex] = originalText; in replaceWithSuggestion()
3990 final String[] suggestions = suggestionSpan.getSuggestions(); in getSuggestionInfo() local
3991 final int nbSuggestions = suggestions.length; in getSuggestionInfo()
3994 final String suggestion = suggestions[suggestionIndex]; in getSuggestionInfo()
/aosp14/frameworks/base/tools/lint/fix/
H A DREADME.md16 Lint is not allowed to modify source files directly via lint's `--apply-suggestions` flag.
/aosp14/frameworks/base/wifi/migration_samples/
H A DREADME.txt32 4) WifiConfigStoreNetworkSuggestions.xml - Storage for app installed network suggestions.
/aosp14/frameworks/base/core/proto/android/app/
H A Dtime_zone_detector.proto80 // answer "did these two suggestions agree?", "does the suggestion match the

12