Home
last modified time | relevance | path

Searched defs:suggestions (Results 1 – 8 of 8) sorted by relevance

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DNetworkSuggestionEvaluatorTest.java96 WifiNetworkSuggestion[] suggestions = buildNetworkSuggestions(suggestionSsids, securities, in testSelectNetworkSuggestionForNoMatch() local
134 WifiNetworkSuggestion[] suggestions = buildNetworkSuggestions(suggestionSsids, securities, in testSelectNetworkSuggestionForOneMatch() local
179 WifiNetworkSuggestion[] suggestions = buildNetworkSuggestions(suggestionSsids, securities, in testSelectNetworkSuggestionForMultipleMatch() local
226 WifiNetworkSuggestion[] suggestions = buildNetworkSuggestions(suggestionSsids, securities, in testSelectNetworkSuggestionForMultipleMatchHighPriorityWins() local
276 WifiNetworkSuggestion[] suggestions = buildNetworkSuggestions(suggestionSsids, securities, in testSelectNetworkSuggestionForMultipleMatchWithMultipleSuggestions() local
335 WifiNetworkSuggestion[] suggestions = buildNetworkSuggestions(suggestionSsids, securities, in testSelectNetworkSuggestionForMultipleMatchWithMultipleSuggestionsHighPriorityWins() local
383 WifiNetworkSuggestion[] suggestions = buildNetworkSuggestions(suggestionSsids, securities, in testSelectNetworkSuggestionForOneMatchButFailToAddToWifiConfigManager() local
434 WifiNetworkSuggestion[] suggestions = buildNetworkSuggestions(suggestionSsids, securities, in testSelectNetworkSuggestionForOneMatchForExistingNetwork() local
486 WifiNetworkSuggestion[] suggestions = buildNetworkSuggestions(suggestionSsids, securities, in testSelectNetworkSuggestionForOneMatchButUserForgotTheNetwork() local
536 WifiNetworkSuggestion[] suggestions = buildNetworkSuggestions(suggestionSsids, securities, in testSelectNetworkSuggestionForOneMatchForExistingNetworkButTempDisabled() local
[all …]
/frameworks/base/core/java/android/text/style/
DSuggestionSpan.java144 public SuggestionSpan(Context context, String[] suggestions, int flags) { in SuggestionSpan()
153 public SuggestionSpan(Locale locale, String[] suggestions, int flags) { in SuggestionSpan()
168 public SuggestionSpan(Context context, Locale locale, String[] suggestions, int flags, in SuggestionSpan()
341 private static int hashCodeInternal(String[] suggestions, @NonNull String languageTag, in hashCodeInternal()
/frameworks/base/telecomm/java/com/android/internal/telecom/
DIPhoneAccountSuggestionCallback.aidl25 void suggestPhoneAccounts(in String number, in List<PhoneAccountSuggestion> suggestions); in suggestPhoneAccounts()
/frameworks/base/core/java/android/view/textservice/
DSuggestionsInfo.java59 public SuggestionsInfo(int suggestionsAttributes, String[] suggestions) { in SuggestionsInfo()
71 int suggestionsAttributes, String[] suggestions, int cookie, int sequence) { in SuggestionsInfo()
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/suggestions/
DShadowSuggestionController.java52 public static void setSuggestion(List<Suggestion> suggestions) { in setSuggestion()
/frameworks/base/telecomm/java/android/telecom/
DPhoneAccountSuggestionService.java111 @NonNull List<PhoneAccountSuggestion> suggestions) { in suggestPhoneAccounts()
/frameworks/base/core/java/android/widget/
DSpellChecker.java475 String[] suggestions; in createMisspelledSuggestionSpan() local
DEditor.java2916 String[] suggestions = targetSuggestionSpan.getSuggestions(); in replaceWithSuggestion() local
3505 final String[] suggestions = suggestionSpan.getSuggestions(); in getSuggestionInfo() local