summaryrefslogtreecommitdiffstats
path: root/services/java/com/android/server/net/NetworkPolicyManagerService.java
Commit message (Expand)AuthorAgeFilesLines
* Use java.util.Objects instead on internal APIKenny Root2013-12-131-3/+3
* Use a separate thread for services that do NTP lookupAmith Yamasani2013-09-191-2/+4
* Start combining threads in system process.Dianne Hackborn2013-05-021-5/+2
* Move XML utility methods into shared location.Jeff Sharkey2013-03-221-47/+6
* App ops: vibration, neighboring cells, dialing, etc.Dianne Hackborn2013-02-011-2/+2
* Fix metered SSID matching regression.Jeff Sharkey2012-12-181-5/+2
* am bf8de6a3: Merge "Remove unnecessary locking for screen broadcasts."Jeff Sharkey2012-12-121-5/+3
|\
| * Remove unnecessary locking for screen broadcasts.Jeff Sharkey2012-12-041-5/+3
* | Useful annotations for code documentation.Jeff Sharkey2012-11-121-5/+7
|/
* Move NetworkPolicy from apps to UID.Jeff Sharkey2012-09-141-80/+141
* Remove Binder.getOrigCallingUid().Dianne Hackborn2012-08-311-3/+7
* Improve multi-user broadcasts.Dianne Hackborn2012-08-301-1/+1
* Rename UserId to UserHandle.Dianne Hackborn2012-08-161-10/+10
* User Manager service to manage users and query user detailsAmith Yamasani2012-08-111-1/+3
* Make generic BaseNetworkObserver.Jeff Sharkey2012-08-051-1/+1
* Make AtomicFile a public API. It's about time!Dianne Hackborn2012-07-311-1/+1
* Handle SCREEN_ON/OFF broadcasts without blocking.Jeff Sharkey2012-06-191-2/+7
* Clear identity when snoozing limit.Jeff Sharkey2012-06-121-1/+7
* Extend process observer to be usable for media routing.Dianne Hackborn2012-05-311-0/+4
* Advise persist threshold outside NPMS lock.Jeff Sharkey2012-05-241-9/+15
* Disable policy when bandwidth module missing.Jeff Sharkey2012-05-041-0/+17
* Reduce persist threshold for lower warning/limit.Jeff Sharkey2012-05-031-1/+21
* Roaming always metered, relax DHCP metered check.Jeff Sharkey2012-04-301-0/+5
* Handle null SSID cleanlyIrfan Sheriff2012-04-271-6/+8
* Relax global restrict for system services.Jeff Sharkey2012-04-241-14/+15
* Connect metered DHCP hint for Wi-Fi networks.Jeff Sharkey2012-04-201-3/+108
* Merge "API to report if active network is metered."Jeff Sharkey2012-04-161-5/+16
|\
| * API to report if active network is metered.Jeff Sharkey2012-04-161-5/+16
* | Surface list of apps with given network policy.Jeff Sharkey2012-04-131-0/+18
|/
* Migrate to @Override to remove warnings.Jeff Sharkey2012-04-091-1/+1
* INetworkStatsSession with lifecycle for caching.Jeff Sharkey2012-04-061-1/+1
* Support metered Wi-Fi NetworkPolicy.Jeff Sharkey2012-04-051-29/+64
* Move network policy to per-appId (instead of UID).Jeff Sharkey2012-03-221-40/+73
* Avoid data usage notifications in airplane mode.Jeff Sharkey2012-03-201-0/+10
* Remember when NetworkPolicy was inferred.Jeff Sharkey2012-03-201-3/+12
* Save timezone when setting data cycle reset date.Jeff Sharkey2012-03-091-6/+17
* Send broadcast when changing restrict background.Jeff Sharkey2012-02-071-0/+18
* Unify shorthand for byte-based units.Jeff Sharkey2012-02-031-4/+1
* Support snoozing of data warning notification.Jeff Sharkey2012-02-021-25/+91
* Move network stats to FileRotator pattern.Jeff Sharkey2012-01-241-0/+3
* Restrict app data on metered networks.Jeff Sharkey2011-12-151-5/+26
* Update NTP outside locks, log large trim events.Jeff Sharkey2011-11-161-8/+19
* Dispatch alerts through background thread.Jeff Sharkey2011-11-081-13/+22
* Make policy data enabled flag static.Jeff Sharkey2011-11-081-15/+5
* Correct proc file reader, optimizations.Jeff Sharkey2011-11-021-1/+6
* Process AMS events in NetworkPolicy handler.Jeff Sharkey2011-11-011-29/+41
* Over-limit within handful of MTU's, update assets.Jeff Sharkey2011-10-101-12/+7
* Change data usage warning notification wording.Jeff Sharkey2011-09-141-2/+1
* Poll UID stats during iface changes, enforce idx.Jeff Sharkey2011-09-071-58/+21
* Introduce immediate CONNECTIVITY_ACTION variant.Jeff Sharkey2011-08-291-3/+3