Home
last modified time | relevance | path

Searched refs:FLAG_SMART_SUGGESTION_SYSTEM (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/view/autofill/
DAutofillManager.java365 public static final int FLAG_SMART_SUGGESTION_SYSTEM = 0x1; field in AutofillManager
368 @IntDef(flag = false, value = { FLAG_SMART_SUGGESTION_OFF, FLAG_SMART_SUGGESTION_SYSTEM })
2577 case FLAG_SMART_SUGGESTION_SYSTEM: in getSmartSuggestionModeToString()
/frameworks/base/services/autofill/java/com/android/server/autofill/
DSession.java27 import static android.view.autofill.AutofillManager.FLAG_SMART_SUGGESTION_SYSTEM;
2754 if ((supportedModes & FLAG_SMART_SUGGESTION_SYSTEM) != 0) { in triggerAugmentedAutofillLocked()
2755 mode = FLAG_SMART_SUGGESTION_SYSTEM; in triggerAugmentedAutofillLocked()
DAutofillManagerService.java539 AutofillManager.FLAG_SMART_SUGGESTION_SYSTEM); in setDeviceConfigProperties()
/frameworks/base/api/
Dtest-current.txt4423 field public static final int FLAG_SMART_SUGGESTION_SYSTEM = 1; // 0x1