Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3b24ef05 authored by Feng Cao's avatar Feng Cao
Browse files

fix documentation for the non-final version of dump() in AugmentedAutofillService

Fixes: 123927351
Test: mmm frameworks/base/:doc-comment-check-docs
      m update-api

Change-Id: Ie4f4d527d6b7a6804de62d212085c0e7d2e651a7
parent 6737cc67
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -234,7 +234,12 @@ public abstract class AugmentedAutofillService extends Service {
    }

    /**
     * Implementation specific {@code dump}.
     * Implementation specific {@code dump}. The child class can override the method to provide
     * additional information about the Service's state into the dumpsys output.
     *
     * @param pw The PrintWriter to which you should dump your state.  This will be closed for
     * you after you return.
     * @param args additional arguments to the dump request.
     */
    protected void dump(@NonNull PrintWriter pw,
            @SuppressWarnings("unused") @NonNull String[] args) {