Skip to content

Commit 47680a3

Browse files
committed
Remove the API comment on calculation window superset
Bug: 346604998 Flag: EXEMPT doc only Test: n/a Change-Id: Icfc2869a5cf602dd4dc37b2f296591c26d62114f
1 parent 9dfcfef commit 47680a3

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

include/android/system_health.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -316,8 +316,6 @@ int ASystemHealth_getMaxCpuHeadroomTidsSize(size_t* _Nonnull outSize);
316316
/**
317317
* Gets the range of the calculation window size for CPU headroom.
318318
*
319-
* In API version 36, the range will be a superset of [50, 10000].
320-
*
321319
* Available since API level 36.
322320
*
323321
* @param outMinMillis Non-null output pointer to be set to the minimum window size in milliseconds.
@@ -332,8 +330,6 @@ __INTRODUCED_IN(36);
332330
/**
333331
* Gets the range of the calculation window size for GPU headroom.
334332
*
335-
* In API version 36, the range will be a superset of [50, 10000].
336-
*
337333
* Available since API level 36.
338334
*
339335
* @param outMinMillis Non-null output pointer to be set to the minimum window size in milliseconds.

0 commit comments

Comments
 (0)