summaryrefslogtreecommitdiffstats
path: root/services/java/com/android/server/net/NetworkStatsService.java
Commit message (Expand)AuthorAgeFilesLines
* Avoid NPE when missing network stats.Jeff Sharkey2011-12-121-2/+4
* Only write network stats when already loaded.Jeff Sharkey2011-11-171-2/+8
* Update NTP outside locks, log large trim events.Jeff Sharkey2011-11-161-9/+43
* Conservatively trim data usage stats.Jeff Sharkey2011-11-141-2/+4
* Clamp non-monotonic stats instead of dropping.Jeff Sharkey2011-11-101-6/+23
* Merge "Bootstrap stats before registering listeners." into ics-mr1Jeff Sharkey2011-11-081-15/+11
|\
| * Bootstrap stats before registering listeners.Jeff Sharkey2011-11-081-15/+11
* | Make operation counts monotonically increase.Jeff Sharkey2011-11-081-2/+1
|/
* Correct proc file reader, optimizations.Jeff Sharkey2011-11-021-14/+45
* Refine random stats generation.Jeff Sharkey2011-10-051-33/+73
* Track xtables summary, move tether stats, time.Jeff Sharkey2011-10-031-117/+216
* Watch network subtype, tethering teardown, empty.Jeff Sharkey2011-09-221-24/+75
* Upload correct txPackets count.Jeff Sharkey2011-09-191-2/+2
* DO NOT MERGE: Sample atomic network stats buckets, full poll.Jeff Sharkey2011-09-181-96/+78
* Collect and persist tethering stats.Jeff Sharkey2011-09-161-2/+67
* Network stats flag to force complete poll.Jeff Sharkey2011-09-141-2/+19
* Poll UID stats during iface changes, enforce idx.Jeff Sharkey2011-09-071-63/+79
* Sample network statistics for sanity check.Jeff Sharkey2011-09-011-0/+44
* Introduce immediate CONNECTIVITY_ACTION variant.Jeff Sharkey2011-08-291-2/+2
* Always splice historical data stats, debug info.Jeff Sharkey2011-08-261-1/+1
* Register for kernel global data usage alerts.Jeff Sharkey2011-08-231-58/+134
* Foreground/background network stats using sets.Jeff Sharkey2011-08-151-142/+206
* Network stats with varint, omit parcel fields.Jeff Sharkey2011-08-031-25/+36
* Add operation counts to network statistics.Jeff Sharkey2011-07-291-9/+69
* Acquire wakelock during network stats collection.Jeff Sharkey2011-07-171-4/+25
* Hide NetworkTemplate details, buffered stats I/O.Jeff Sharkey2011-07-141-11/+12
* Include full network history around current time.Jeff Sharkey2011-07-121-8/+15
* Hide NetworkStatsHistory internals.Jeff Sharkey2011-07-121-37/+46
* Cached NTP time for system services.Jeff Sharkey2011-07-101-5/+2
* Migrate bandwidth control to NMS, omit history.Jeff Sharkey2011-06-301-26/+13
* Better network stats parsing, integer tags, async.Jeff Sharkey2011-06-281-3/+4
* NetworkStatsService: disabled by defaultJP Abgrall2011-06-271-1/+3
* NetworkStatsService: check kernel bandwidth support before enablingJP Abgrall2011-06-231-1/+8
* Enable bandwidth module from stats service.Jeff Sharkey2011-06-221-0/+17
* Persist "tagged" network stats along with UIDs.Jeff Sharkey2011-06-191-66/+149
* Handle removed UIDs in network stats and policy.Jeff Sharkey2011-06-191-9/+60
* Read "qtaguid" network stats, refactor templates.Jeff Sharkey2011-06-181-136/+197
* Avoid clobbering UID stats when not yet loaded.Jeff Sharkey2011-06-171-2/+6
* Data usage warning and limit notifications.Jeff Sharkey2011-06-141-2/+8
* Growable NetworkStats object instead of builder.Jeff Sharkey2011-06-111-9/+23
* Persist UID stats, lazy loading, resize buckets.Jeff Sharkey2011-06-111-137/+298
* Interface-level network policy, persist policies.Jeff Sharkey2011-06-101-16/+40
* Persist network stats using AtomicFile.Jeff Sharkey2011-06-091-13/+118
* Compute range-based usage in NetworkStatsHistory.Jeff Sharkey2011-06-071-3/+16
* UID network stats, secure settings, and random.Jeff Sharkey2011-06-071-57/+188
* Map network identity using ConnectivityService.Jeff Sharkey2011-06-071-117/+130
* Collect historical network stats.Jeff Sharkey2011-06-011-0/+403