Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/autofill/
DAutofillManager.java679 private boolean mEnabledForAugmentedAutofillOnly; field in AutofillManager
1732 if (clientAdded && (mEnabled || mEnabledForAugmentedAutofillOnly) in notifyViewExitedLocked()
1862 if (!mEnabled && !mEnabledForAugmentedAutofillOnly) { in notifyViewEnteredLocked()
1943 if (clientAdded && (mEnabled || mEnabledForAugmentedAutofillOnly) in notifyViewExitedLocked()
2535 || mEnabledForAugmentedAutofillOnly) { in startSessionLocked()
2544 + ", enabledAugmentedOnly=" + mEnabledForAugmentedAutofillOnly in startSessionLocked()
2550 if (mForAugmentedAutofillOnly && !mEnabledForAugmentedAutofillOnly in startSessionLocked()
2571 if (!mEnabledForAugmentedAutofillOnly && mOptions != null in startSessionLocked()
2715 mEnabledForAugmentedAutofillOnly = (flags in tryAddServiceClientIfNeededLocked()
2719 + ", enabledForAugmentedOnly: " + mEnabledForAugmentedAutofillOnly); in tryAddServiceClientIfNeededLocked()