Home
last modified time | relevance | path

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

/frameworks/base/services/autofill/java/com/android/server/autofill/
DSession.java349 private @Nullable AutofillId mCurrentViewId; field in Session
634 mCurrentViewId = null; in onSwitchInputMethodLocked()
655 final ViewState state = mViewStates.get(mCurrentViewId); in shouldResetSessionStateOnInputMethodSwitch()
796 final AutofillId currentViewId = mCurrentViewId; in onHandleAssistData()
1243 if (mCurrentViewId != null) { in fillContextWithAllowedValuesLocked()
1245 overlay.focused = mCurrentViewId.equals(viewState.id); in fillContextWithAllowedValuesLocked()
1396 final AutofillId focusedId = mCurrentViewId; in requestNewFillResponseLocked()
1791 InlineFillUi.emptyUi(mCurrentViewId)); in onFillRequestSuccess()
1965 final ViewState currentView = mViewStates.get(mCurrentViewId); in onSecondaryFillResponse()
2678 if (id.equals(mCurrentViewId)) { in requestShowFillUi()
[all …]