Home
last modified time | relevance | path

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

/frameworks/base/services/autofill/java/com/android/server/autofill/
DAutofillManagerServiceImpl.java296 boolean forAugmentedAutofillOnly = (flags in startSessionLocked()
298 if (!isEnabledLocked() && !forAugmentedAutofillOnly) { in startSessionLocked()
302 if (!forAugmentedAutofillOnly && isAutofillDisabledLocked(componentName)) { in startSessionLocked()
310 forAugmentedAutofillOnly = true; in startSessionLocked()
333 + ", forAugmentedAutofillOnly=" + forAugmentedAutofillOnly); in startSessionLocked()
341 bindInstantServiceAllowed, forAugmentedAutofillOnly, flags); in startSessionLocked()
352 + " hc=" + hasCallback + " f=" + flags + " aa=" + forAugmentedAutofillOnly; in startSessionLocked()
357 if (forAugmentedAutofillOnly) { in startSessionLocked()
472 boolean bindInstantServiceAllowed, boolean forAugmentedAutofillOnly, int flags) { in createSessionByTokenLocked() argument
495 componentName, compatMode, bindInstantServiceAllowed, forAugmentedAutofillOnly, in createSessionByTokenLocked()
DSession.java640 boolean bindInstantServiceAllowed, boolean forAugmentedAutofillOnly, int flags) { in Session() argument
662 mForAugmentedAutofillOnly = forAugmentedAutofillOnly; in Session()