summaryrefslogtreecommitdiff
path: root/services/java/com/android/server/net/NetworkStatsService.java
Commit message (Expand)AuthorAgeFilesLines
* Move some system services to separate directoriesAmith Yamasani2013-12-191-1340/+0
* Use a separate thread for services that do NTP lookupAmith Yamasani2013-09-191-2/+4
* Request all tethering interfaces, fix corruption.Jeff Sharkey2013-09-101-2/+3
* Batch alarms to reduce device wakeupsChristopher Tate2013-07-171-14/+10
* Start combining threads in system process.Dianne Hackborn2013-05-021-5/+2
* am 1f8f2839: am ed3fba65: Merge "Avoid null mobile interfaces." into jb-mr1.1...Jeff Sharkey2012-12-031-1/+1
|\
| * Avoid null mobile interfaces.Jeff Sharkey2012-11-301-1/+1
* | am ae0edeb3: am c88047bf: Merge "Move NTP updates outside locks"Kenny Root2012-11-271-5/+5
|\ \ | |/ |/|
| * Move NTP updates outside locksAnders 3 Fridlund2012-11-161-5/+5
* | Useful annotations for code documentation.Jeff Sharkey2012-11-121-1/+2
|/
* Migrate more Secure settings to Global.Jeff Sharkey2012-09-271-3/+3
* Migrate network stats from removed users.Jeff Sharkey2012-09-191-8/+63
* Actually move to Global settings.Jeff Sharkey2012-09-141-21/+21
* Move to Global.NETSTATS and Global.NTP constants.Jeff Sharkey2012-09-141-17/+17
* Improve multi-user broadcasts.Dianne Hackborn2012-08-301-1/+3
* Make generic BaseNetworkObserver.Jeff Sharkey2012-08-051-1/+1
* Revert "API to adjust network stats."Jeff Sharkey2012-07-311-8/+0
* API to adjust network stats. DO NOT MERGE.Jeff Sharkey2012-07-311-0/+8
* Transition from DEV network stats to XT.Jeff Sharkey2012-05-171-3/+58
* Avoid updating thresholds during shutdown.Jeff Sharkey2012-05-091-3/+5
* Recover from Throwable in FileRotator, dump.Jeff Sharkey2012-05-091-1/+3
* Ack, wrap advisePersistThreshold() in lock.Jeff Sharkey2012-05-071-4/+6
* Reduce persist threshold for lower warning/limit.Jeff Sharkey2012-05-031-25/+88
* Begin collecting xtables iface counters.Jeff Sharkey2012-05-011-8/+26
* Clear identity when checking if bandwidth enabled.Jeff Sharkey2012-04-231-0/+3
* Better assertions when bandwidth module disabled.Jeff Sharkey2012-04-211-0/+10
* Move TrafficStats iface counters to xt_qtaguid.Jeff Sharkey2012-04-121-8/+19
* Migrate to @Override to remove warnings.Jeff Sharkey2012-04-091-3/+11
* Splice operations before collapsing ifaces.Jeff Sharkey2012-04-091-2/+3
* INetworkStatsSession with lifecycle for caching.Jeff Sharkey2012-04-061-29/+65
* Support metered Wi-Fi NetworkPolicy.Jeff Sharkey2012-04-051-2/+2
* Combine network subtypes by default.Jeff Sharkey2012-03-161-2/+7
* Avoid updating network stats after shutdown.Jeff Sharkey2012-03-061-0/+9
* List rotated netstats files during --checkin dump.Jeff Sharkey2012-02-061-3/+14
* Unify shorthand for byte-based units.Jeff Sharkey2012-02-031-4/+1
* Avoid NDC deadlock when re-arming network alert.Jeff Sharkey2012-02-021-1/+6
* Clear identity when updating network stats.Jeff Sharkey2012-01-311-1/+7
* Move network stats to FileRotator pattern.Jeff Sharkey2012-01-241-995/+281
* Move non-monotonic reporting to interface.Jeff Sharkey2012-01-101-22/+27
* Move NMS to CONNECTIVITY_INTERNAL permission.Jeff Sharkey2011-12-141-1/+8
* Merge "Avoid reading network stats when disabled."Jeff Sharkey2011-12-141-0/+14
|\
| * Avoid reading network stats when disabled.Jeff Sharkey2011-12-131-0/+14
* | 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
|/