Searched refs:forAugmentedAutofillOnly (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/services/autofill/java/com/android/server/autofill/ |
D | AutofillManagerServiceImpl.java | 296 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()
|
D | Session.java | 640 boolean bindInstantServiceAllowed, boolean forAugmentedAutofillOnly, int flags) { in Session() argument 662 mForAugmentedAutofillOnly = forAugmentedAutofillOnly; in Session()
|