Searched refs:FLAG_SMART_SUGGESTION_SYSTEM (Results 1 – 4 of 4) sorted by relevance
476 public static final int FLAG_SMART_SUGGESTION_SYSTEM = 0x1; field in AutofillManager479 @IntDef(flag = false, value = { FLAG_SMART_SUGGESTION_OFF, FLAG_SMART_SUGGESTION_SYSTEM })3767 case FLAG_SMART_SUGGESTION_SYSTEM: in getSmartSuggestionModeToString()
694 AutofillManager.FLAG_SMART_SUGGESTION_SYSTEM); in setDeviceConfigProperties()
51 import static android.view.autofill.AutofillManager.FLAG_SMART_SUGGESTION_SYSTEM;5576 if ((supportedModes & FLAG_SMART_SUGGESTION_SYSTEM) != 0) { in triggerAugmentedAutofillLocked()5577 mode = FLAG_SMART_SUGGESTION_SYSTEM; in triggerAugmentedAutofillLocked()
3853 field public static final int FLAG_SMART_SUGGESTION_SYSTEM = 1; // 0x1