From 08a2cc7c8275637a3cbee6c5b54804dc875d0f5f 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 --- .../src/android/net/NetworkStats.java | 25 ++++++------------- 1 file changed, 8 insertions(+), 17 deletions(-) diff --git a/packages/ConnectivityT/framework-t/src/android/net/NetworkStats.java b/packages/ConnectivityT/framework-t/src/android/net/NetworkStats.java index f681ba1c38530..06f2a621bcae7 100644 --- a/packages/ConnectivityT/framework-t/src/android/net/NetworkStats.java +++ b/packages/ConnectivityT/framework-t/src/android/net/NetworkStats.java @@ -327,16 +327,11 @@ public final class NetworkStats implements Parcelable, Iterable