From d695111dc9bb0879b00b776b1a084c8ef79344c1 Mon Sep 17 00:00:00 2001 From: Aaron Huang Date: Fri, 11 Mar 2022 01:09:34 +0800 Subject: [PATCH] Let docs tool to list the newly-visible IntDef values Some *_ALL constants are exposed in T and they should be mentioned in documentation. Because there are already defined InDef values for this kind of constants. Thus, remove the list in the javadoc and leave these up to the doc tool to list the InDef values. Bug: 222291452 Test: m doc-comment-check-docs Change-Id: Ibbaee5389a85bb3d696a518deea0897845553bfa --- framework-t/src/android/net/NetworkStats.java | 25 ++++++------------- 1 file changed, 8 insertions(+), 17 deletions(-) diff --git a/framework-t/src/android/net/NetworkStats.java b/framework-t/src/android/net/NetworkStats.java index f681ba1c38..06f2a621bc 100644 --- a/framework-t/src/android/net/NetworkStats.java +++ b/framework-t/src/android/net/NetworkStats.java @@ -327,16 +327,11 @@ public final class NetworkStats implements Parcelable, Iterable