Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/service/autofill/augmented/
DAugmentedAutofillService.java429 private AutofillId mLastShownId; field in AugmentedAutofillService.AutofillProxy
466 if (mSmartSuggestion != null && mFocusedId.equals(mLastShownId)) { in getSmartSuggestionParams()
481 mLastShownId = mFocusedId; in getSmartSuggestionParams()
658 if (mLastShownId != null) { in dump()
659 pw.print(prefix); pw.print("lastShownId: "); pw.println(mLastShownId); in dump()