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

Commit ed232f58 authored by Zoltan Szatmary-Ban's avatar Zoltan Szatmary-Ban Committed by Android Git Automerger
Browse files

am c92550e4: Merge "Replace renamed reference to NetworkStats in javadoc" into mnc-dev

* commit 'c92550e4':
  Replace renamed reference to NetworkStats in javadoc
parents 00f6ef0e c92550e4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -29,11 +29,11 @@ import android.util.Log;
import dalvik.system.CloseGuard;

/**
 * Class providing enumeration over buckets of network usage statistics. NetworkUsageStats objects
 * Class providing enumeration over buckets of network usage statistics. {@link NetworkStats} objects
 * are returned as results to various queries in {@link NetworkStatsManager}.
 */
public final class NetworkStats implements AutoCloseable {
    private final static String TAG = "NetworkUsageStats";
    private final static String TAG = "NetworkStats";

    private final CloseGuard mCloseGuard = CloseGuard.get();