summaryrefslogtreecommitdiffstats
path: root/services/java/com/android/server/location
Commit message (Expand)AuthorAgeFilesLines
* Don't track LocationManager internal requests in AppOps (b/10725757).David Christie2013-09-122-5/+28
* Fix exceptions in the Flp Hal layer:destradaa2013-09-111-1/+7
* Fixed b/10512887.Zhentao Sun2013-08-291-30/+45
* Add support in the platform for Flp Geofencing.destradaa2013-08-133-32/+199
* Address Robin's code review comments in initial FlpHal submission.destradaa2013-08-092-26/+50
* Add FlpHal layer to support Location Batching.destradaa2013-08-083-0/+579
* Make it safe to use start/stop app ops outside of system procDianne Hackborn2013-07-171-2/+4
* More work on process tracking.Dianne Hackborn2013-06-141-1/+3
* Made it easier to disable overlay mechanism of location components.Zhentao Sun2013-04-223-16/+28
* Merge "Re-introduce single-shot mode, set MS Assist Mode A when in single-sho...Stan Chesnutt2013-04-161-7/+52
|\
| * Re-introduce single-shot mode, set MS Assist Mode A when inStan Chesnutt2013-04-151-7/+52
* | GPS Hardware geofencing.Jaikumar Ganesh2013-04-102-0/+265
|/
* am d080bb07: am b9620a89: am 9434c112: Merge "Services: Adding HSPAP info in ...Jaikumar Ganesh2013-02-071-1/+2
|\
| * Merge "Services: Adding HSPAP info in Android"Jaikumar Ganesh2013-02-071-1/+2
| |\
| | * Services: Adding HSPAP info in AndroidArun Ravindran2012-09-051-1/+2
| | * Create telephony-common and mms-common - DO NOT MERGEWink Saville2012-07-171-5/+6
* | | dual-mode switching single/multiuser ServiceWatcherVictoria Lease2013-02-016-31/+8
* | | Merge "App ops: you can now turn off operations."Dianne Hackborn2013-01-253-5/+24
|\ \ \
| * | | App ops: you can now turn off operations.Dianne Hackborn2013-01-253-5/+24
* | | | Fix GpsLocationProvider.enable/disable/isEnabledLaurent Tu2013-01-241-10/+10
|/ / /
* | | fix NPE in updateClientUidsVictoria Lease2013-01-151-0/+3
* | | WorkSource can now track package names.Dianne Hackborn2013-01-111-35/+29
* | | New "app ops" service.Dianne Hackborn2013-01-091-0/+10
* | | prevent concurrency issues during LocationManager initVictoria Lease2013-01-023-9/+12
* | | am 44d927ca: am 66f3d7f3: am 446ffe00: am e6299d5a: Merge "Fires geofence if ...Victoria Lease2012-11-082-72/+247
|\ \ \ | |/ /
| * | am 66f3d7f3: am 446ffe00: am e6299d5a: Merge "Fires geofence if the device is...Victoria Lease2012-11-082-72/+247
| |\ \
| | * | Fires geofence if the device is already in the geofence area.Victoria Lease2012-11-062-72/+247
* | | | am 58ed5d74: am 768d9e1a: Merge "Correct executable bit for source files"Kenny Root2012-11-073-0/+0
|\ \ \ \ | |/ / /
| * | | am 768d9e1a: Merge "Correct executable bit for source files"Kenny Root2012-11-073-0/+0
| |\ \ \ | | |/ / | |/| |
| | * | Correct executable bit for source filesKenny Root2012-11-073-0/+0
* | | | don't complain about CDMA support on non-CDMA devicesVictoria Lease2012-10-291-7/+6
|/ / /
* | | Merge "Multiuser love for LocationManager" into jb-mr1-devVictoria Lease2012-10-096-8/+32
|\ \ \
| * | | Multiuser love for LocationManagerVictoria Lease2012-10-086-8/+32
* | | | Last position improvements for GeofenceManagerLaurent Tu2012-10-041-4/+2
|/ / /
* | | multiuser support for LocationBlacklistVictoria Lease2012-10-041-12/+26
* | | Avoid NPE in GpsLocationProviderVictoria Lease2012-10-011-59/+31
* | | temporarily disable blacklistingVictoria Lease2012-09-271-0/+2
* | | Fix for bug: #7173350. elapsedRealtimeNano() -> elapsedRealtimeNanos()Philip Milne2012-09-262-3/+3
* | | Update references to migrated global settings.Jeff Brown2012-09-251-4/+4
* | | Merge "Revert "Fix for bug: #7173350. elapsedRealtimeNano() -> elapsedRealtim...Philip Milne2012-09-241-1/+1
|\ \ \
| * | | Revert "Fix for bug: #7173350. elapsedRealtimeNano() -> elapsedRealtimeNanos()"Philip Milne2012-09-241-1/+1
* | | | Merge "Fix for bug: #7173350. elapsedRealtimeNano() -> elapsedRealtimeNanos()...Philip Milne2012-09-241-1/+1
|\ \ \ \ | |/ / /
| * | | Fix for bug: #7173350. elapsedRealtimeNano() -> elapsedRealtimeNanos()Philip Milne2012-09-211-1/+1
* | | | Do not use passive GPS data for COARSE only apps.Victoria Lease2012-09-212-17/+5
|/ / /
* | | Secure setting for LocationFudger's accuracyVictoria Lease2012-09-121-46/+133
* | | Update airplane-mode manipulation for the new Settings namespaceChristopher Tate2012-09-101-2/+2
* | | Improve multi-user broadcasts.Dianne Hackborn2012-08-301-3/+4
* | | Fix GpsLocationProvider wake lock book keeping.Jeff Brown2012-08-251-8/+20
* | | Fix GPS provider thread blocked by NTP and XTRAKevin Tang2012-08-241-51/+89
* | | Listen for CONNECTIVITY_ACTION in GPS ProviderBrian Muramatsu2012-08-211-0/+1