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