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

Commit 679967d3 authored by Xiang Wang's avatar Xiang Wang
Browse files

Remove the API comment on calculation window superset

Fix the links to point at correct param builder's APIs.


Bug: 346604998
Flag: EXEMPT doc only
Test: n/a
Change-Id: I1393f04a8bf391a9b1920f85589ac54ba49bfbc1
parent 31a57f4b
Loading
Loading
Loading
Loading
+3 −7
Original line number Diff line number Diff line
@@ -216,7 +216,7 @@ public class SystemHealthManager {
    /**
     * Gets the maximum number of TIDs this device supports for getting CPU headroom.
     * <p>
     * See {@link CpuHeadroomParams#setTids(int...)}.
     * See {@link CpuHeadroomParams.Builder#setTids(int...)}.
     *
     * @return the maximum size of TIDs supported
     * @throws UnsupportedOperationException if the CPU headroom API is unsupported.
@@ -288,9 +288,7 @@ public class SystemHealthManager {
    /**
     * Gets the range of the calculation window size for CPU headroom.
     * <p>
     * In API version 36, the range will be a superset of [50, 10000].
     * <p>
     * See {@link CpuHeadroomParams#setCalculationWindowMillis(int)}.
     * See {@link CpuHeadroomParams.Builder#setCalculationWindowMillis(int)}.
     *
     * @return the range of the calculation window size supported in milliseconds.
     * @throws UnsupportedOperationException if the CPU headroom API is unsupported.
@@ -310,9 +308,7 @@ public class SystemHealthManager {
    /**
     * Gets the range of the calculation window size for GPU headroom.
     * <p>
     * In API version 36, the range will be a superset of [50, 10000].
     * <p>
     * See {@link GpuHeadroomParams#setCalculationWindowMillis(int)}.
     * See {@link GpuHeadroomParams.Builder#setCalculationWindowMillis(int)}.
     *
     * @return the range of the calculation window size supported in milliseconds.
     * @throws UnsupportedOperationException if the GPU headroom API is unsupported.