Merge "[DU09-3]Modify the NetworkStatsCollection Builder API"

This commit is contained in:
Frank Li
2022-03-14 02:36:08 +00:00
committed by Gerrit Code Review

View File

@@ -90,7 +90,7 @@ package android.net {
method @NonNull public android.net.NetworkStatsCollection build(); method @NonNull public android.net.NetworkStatsCollection build();
} }
public static class NetworkStatsCollection.Key { public static final class NetworkStatsCollection.Key {
ctor public NetworkStatsCollection.Key(@NonNull java.util.Set<android.net.NetworkIdentity>, int, int, int); ctor public NetworkStatsCollection.Key(@NonNull java.util.Set<android.net.NetworkIdentity>, int, int, int);
} }