Home
last modified time | relevance | path

Searched refs:FLAG_ADD_CLIENT_ENABLED_FOR_AUGMENTED_AUTOFILL_ONLY (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/autofill/java/com/android/server/autofill/
DAutofillManagerServiceImpl.java25 …mport static android.view.autofill.AutofillManager.FLAG_ADD_CLIENT_ENABLED_FOR_AUGMENTED_AUTOFILL_…
321 return FLAG_ADD_CLIENT_ENABLED_FOR_AUGMENTED_AUTOFILL_ONLY; in addClientLocked()
377 & FLAG_ADD_CLIENT_ENABLED_FOR_AUGMENTED_AUTOFILL_ONLY) != 0; in startSessionLocked()
/frameworks/base/core/java/android/view/autofill/
DAutofillManager.java336 /** @hide */ public static final int FLAG_ADD_CLIENT_ENABLED_FOR_AUGMENTED_AUTOFILL_ONLY = 0x8; field in AutofillManager
2537 flags |= FLAG_ADD_CLIENT_ENABLED_FOR_AUGMENTED_AUTOFILL_ONLY; in startSessionLocked()
2577 flags |= FLAG_ADD_CLIENT_ENABLED_FOR_AUGMENTED_AUTOFILL_ONLY; in startSessionLocked()
2716 & FLAG_ADD_CLIENT_ENABLED_FOR_AUGMENTED_AUTOFILL_ONLY) != 0; in tryAddServiceClientIfNeededLocked()