Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/autofill/
H A DAutofillManager.java445 public static final int FLAG_SMART_SUGGESTION_SYSTEM = 0x1; field in AutofillManager
448 @IntDef(flag = false, value = { FLAG_SMART_SUGGESTION_OFF, FLAG_SMART_SUGGESTION_SYSTEM })
3466 case FLAG_SMART_SUGGESTION_SYSTEM: in getSmartSuggestionModeToString()
/aosp14/frameworks/base/services/autofill/java/com/android/server/autofill/
H A DSession.java47 import static android.view.autofill.AutofillManager.FLAG_SMART_SUGGESTION_SYSTEM;
5000 if ((supportedModes & FLAG_SMART_SUGGESTION_SYSTEM) != 0) { in triggerAugmentedAutofillLocked()
5001 mode = FLAG_SMART_SUGGESTION_SYSTEM; in triggerAugmentedAutofillLocked()
H A DAutofillManagerService.java675 AutofillManager.FLAG_SMART_SUGGESTION_SYSTEM); in setDeviceConfigProperties()
/aosp14/frameworks/base/core/api/
H A Dtest-current.txt3649 field public static final int FLAG_SMART_SUGGESTION_SYSTEM = 1; // 0x1