am c92550e4: Merge "Replace renamed reference to NetworkStats in javadoc" into mnc-dev
* commit 'c92550e4b44da843a530dcde0ed26f221d3df0fc': Replace renamed reference to NetworkStats in javadoc
This commit is contained in:
committed by
Android Git Automerger
commit
e1a985ea46
@@ -29,11 +29,11 @@ import android.util.Log;
|
|||||||
import dalvik.system.CloseGuard;
|
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}.
|
* are returned as results to various queries in {@link NetworkStatsManager}.
|
||||||
*/
|
*/
|
||||||
public final class NetworkStats implements AutoCloseable {
|
public final class NetworkStats implements AutoCloseable {
|
||||||
private final static String TAG = "NetworkUsageStats";
|
private final static String TAG = "NetworkStats";
|
||||||
|
|
||||||
private final CloseGuard mCloseGuard = CloseGuard.get();
|
private final CloseGuard mCloseGuard = CloseGuard.get();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user