summaryrefslogtreecommitdiffstats
path: root/services/java/com/android/server/ThrottleService.java
Commit message (Expand)AuthorAgeFilesLines
* First step towards cleaning up Global settings.Jeff Sharkey2012-09-261-30/+30
* Fix issue #7214090: Need to be able to post notifications to all usersDianne Hackborn2012-09-241-3/+6
* Improve multi-user broadcasts.Dianne Hackborn2012-08-301-5/+6
* Network data activity change intent for network interfaces.Haoyu Bai2012-07-171-0/+1
* Begin collecting xtables iface counters.Jeff Sharkey2012-05-011-1/+1
* Data usage buckets active time, parsing ISE.Jeff Sharkey2011-08-241-1/+4
* Foreground/background network stats using sets.Jeff Sharkey2011-08-151-2/+2
* NetworkManagementService: receive bandwidth controller eventsJP Abgrall2011-07-141-0/+1
* Hide NetworkStatsHistory internals.Jeff Sharkey2011-07-121-2/+3
* Cached NTP time for system services.Jeff Sharkey2011-07-101-29/+4
* Hookup interface status to other clientsMike J. Chen2011-06-241-4/+5
* Revert "Revert "Propagate new link-status-change message to any NetworkManage...Mike J. Chen2011-06-231-1/+3
* Read "qtaguid" network stats, refactor templates.Jeff Sharkey2011-06-181-1/+2
* Return NetworkStats bundle from NM service.Jeff Sharkey2011-05-041-2/+12
* Tests for ThrottleService, NTP into TrustedTime.Jeff Sharkey2011-04-281-79/+104
* Revert "Propagate new link-status-change message to any NetworkManagementServ...Wink Saville2011-01-091-3/+1
* Propagate new link-status-change message to any NetworkManagementServiceStan Chesnutt2011-01-071-1/+3
* Reorder ThrottleService startup to avoid race.Robert Greenwalt2010-06-161-16/+16
* resolved conflicts for merge of ee09dc67 to masterRobert Greenwalt2010-06-081-16/+19
|\
| * Cut logging, boost efficiency of ThrottleServiceRobert Greenwalt2010-06-071-17/+20
* | resolved conflicts for merge of 3cd6a3e3 to masterRobert Greenwalt2010-05-261-3/+10
|\ \ | |/
| * Make the NTP Cache max-age gservices-settableRobert Greenwalt2010-05-251-3/+10
* | Fix throttle datafile parsing.Robert Greenwalt2010-05-111-22/+35
* | Fix build. Instantiate object before use.Robert Greenwalt2010-05-101-0/+4
* | Reduce lock contentionRobert Greenwalt2010-05-101-91/+100
|/
* Fix ThrottleService wifi interactionRobert Greenwalt2010-05-061-1/+61
* Fix Throttle reset.Robert Greenwalt2010-04-261-20/+16
* Handle throttling being disabled via policy changeRobert Greenwalt2010-04-231-0/+1
* Respond to changes in throttle policy.Robert Greenwalt2010-04-231-3/+6
* Add a Throttle check shortly after boot.Robert Greenwalt2010-04-221-0/+7
* Trim throttle logs.Robert Greenwalt2010-04-221-15/+21
* Misc fixes for throttling.Robert Greenwalt2010-04-191-40/+47
* Make ThrottleService more tamper resistant.Robert Greenwalt2010-04-181-53/+138
* Dont check on interface value on APIIrfan Sheriff2010-04-161-12/+13
* Add multi-sim support to ThrottleService.Robert Greenwalt2010-04-151-1/+70
* Sholes mobile iface comes/goes - handle the resetRobert Greenwalt2010-04-141-0/+12
* Update the datause icons.Robert Greenwalt2010-04-141-5/+4
* Perist Throttle data across rebootsRobert Greenwalt2010-04-131-21/+67
* Add build config values for data use defaultsRobert Greenwalt2010-04-131-37/+49
* Fix Throttle Notification intentsRobert Greenwalt2010-04-121-1/+1
* Add warning magic to be a bit more reasonable.Robert Greenwalt2010-04-091-11/+33
* Make ThrottleService notice policy changes.Robert Greenwalt2010-04-091-18/+55
* Roaming data doesn't count against limitsRobert Greenwalt2010-04-081-10/+10
* Throttling framework addinsIrfan Sheriff2010-04-081-0/+6
* Updating some notificiation UI for ThrottlingRobert Greenwalt2010-04-081-4/+6
* Add service to monitor/control the flow of data.Robert Greenwalt2010-04-081-0/+729