summaryrefslogtreecommitdiffstats
path: root/services/java/com/android/server/net
Commit message (Expand)AuthorAgeFilesLines
* Data usage notifs, newly installed apps, defaults.Jeff Sharkey2011-07-171-28/+52
* Acquire wakelock during network stats collection.Jeff Sharkey2011-07-171-4/+25
* Hide NetworkTemplate details, buffered stats I/O.Jeff Sharkey2011-07-142-14/+15
* Include full network history around current time.Jeff Sharkey2011-07-121-8/+15
* Hide NetworkStatsHistory internals.Jeff Sharkey2011-07-122-39/+50
* Cached NTP time for system services.Jeff Sharkey2011-07-102-7/+3
* Migrate bandwidth control to NMS, omit history.Jeff Sharkey2011-06-302-28/+18
* Enforce background data flag, rules through netd.Jeff Sharkey2011-06-301-39/+124
* Push interface quota rules from NetworkPolicyManager to kernel.Ashish Sharma2011-06-291-6/+44
* Better network stats parsing, integer tags, async.Jeff Sharkey2011-06-282-61/+52
* 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
* Teach NetworkIdentity about roaming.Jeff Sharkey2011-06-192-4/+16
* Persist "tagged" network stats along with UIDs.Jeff Sharkey2011-06-191-66/+149
* Handle removed UIDs in network stats and policy.Jeff Sharkey2011-06-192-13/+84
* Read "qtaguid" network stats, refactor templates.Jeff Sharkey2011-06-184-408/+261
* Notify policy listeners about metered ifaces.Jeff Sharkey2011-06-171-8/+47
* Avoid clobbering UID stats when not yet loaded.Jeff Sharkey2011-06-171-2/+6
* DownloadManager flags for network policy.Jeff Sharkey2011-06-161-0/+6
* Include template in data warning/limit intents.Jeff Sharkey2011-06-151-11/+15
* Data usage warning and limit notifications.Jeff Sharkey2011-06-142-6/+225
* Generate default policy for devices without IMSI.Jeff Sharkey2011-06-131-4/+1
* Fix test-related build breakage.Jeff Sharkey2011-06-131-33/+12
* External mutation of full NetworkPolicy set.Jeff Sharkey2011-06-122-91/+130
* 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
* Move data cycle methods to framework object.Jeff Sharkey2011-06-101-49/+1
* Interface-level network policy, persist policies.Jeff Sharkey2011-06-102-43/+504
* Persist network stats using AtomicFile.Jeff Sharkey2011-06-092-15/+137
* 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-074-117/+413
* Collect historical network stats.Jeff Sharkey2011-06-012-29/+421
* Tests for NetworkPolicyManager rule generation.Jeff Sharkey2011-06-011-5/+9
* Teach NetworkPolicyManager how to dumpsys itself.Jeff Sharkey2011-06-011-0/+77
* Policy and rules work for ConnectivityManager.Jeff Sharkey2011-06-011-14/+76
* Observe screen on/off events in NetworkPolicy.Jeff Sharkey2011-05-231-54/+141
* APIs to profile network usage for current UID.Jeff Sharkey2011-05-211-3/+1
* First pass at NetworkPolicy and activity tracking.Jeff Sharkey2011-05-131-0/+165