Searched refs:getSmartSuggestionModeToString (Results 1 – 3 of 3) sorted by relevance
22 import static android.view.autofill.AutofillManager.getSmartSuggestionModeToString;681 + getSmartSuggestionModeToString(mSupportedSmartSuggestionModes)); in setDeviceConfigProperties()2109 pw.println(getSmartSuggestionModeToString(mSupportedSmartSuggestionModes)); in dump()
48 import static android.view.autofill.AutofillManager.getSmartSuggestionModeToString;5029 + getSmartSuggestionModeToString(mode) in triggerAugmentedAutofillLocked()
3462 public static String getSmartSuggestionModeToString(@SmartSuggestionMode int flags) { in getSmartSuggestionModeToString() method in AutofillManager