Searched refs:mCurrentViewId (Results 1 – 1 of 1) sorted by relevance
349 private @Nullable AutofillId mCurrentViewId; field in Session634 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 …]