Home
last modified time | relevance | path

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

/frameworks/base/services/autofill/java/com/android/server/autofill/
DAutofillInlineSuggestionsRequestSession.java106 private boolean mPreviousHasNonPinSuggestionShow; field in AutofillInlineSuggestionsRequestSession
273 + ", mPreviousHasNonPinSuggestionShow=" + mPreviousHasNonPinSuggestionShow); in maybeNotifyFillUiEventLocked()
277 if (hasSuggestionToShow && !mPreviousHasNonPinSuggestionShow) { in maybeNotifyFillUiEventLocked()
280 } else if (!hasSuggestionToShow && mPreviousHasNonPinSuggestionShow) { in maybeNotifyFillUiEventLocked()
285 mPreviousHasNonPinSuggestionShow = hasSuggestionToShow; in maybeNotifyFillUiEventLocked()