Home
last modified time | relevance | path

Searched defs:suggestion (Results 1 – 25 of 39) sorted by relevance

12

/packages/modules/Wifi/framework/tests/src/android/net/wifi/
DWifiNetworkSuggestionTest.java69 WifiNetworkSuggestion suggestion = new WifiNetworkSuggestion.Builder() in testWifiNetworkSuggestionBuilderForOpenNetworkWithReqAppInteraction() local
95 WifiNetworkSuggestion suggestion = new WifiNetworkSuggestion.Builder() in testWifiNetworkSuggestionBuilderForWpa2EapNetworkWithPriorityAndReqAppInteraction() local
126 WifiNetworkSuggestion suggestion = new WifiNetworkSuggestion.Builder() in testWifiNetworkSuggestionBuilderForWpa2PskNetworkWithMeteredAndReqUserInteraction() local
157 WifiNetworkSuggestion suggestion = new WifiNetworkSuggestion.Builder() in testWifiNetworkSuggestionBuilderForWpa2PskNetworkWithNotMeteredAndReqUserInteraction() local
186 WifiNetworkSuggestion suggestion = new WifiNetworkSuggestion.Builder() in testWifiNetworkSuggestionBuilderForEnhancedOpenNetworkWithBssid() local
211 WifiNetworkSuggestion suggestion = new WifiNetworkSuggestion.Builder() in testWifiNetworkSuggestionBuilderForOemPaidEnhancedOpenNetworkWithBssid() local
239 WifiNetworkSuggestion suggestion = new WifiNetworkSuggestion.Builder() in testWifiNetworkSuggestionBuilderForOemPrivateEnhancedOpenNetworkWithBssid() local
265 WifiNetworkSuggestion suggestion = new WifiNetworkSuggestion.Builder() in testWifiNetworkSuggestionBuilderForWpa3PskNetwork() local
294 WifiNetworkSuggestion suggestion = new WifiNetworkSuggestion.Builder() in testWifiNetworkSuggestionBuilderForWpa3EapNetwork() local
329 WifiNetworkSuggestion suggestion = new WifiNetworkSuggestion.Builder() in testWifiNetworkSuggestionBuilderForWpa3EapNetworkWithStandardApi() local
[all …]
/packages/apps/Car/Settings/src/com/android/car/settings/suggestions/
DSuggestionsPreferenceController.java199 Suggestion suggestion = preference.getSuggestion(); in launchSuggestion() local
215 Suggestion suggestion = preference.getSuggestion(); in dismissSuggestion() local
232 private String getSuggestionPreferenceKey(Suggestion suggestion) { in getSuggestionPreferenceKey()
DSuggestionPreference.java51 public SuggestionPreference(Context context, Suggestion suggestion, Callback callback) { in SuggestionPreference()
74 public void updateSuggestion(Suggestion suggestion) { in updateSuggestion()
/packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/suggestions/
DSuggestionService.java50 public void onSuggestionDismissed(Suggestion suggestion) { in onSuggestionDismissed()
64 public void onSuggestionLaunched(Suggestion suggestion) { in onSuggestionLaunched()
DSuggestionParser.java121 Suggestion suggestion = mAddCache.get(id); in readSuggestions() local
/packages/modules/GeoTZ/locationtzprovider/src/main/java/com/android/timezone/location/provider/core/
DTimeZoneProviderResult.java67 @Nullable TimeZoneProviderSuggestion suggestion, in TimeZoneProviderResult()
75 public static TimeZoneProviderResult createSuggestion( in createSuggestion()
/packages/apps/Dialer/java/com/android/dialer/preferredsim/
DPreferredAccountRecorder.java38 @Nullable private final Suggestion suggestion; field in PreferredAccountRecorder
42 @Nullable String number, @Nullable Suggestion suggestion, @Nullable String dataId) { in PreferredAccountRecorder()
DPreferredAccountWorker.java78 public abstract Builder setSuggestion(Suggestion suggestion); in setSuggestion()
/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/suggestions/
DSuggestionsPreferenceControllerTest.java204 Suggestion suggestion = new Suggestion.Builder("1").setPendingIntent(pendingIntent).build(); in launchSuggestion_sendsPendingIntent() local
216 Suggestion suggestion = new Suggestion.Builder("1").setPendingIntent(pendingIntent).build(); in launchSuggestion_callsSuggestionControllerLaunch() local
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
DAutoCorrectionUtils.java32 public static boolean suggestionExceedsThreshold(final SuggestedWordInfo suggestion, in suggestionExceedsThreshold()
/packages/apps/Settings/src/com/android/settings/dashboard/suggestions/
DSuggestionFeatureProvider.java40 boolean isSuggestionComplete(Context context, @NonNull ComponentName suggestion); in isSuggestionComplete()
/packages/apps/Dialer/java/com/android/dialer/preferredsim/impl/
DPreferredAccountWorkerImpl.java121 Optional<Suggestion> suggestion = in doInBackground() local
171 Suggestion suggestion, List<PhoneAccountHandle> candidates, @Nullable String dataId) { in useSuggestedSim()
190 @Nullable Suggestion suggestion) { in createDialogOptionsBuilder()
/packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/suggestions/model/
DSuggestionListBuilder.java59 final Suggestion suggestion = suggestions.get(i); in dedupeSuggestions() local
/packages/apps/Settings/src/com/android/settings/homepage/contextualcards/legacysuggestion/
DLegacySuggestionContextualCard.java58 public Builder setSuggestion(Suggestion suggestion) { in setSuggestion()
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
DSearchActivity.kt373 val suggestion = getCurrentSuggestions(adapter, id) ?: return false in launchSuggestion() constant
393 val suggestion = getCurrentSuggestions(adapter, id) ?: return in refineSuggestion() constant
DListSuggestionCursor.kt42 for (suggestion in suggestions) { variable
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/suggestions/
DSuggestionPreference.java47 public SuggestionPreference(Suggestion suggestion, Context context, in SuggestionPreference()
/packages/apps/Contacts/src/com/android/contacts/editor/
DAggregationSuggestionView.java61 public void bindSuggestion(Suggestion suggestion) { in bindSuggestion()
/packages/apps/Dialer/java/com/android/dialer/preferredsim/suggestion/
DSuggestionProvider.java85 Context context, PhoneAccountHandle phoneAccountHandle, @Nullable Suggestion suggestion) { in getHint()
/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/datetime/
DTimeZonePickerScreenPreferenceControllerTest.java119 ManualTimeZoneSuggestion suggestion = in testOnPreferenceClick_setTimeZoneCalled() local
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
DTimeZoneFragment.java100 ManualTimeZoneSuggestion suggestion = TimeZoneDetector.createManualTimeZoneSuggestion( in onPreferenceTreeClick() local
/packages/apps/Dialer/java/com/android/dialer/precall/impl/
DCallingAccountSelector.java180 @Nullable Suggestion suggestion) { in showDialog()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DGlobalSearchSupport.java255 SearchSuggestion suggestion = new SearchSuggestion(); in addSearchSuggestionsBasedOnFilter() local
/packages/inputmethods/LeanbackIME/src/com/android/inputmethod/leanback/
DLeanbackKeyboardContainer.java1248 Button suggestion = in getSuggestionText() local
1397 View suggestion = mContext.getLayoutInflater() in updateSuggestions() local
1404 Button suggestion = in updateSuggestions() local
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DDictionaryFacilitator.java151 void addToUserHistory(final String suggestion, final boolean wasAutoCapitalized, in addToUserHistory()

12