/packages/modules/Wifi/framework/tests/src/android/net/wifi/ |
D | WifiNetworkSuggestionTest.java | 69 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/ |
D | SuggestionsPreferenceController.java | 199 Suggestion suggestion = preference.getSuggestion(); in launchSuggestion() local 215 Suggestion suggestion = preference.getSuggestion(); in dismissSuggestion() local 232 private String getSuggestionPreferenceKey(Suggestion suggestion) { in getSuggestionPreferenceKey()
|
D | SuggestionPreference.java | 51 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/ |
D | SuggestionService.java | 50 public void onSuggestionDismissed(Suggestion suggestion) { in onSuggestionDismissed() 64 public void onSuggestionLaunched(Suggestion suggestion) { in onSuggestionLaunched()
|
D | SuggestionParser.java | 121 Suggestion suggestion = mAddCache.get(id); in readSuggestions() local
|
/packages/modules/GeoTZ/locationtzprovider/src/main/java/com/android/timezone/location/provider/core/ |
D | TimeZoneProviderResult.java | 67 @Nullable TimeZoneProviderSuggestion suggestion, in TimeZoneProviderResult() 75 public static TimeZoneProviderResult createSuggestion( in createSuggestion()
|
/packages/apps/Dialer/java/com/android/dialer/preferredsim/ |
D | PreferredAccountRecorder.java | 38 @Nullable private final Suggestion suggestion; field in PreferredAccountRecorder 42 @Nullable String number, @Nullable Suggestion suggestion, @Nullable String dataId) { in PreferredAccountRecorder()
|
D | PreferredAccountWorker.java | 78 public abstract Builder setSuggestion(Suggestion suggestion); in setSuggestion()
|
/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/suggestions/ |
D | SuggestionsPreferenceControllerTest.java | 204 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/ |
D | AutoCorrectionUtils.java | 32 public static boolean suggestionExceedsThreshold(final SuggestedWordInfo suggestion, in suggestionExceedsThreshold()
|
/packages/apps/Settings/src/com/android/settings/dashboard/suggestions/ |
D | SuggestionFeatureProvider.java | 40 boolean isSuggestionComplete(Context context, @NonNull ComponentName suggestion); in isSuggestionComplete()
|
/packages/apps/Dialer/java/com/android/dialer/preferredsim/impl/ |
D | PreferredAccountWorkerImpl.java | 121 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/ |
D | SuggestionListBuilder.java | 59 final Suggestion suggestion = suggestions.get(i); in dedupeSuggestions() local
|
/packages/apps/Settings/src/com/android/settings/homepage/contextualcards/legacysuggestion/ |
D | LegacySuggestionContextualCard.java | 58 public Builder setSuggestion(Suggestion suggestion) { in setSuggestion()
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
D | SearchActivity.kt | 373 val suggestion = getCurrentSuggestions(adapter, id) ?: return false in launchSuggestion() constant 393 val suggestion = getCurrentSuggestions(adapter, id) ?: return in refineSuggestion() constant
|
D | ListSuggestionCursor.kt | 42 for (suggestion in suggestions) { variable
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/suggestions/ |
D | SuggestionPreference.java | 47 public SuggestionPreference(Suggestion suggestion, Context context, in SuggestionPreference()
|
/packages/apps/Contacts/src/com/android/contacts/editor/ |
D | AggregationSuggestionView.java | 61 public void bindSuggestion(Suggestion suggestion) { in bindSuggestion()
|
/packages/apps/Dialer/java/com/android/dialer/preferredsim/suggestion/ |
D | SuggestionProvider.java | 85 Context context, PhoneAccountHandle phoneAccountHandle, @Nullable Suggestion suggestion) { in getHint()
|
/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/datetime/ |
D | TimeZonePickerScreenPreferenceControllerTest.java | 119 ManualTimeZoneSuggestion suggestion = in testOnPreferenceClick_setTimeZoneCalled() local
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/ |
D | TimeZoneFragment.java | 100 ManualTimeZoneSuggestion suggestion = TimeZoneDetector.createManualTimeZoneSuggestion( in onPreferenceTreeClick() local
|
/packages/apps/Dialer/java/com/android/dialer/precall/impl/ |
D | CallingAccountSelector.java | 180 @Nullable Suggestion suggestion) { in showDialog()
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
D | GlobalSearchSupport.java | 255 SearchSuggestion suggestion = new SearchSuggestion(); in addSearchSuggestionsBasedOnFilter() local
|
/packages/inputmethods/LeanbackIME/src/com/android/inputmethod/leanback/ |
D | LeanbackKeyboardContainer.java | 1248 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/ |
D | DictionaryFacilitator.java | 151 void addToUserHistory(final String suggestion, final boolean wasAutoCapitalized, in addToUserHistory()
|