Home
last modified time | relevance | path

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

/frameworks/base/services/autofill/java/com/android/server/autofill/
DSession.java343 @Nullable private Pair<Integer, InlineSuggestionsRequest> mLastInlineSuggestionsRequest; field in Session
6052 if (mLastInlineSuggestionsRequest != null in createAuthFillInIntentLocked()
6053 && mLastInlineSuggestionsRequest.first == requestId) { in createAuthFillInIntentLocked()
6055 mLastInlineSuggestionsRequest.second); in createAuthFillInIntentLocked()
6068 mLastInlineSuggestionsRequest = Pair.create(requestId, inlineSuggestionsRequest); in inlineSuggestionsRequestCacheDecorator()