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.java376 boolean forAugmentedAutofillOnly = (flags in startSessionLocked()
378 if (!isEnabledLocked() && !forAugmentedAutofillOnly) { in startSessionLocked()
382 if (!forAugmentedAutofillOnly && isAutofillDisabledLocked(clientActivity)) { in startSessionLocked()
390 forAugmentedAutofillOnly = true; in startSessionLocked()
413 + ", forAugmentedAutofillOnly=" + forAugmentedAutofillOnly); in startSessionLocked()
421 bindInstantServiceAllowed, forAugmentedAutofillOnly, flags); in startSessionLocked()
432 + " hc=" + hasCallback + " f=" + flags + " aa=" + forAugmentedAutofillOnly; in startSessionLocked()
439 if (forAugmentedAutofillOnly) { in startSessionLocked()
579 boolean bindInstantServiceAllowed, boolean forAugmentedAutofillOnly, int flags) { in createSessionByTokenLocked() argument
602 clientActivity, compatMode, bindInstantServiceAllowed, forAugmentedAutofillOnly, in createSessionByTokenLocked()
DSession.java1482 boolean bindInstantServiceAllowed, boolean forAugmentedAutofillOnly, int flags, in Session() argument
1550 mSessionFlags.mAugmentedAutofillOnly = forAugmentedAutofillOnly; in Session()