Searched refs:getInlineSuggestions (Results 1 – 7 of 7) sorted by relevance
203 Log.d(TAG, "IME receives response: " + response.getInlineSuggestions().size()); in handleOnInlineSuggestionsResponse()210 boolean isResponseEmpty = response.getInlineSuggestions().isEmpty(); in consumeInlineSuggestionsResponse()
228 boolean isEmptyResponse = response.getInlineSuggestions().isEmpty(); in maybeUpdateResponseToImeLocked()233 maybeNotifyFillUiEventLocked(response.getInlineSuggestions()); in maybeUpdateResponseToImeLocked()247 if (sDebug) Slog.d(TAG, "Send inline response: " + response.getInlineSuggestions().size()); in updateResponseToImeUncheckLocked()
62 final List<Dataset> inlineSuggestions = response.getInlineSuggestions(); in onSuccess()
121 public @Nullable List<Dataset> getInlineSuggestions() { in getInlineSuggestions() method in FillResponse
110 public @NonNull List<InlineSuggestion> getInlineSuggestions() { in getInlineSuggestions() method in InlineSuggestionsResponse
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
55569 …d @NonNull public java.util.List<android.view.inputmethod.InlineSuggestion> getInlineSuggestions();