Methods Summary |
---|
public void | close()
|
public android.net.NetworkStatsHistory | getHistoryForNetwork(android.net.NetworkTemplate template, int fields)Return historical network layer stats for traffic that matches template.
|
public android.net.NetworkStatsHistory | getHistoryForUid(android.net.NetworkTemplate template, int uid, int set, int tag, int fields)Return historical network layer stats for specific UID traffic that matches template.
|
public android.net.NetworkStats | getSummaryForAllUid(android.net.NetworkTemplate template, long start, long end, boolean includeTags)Return network layer usage summary per UID for traffic that matches template.
|
public android.net.NetworkStats | getSummaryForNetwork(android.net.NetworkTemplate template, long start, long end)Return network layer usage summary for traffic that matches template.
|