Searched refs:mPreviousHasNonPinSuggestionShow (Results 1 – 1 of 1) sorted by relevance
106 private boolean mPreviousHasNonPinSuggestionShow; field in AutofillInlineSuggestionsRequestSession273 + ", mPreviousHasNonPinSuggestionShow=" + mPreviousHasNonPinSuggestionShow); in maybeNotifyFillUiEventLocked()277 if (hasSuggestionToShow && !mPreviousHasNonPinSuggestionShow) { in maybeNotifyFillUiEventLocked()280 } else if (!hasSuggestionToShow && mPreviousHasNonPinSuggestionShow) { in maybeNotifyFillUiEventLocked()285 mPreviousHasNonPinSuggestionShow = hasSuggestionToShow; in maybeNotifyFillUiEventLocked()