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