/aosp14/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/suggestions/ |
H A D | ShadowSuggestionController.java | 17 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 D | SuggestionControllerMixinCompatTest.java | 17 package com.android.settingslib.suggestions;
|
H A D | SuggestionControllerMixinTest.java | 17 package com.android.settingslib.suggestions;
|
/aosp14/frameworks/base/core/java/android/view/textservice/ |
H A D | SuggestionsInfo.java | 97 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 D | SuggestionSpan.java | 154 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 D | ISuggestionService.aidl | 1 package android.service.settings.suggestions; 3 import android.service.settings.suggestions.Suggestion;
|
H A D | Suggestion.aidl | 18 package android.service.settings.suggestions;
|
H A D | SuggestionService.java | 17 package android.service.settings.suggestions;
|
H A D | Suggestion.java | 17 package android.service.settings.suggestions;
|
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/suggestions/ |
H A D | SuggestionController.java | 17 package com.android.settingslib.suggestions; 25 import android.service.settings.suggestions.ISuggestionService; 26 import android.service.settings.suggestions.Suggestion;
|
H A D | SuggestionLoader.java | 17 package com.android.settingslib.suggestions; 20 import android.service.settings.suggestions.Suggestion;
|
H A D | SuggestionLoaderCompat.java | 17 package com.android.settingslib.suggestions; 20 import android.service.settings.suggestions.Suggestion;
|
H A D | SuggestionControllerMixin.java | 17 package com.android.settingslib.suggestions; 24 import android.service.settings.suggestions.Suggestion;
|
H A D | SuggestionControllerMixinCompat.java | 17 package com.android.settingslib.suggestions; 23 import android.service.settings.suggestions.Suggestion;
|
/aosp14/frameworks/base/telecomm/java/android/telecom/ |
H A D | PhoneAccountSuggestionService.java | 109 @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 D | IPhoneAccountSuggestionCallback.aidl | 25 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 D | MockSuggestionService.java | 17 package android.service.settings.suggestions;
|
H A D | SuggestionServiceTest.java | 17 package android.service.settings.suggestions;
|
H A D | SuggestionTest.java | 17 package android.service.settings.suggestions;
|
/aosp14/frameworks/base/services/autofill/java/com/android/server/autofill/ |
H A D | AutofillInlineSuggestionsRequestSession.java | 256 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 D | SpellChecker.java | 560 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 D | Editor.java | 3386 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 D | README.md | 16 Lint is not allowed to modify source files directly via lint's `--apply-suggestions` flag.
|
/aosp14/frameworks/base/wifi/migration_samples/ |
H A D | README.txt | 32 4) WifiConfigStoreNetworkSuggestions.xml - Storage for app installed network suggestions.
|
/aosp14/frameworks/base/core/proto/android/app/ |
H A D | time_zone_detector.proto | 80 // answer "did these two suggestions agree?", "does the suggestion match the
|