Home
last modified time | relevance | path

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

12

/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/suggestions/
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()
DSuggestionControllerMixinTest.java17 package com.android.settingslib.suggestions;
DSuggestionControllerMixinCompatTest.java17 package com.android.settingslib.suggestions;
/frameworks/base/core/java/android/view/textservice/
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()
/frameworks/base/core/java/android/text/style/
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()
365 private static int hashCodeInternal(String[] suggestions, @NonNull String languageTag, in hashCodeInternal() argument
367 return Arrays.hashCode(new Object[] {Long.valueOf(SystemClock.uptimeMillis()), suggestions, in hashCodeInternal()
/frameworks/base/core/java/android/service/settings/suggestions/
DISuggestionService.aidl1 package android.service.settings.suggestions;
3 import android.service.settings.suggestions.Suggestion;
DSuggestion.aidl18 package android.service.settings.suggestions;
DSuggestionService.java17 package android.service.settings.suggestions;
DSuggestion.java17 package android.service.settings.suggestions;
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/suggestions/
DSuggestionLoader.java17 package com.android.settingslib.suggestions;
20 import android.service.settings.suggestions.Suggestion;
DSuggestionLoaderCompat.java17 package com.android.settingslib.suggestions;
20 import android.service.settings.suggestions.Suggestion;
DSuggestionController.java17 package com.android.settingslib.suggestions;
25 import android.service.settings.suggestions.ISuggestionService;
26 import android.service.settings.suggestions.Suggestion;
DSuggestionControllerMixinCompat.java17 package com.android.settingslib.suggestions;
23 import android.service.settings.suggestions.Suggestion;
DSuggestionControllerMixin.java17 package com.android.settingslib.suggestions;
24 import android.service.settings.suggestions.Suggestion;
/frameworks/base/telecomm/java/android/telecom/
DPhoneAccountSuggestionService.java109 @NonNull List<PhoneAccountSuggestion> suggestions) { in suggestPhoneAccounts() argument
116 callback.suggestPhoneAccounts(number, suggestions); in suggestPhoneAccounts()
/frameworks/base/telecomm/java/com/android/internal/telecom/
DIPhoneAccountSuggestionCallback.aidl25 void suggestPhoneAccounts(in String number, in List<PhoneAccountSuggestion> suggestions); in suggestPhoneAccounts() argument
/frameworks/base/core/tests/coretests/src/android/service/settings/suggestions/
DMockSuggestionService.java17 package android.service.settings.suggestions;
DSuggestionServiceTest.java17 package android.service.settings.suggestions;
DSuggestionTest.java17 package android.service.settings.suggestions;
/frameworks/base/services/autofill/java/com/android/server/autofill/
DAutofillInlineSuggestionsRequestSession.java254 private void maybeNotifyFillUiEventLocked(@NonNull List<InlineSuggestion> suggestions) { in maybeNotifyFillUiEventLocked() argument
259 for (int i = 0; i < suggestions.size(); i++) { in maybeNotifyFillUiEventLocked()
260 InlineSuggestion suggestion = suggestions.get(i); in maybeNotifyFillUiEventLocked()
/frameworks/base/core/java/android/widget/
DSpellChecker.java548 String[] suggestions; in createMisspelledSuggestionSpan() local
550 suggestions = new String[suggestionsCount]; in createMisspelledSuggestionSpan()
552 suggestions[i] = suggestionsInfo.getSuggestionAt(i); in createMisspelledSuggestionSpan()
555 suggestions = ArrayUtils.emptyArray(String.class); in createMisspelledSuggestionSpan()
570 new SuggestionSpan(mTextView.getContext(), suggestions, flags); in createMisspelledSuggestionSpan()
DEditor.java3148 String[] suggestions = targetSuggestionSpan.getSuggestions(); in replaceWithSuggestion() local
3149 suggestions[suggestionInfo.mSuggestionIndex] = originalText; in replaceWithSuggestion()
3748 final String[] suggestions = suggestionSpan.getSuggestions(); in getSuggestionInfo() local
3749 final int nbSuggestions = suggestions.length; in getSuggestionInfo()
3752 final String suggestion = suggestions[suggestionIndex]; in getSuggestionInfo()
/frameworks/base/wifi/migration_samples/
DREADME.txt32 4) WifiConfigStoreNetworkSuggestions.xml - Storage for app installed network suggestions.
/frameworks/base/core/proto/android/app/
Dtime_zone_detector.proto41 * answer "did these two suggestions agree?", "does the suggestion match the
/frameworks/base/proto/src/metrics_constants/
Dmetrics_constants.proto2174 // ------- Begin N Settings suggestions -----
2175 // Since suggestions come from system apps, suggestions will
2177 // will be put in the package field. For suggestions in the Settings
6905 // The UI location of the notification containing the smart suggestions.

12