Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/autofill/java/com/android/server/autofill/
H A DSession.java592 if (mSessionFlags.mInlineSupportedByService) { in shouldResetSessionStateOnInputMethodSwitch()
613 private boolean mInlineSupportedByService; field in Session.SessionFlags
1239 if (mSessionFlags.mInlineSupportedByService) { in requestNewFillResponseLocked()
1264 if (mSessionFlags.mInlineSupportedByService in requestNewFillResponseLocked()
1402 mSessionFlags.mInlineSupportedByService = mService.isInlineSuggestionsEnabledLocked(); in Session()
5070 || !mSessionFlags.mInlineSupportedByService in triggerAugmentedAutofillLocked()