Searched refs:mLastInlineSuggestionsRequest (Results 1 – 1 of 1) sorted by relevance
343 @Nullable private Pair<Integer, InlineSuggestionsRequest> mLastInlineSuggestionsRequest; field in Session6052 if (mLastInlineSuggestionsRequest != null in createAuthFillInIntentLocked()6053 && mLastInlineSuggestionsRequest.first == requestId) { in createAuthFillInIntentLocked()6055 mLastInlineSuggestionsRequest.second); in createAuthFillInIntentLocked()6068 mLastInlineSuggestionsRequest = Pair.create(requestId, inlineSuggestionsRequest); in inlineSuggestionsRequestCacheDecorator()