summaryrefslogtreecommitdiffstats
path: root/services/java/com/android/server/LocationManagerService.java
Commit message (Expand)AuthorAgeFilesLines
* New Location Manager APIs for Criteria based requests and single shot mode.Mike Lockwood2010-05-211-26/+273
* am d2084bb6: am e1d7dca6: Merge "LocationManagerService: Call updateNetworkSt...Mike Lockwood2010-05-121-1/+1
|\
| * LocationManagerService: Call updateNetworkState on providers that are disabled.Mike Lockwood2010-05-111-1/+1
* | Move files internal to LocationManagerService from framework.jar to services.jarMike Lockwood2010-04-041-17/+18
|/
* Fix LocationManager.getProvider() API breakage.Mike Lockwood2010-03-121-1/+1
* location: dump LocationProvider internal stateFred Fettinger2010-03-071-1/+10
* Remove the ProximityAlerts update Receiver when the last ProximityAlert expires.Sean Foy2010-03-041-1/+2
* Don't eat IllegalArgumentExceptions in LocationManagerService.Mike Lockwood2010-03-021-0/+18
* Switch the services library to using the new SlogJoe Onorato2010-03-011-35/+36
* Don't start location providers until the system is ready.Mike Lockwood2010-02-221-3/+6
* Fix issue #2438980: Implement package watcher for voice recognizer service se...Dianne Hackborn2010-02-221-2/+13
* Don't return passive location provider unless app has fine permissions.Bryan Mawhinney2010-02-181-1/+2
* Add passive location provider.Mike Lockwood2010-02-171-11/+26
* Clean up interface between LocationManagerService and the location providers:Mike Lockwood2010-02-101-46/+44
* Network Location unbundling:Mike Lockwood2010-02-081-63/+33
* Rename media resource broadcastsSuchi Amalapurapu2010-02-081-3/+3
* Apps on sdcard: Add new broadcastsSuchi Amalapurapu2010-02-021-31/+44
* LocationManagerService: Fix bug removing proximity alerts.Mike Lockwood2010-01-191-3/+1
* Cleanup and add public wrapper for IGeocodeProvider interface to prepare for ...Mike Lockwood2010-01-051-5/+6
* Use isLocationProviderEnabled to test for enabled providersBrad Larson2009-12-301-3/+1
* merge from open-source masterJean-Baptiste Queru2009-11-111-1/+1
|\
| * Typo fix in javadocAlexey Tarasov2009-11-091-1/+1
| * LocationManagerService: Fix race when removing LocationListenerJoshua Bartel2009-10-051-1/+12
| * Fixed Android issue #2002: "Proximity alert detection logic is broken"Yusuf T. Mobile2009-09-171-3/+4
| * donut snapshotJean-Baptiste Queru2009-08-311-4/+27
| * donut snapshotJean-Baptiste Queru2009-07-211-41/+18
| * donut snapshotJean-Baptiste Queru2009-05-201-1322/+554
| * AI 144256: Need to show opt-in screen for location collection.Amith Yamasani2009-04-021-0/+3
* | LocationManagerService: clear calling identity in mock provider calls.Mike Lockwood2009-10-261-0/+8
* | GPS: Fix problem with SUPL when SUPL APN is already active.Mike Lockwood2009-10-081-2/+5
* | LocationManagerService: Fix race when removing LocationListenerJoshua Bartel2009-10-081-1/+12
* | LocationManagerService: Take fix accuracy into account in proximity zone logic.Yusuf T. Mobile2009-09-171-3/+4
* | LocationManagerService: Remove caching of last known locations to flash.Mike Lockwood2009-09-011-117/+1
* | LocationManagerService: Add null pointer check and remove useless finalize() ...Mike Lockwood2009-09-011-10/+3
* | Only allow system code to call LocationManager.sendNiResponse()Mike Lockwood2009-08-271-0/+4
* | gps: Network initiated SUPLDanke Xie2009-08-271-0/+16
* | am 7566c1de: LocationManager: Fix problem replacing GPS and network providers...Mike Lockwood2009-08-271-4/+27
|\ \
| * | LocationManager: Fix problem replacing GPS and network providers with a mock ...Mike Lockwood2009-08-261-4/+27
* | | LocationManagerService: Add NullPointerException to avoid change in behavior.Mike Lockwood2009-08-171-0/+5
* | | LocationManagerService: Fix null pointer check in sendExtraCommand().Mike Lockwood2009-08-171-1/+1
|/ /
* | LocationManagerService: Use Context.checkCallingOrSelfPermission for permissi...Mike Lockwood2009-07-071-8/+8
* | Fix memory leaks in system_serverSuchi Amalapurapu2009-07-011-0/+1
* | LocationManagerService: Fix logic error removing multiple dead receivers.Simon Schoar2009-06-101-1/+1
* | LocationManagerService: Remove some unneeded imports.Mike Lockwood2009-06-071-3/+0
* | location: Replace ILocationCollector interface with new ILocationProvider methodMike Lockwood2009-05-211-29/+8
* | LocationManager: Recover if process containing NetworkLocation provider crashesMike Lockwood2009-05-121-2/+15
* | location: Fix mock provider supportMike Lockwood2009-05-071-13/+12
* | location: Remove two unnecessary variables.Mike Lockwood2009-05-071-15/+7
* | location: Location Manager wakelock cleanupMike Lockwood2009-05-071-216/+63
* | location: Add support for location providers outside of the system process.Mike Lockwood2009-05-011-20/+32