Home
last modified time | relevance | path

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

/frameworks/base/services/autofill/java/com/android/server/autofill/
DSession.java651 if (mSessionFlags.mInlineSupportedByService) { in shouldResetSessionStateOnInputMethodSwitch()
672 private boolean mInlineSupportedByService; field in Session.SessionFlags
1364 if (mSessionFlags.mInlineSupportedByService) { in requestNewFillResponseLocked()
1389 if (mSessionFlags.mInlineSupportedByService && remoteRenderService != null in requestNewFillResponseLocked()
1551 mSessionFlags.mInlineSupportedByService = mService.isInlineSuggestionsEnabledLocked(); in Session()
5646 || !mSessionFlags.mInlineSupportedByService in triggerAugmentedAutofillLocked()