Gitiles
Code Review
Sign In
gerrit.witaqua.org
/
frameworks_base
/
e97ae40dffe7d7f8917c51c4f3f6c1b18c238565
/
services
/
java
/
com
/
android
/
server
/
LocationManagerService.java
e97ae40
location: rebind to network location and geocoder services after package update
by Mike Lockwood
· 16 years ago
e15735a
LocationManager: Hide location provider and geocode provider APIs.
by Mike Lockwood
· 16 years ago
7e9f4eb
Track client requests through location manager.
by Dianne Hackborn
· 16 years ago
0c5a040
Send broadcast intent when configured location providers change.
by Brad Fitzpatrick
· 16 years ago
f4d207b
Don't throw an exception from isProviderEnabled and getLastKnownLocation
by Mike Lockwood
· 16 years ago
8843728
Fix build error (Boolean -> boolean)
by Mark Vandevoorde
· 16 years ago
01ac80b
Add Geocorder.isImplemented()
by Mark Vandevoorde
· 16 years ago
03ca216
New Location Manager APIs for Criteria based requests and single shot mode.
by Mike Lockwood
· 16 years ago
c7c856f
am d2084bb6: am e1d7dca6: Merge "LocationManagerService: Call updateNetworkState on providers that are disabled." into froyo
by Mike Lockwood
· 16 years ago
f19a785
LocationManagerService: Call updateNetworkState on providers that are disabled.
by Mike Lockwood
· 16 years ago
00b7427
Move files internal to LocationManagerService from framework.jar to services.jar
by Mike Lockwood
· 16 years ago
223e84d
Fix LocationManager.getProvider() API breakage.
by Mike Lockwood
· 16 years ago
3c8fbdf
location: dump LocationProvider internal state
by Fred Fettinger
· 16 years ago
8fff645
Remove the ProximityAlerts update Receiver when the last ProximityAlert expires.
by Sean Foy
· 16 years ago
3b9ef08
Don't eat IllegalArgumentExceptions in LocationManagerService.
by Mike Lockwood
· 16 years ago
8a9b220
Switch the services library to using the new Slog
by Joe Onorato
· 16 years ago
46db504
Don't start location providers until the system is ready.
by Mike Lockwood
· 16 years ago
21f1bd1
Fix issue #2438980: Implement package watcher for voice recognizer service setting
by Dianne Hackborn
· 16 years ago
43cc469
Don't return passive location provider unless app has fine permissions.
by Bryan Mawhinney
· 16 years ago
a4903f25
Add passive location provider.
by Mike Lockwood
· 16 years ago
d03ff94
Clean up interface between LocationManagerService and the location providers:
by Mike Lockwood
· 16 years ago
628fd6d
Network Location unbundling:
by Mike Lockwood
· 16 years ago
b56ae20
Rename media resource broadcasts
by Suchi Amalapurapu
· 16 years ago
08675a3
Apps on sdcard: Add new broadcasts
by Suchi Amalapurapu
· 16 years ago
0dac8c0
LocationManagerService: Fix bug removing proximity alerts.
by Mike Lockwood
· 16 years ago
3490140
Cleanup and add public wrapper for IGeocodeProvider interface to prepare for network location unbundling.
by Mike Lockwood
· 16 years ago
8eb3ea6
Use isLocationProviderEnabled to test for enabled providers
by Brad Larson
· 16 years ago
7e2b4f6
merge from open-source master
by Jean-Baptiste Queru
· 17 years ago
f2db9fb
Typo fix in javadoc
by Alexey Tarasov
· 17 years ago
86328a9
LocationManagerService: clear calling identity in mock provider calls.
by Mike Lockwood
· 17 years ago
03d2467
GPS: Fix problem with SUPL when SUPL APN is already active.
by Mike Lockwood
· 17 years ago
080b61b
LocationManagerService: Fix race when removing LocationListener
by Joshua Bartel
· 17 years ago
9ff67a5
LocationManagerService: Fix race when removing LocationListener
by Joshua Bartel
· 17 years ago
5550ef4
Fixed Android issue #2002: "Proximity alert detection logic is broken"
by Yusuf T. Mobile
· 17 years ago
2d2078a
LocationManagerService: Take fix accuracy into account in proximity zone logic.
by Yusuf T. Mobile
· 17 years ago
9aa1fa2
LocationManagerService: Remove caching of last known locations to flash.
by Mike Lockwood
· 17 years ago
3a76fd6
LocationManagerService: Add null pointer check and remove useless finalize() method.
by Mike Lockwood
· 17 years ago
72b1f37
donut snapshot
by Jean-Baptiste Queru
· 17 years ago
18ad9f6
Only allow system code to call LocationManager.sendNiResponse()
by Mike Lockwood
· 17 years ago
22d1f9f
gps: Network initiated SUPL
by Danke Xie
· 17 years ago
49c2257
am 7566c1de: LocationManager: Fix problem replacing GPS and network providers with a mock provider.
by Mike Lockwood
· 17 years ago
7566c1d
LocationManager: Fix problem replacing GPS and network providers with a mock provider.
by Mike Lockwood
· 17 years ago
c6cc836
LocationManagerService: Add NullPointerException to avoid change in behavior.
by Mike Lockwood
· 17 years ago
6ba7ae1
LocationManagerService: Fix null pointer check in sendExtraCommand().
by Mike Lockwood
· 17 years ago
cf4550c
donut snapshot
by Jean-Baptiste Queru
· 17 years ago
b7e9922
LocationManagerService: Use Context.checkCallingOrSelfPermission for permission checks
by Mike Lockwood
· 17 years ago
fff2fda
Fix memory leaks in system_server
by Suchi Amalapurapu
· 17 years ago
4686657
LocationManagerService: Fix logic error removing multiple dead receivers.
by Simon Schoar
· 17 years ago
6ba283f
LocationManagerService: Remove some unneeded imports.
by Mike Lockwood
· 17 years ago
fd6e5f0
location: Replace ILocationCollector interface with new ILocationProvider method
by Mike Lockwood
· 17 years ago
843ef36
donut snapshot
by Jean-Baptiste Queru
· 17 years ago
3681f26
LocationManager: Recover if process containing NetworkLocation provider crashes
by Mike Lockwood
· 17 years ago
95427cd
location: Fix mock provider support
by Mike Lockwood
· 17 years ago
8dfe5d8
location: Remove two unnecessary variables.
by Mike Lockwood
· 17 years ago
0528b9b
location: Location Manager wakelock cleanup
by Mike Lockwood
· 17 years ago
275555c
location: Add support for location providers outside of the system process.
by Mike Lockwood
· 17 years ago
15e3d0f
location: Use ILocationProvider Binder interface for all location providers.
by Mike Lockwood
· 17 years ago
662ea09
location: Optimize use of mProviders ArrayList.
by Mike Lockwood
· 17 years ago
b8adcad
location: Remove obsolete fake provider support.
by Mike Lockwood
· 17 years ago
79762a3
location: Move DummyLocationProvider.java and LocationProviderImpl.java to the internal package.
by Mike Lockwood
· 17 years ago
3d12b51
location: Run LocationManagerService in a separate thread.
by Mike Lockwood
· 17 years ago
48f1751
location: Location Manager wakelock cleanup, phase 2
by Mike Lockwood
· 17 years ago
a0e3cd3
Fix timing problem that was introduced when we removed location provider polling
by Mike Lockwood
· 17 years ago
9ce7217
location: Remove support for a message that never actually gets sent.
by Mike Lockwood
· 17 years ago
61fc286
location: Remove unnecessary code that monitors the screen on/off state.
by Mike Lockwood
· 17 years ago
6de3154
location: Add some null pointer checks.
by Mike Lockwood
· 17 years ago
e2b44c5
location: Location Manager wakelock cleanup, phase 1
by Mike Lockwood
· 17 years ago
98cb667
More Location Manager cleanup:
by Mike Lockwood
· 17 years ago
2f82c4e
location: Generalize support for location provider usage tracking.
by Mike Lockwood
· 17 years ago
a55c321
location: Move geocoding support from ILocationProvider to a new interface.
by Mike Lockwood
· 17 years ago
e932f7f
AI 144663: Use Binder interfaces between NetworkLocationManager and LocationManagerService.
by Mike Lockwood
· 17 years ago
f113fbe
AI 144620: Clean up interface between NetworkLocationProvider and LocationManagerService (part 1)
by Mike Lockwood
· 17 years ago
66eb4ac
AI 144599: Location Manager cleanup:
by Mike Lockwood
· 17 years ago
4e50b78
AI 144452: More Location Manager cleanup:
by Mike Lockwood
· 17 years ago
9637d47
AI 144372: Cleanup Settings support for enabling and disabling location providers:
by Mike Lockwood
· 17 years ago
e1ccba2
AI 144257: am: CL 144256 Need to show opt-in screen for location collection.
by Amith Yamasani
· 17 years ago
29c1c42
AI 144256: Need to show opt-in screen for location collection.
by Amith Yamasani
· 17 years ago
7ec434e
AI 143095: Location Manager cleanup: move MockProvider to a separate file.
by Mike Lockwood
· 17 years ago
1059253
auto import from //branches/cupcake_rel/...@140373
by The Android Open Source Project
· 17 years ago
4df2423
auto import from //depot/cupcake/@136594
by The Android Open Source Project
· 17 years ago
9066cfe
auto import from //depot/cupcake/@135843
by The Android Open Source Project
· 17 years ago
d83a98f
auto import from //depot/cupcake/@135843
by The Android Open Source Project
· 17 years ago
076357b
auto import from //depot/cupcake/@132589
by The Android Open Source Project
· 17 years ago
3dec7d5
auto import from //depot/cupcake/@137055
by The Android Open Source Project
· 17 years ago
3001a03
auto import from //branches/cupcake/...@132276
by The Android Open Source Project
· 17 years ago
da996f3
auto import from //branches/cupcake/...@131421
by The Android Open Source Project
· 17 years ago
d24b818
auto import from //branches/cupcake/...@130745
by The Android Open Source Project
· 17 years ago
b798689
auto import from //branches/cupcake/...@125939
by The Android Open Source Project
· 17 years ago
f013e1a
Code drop from //branches/cupcake/...@124589
by The Android Open Source Project
· 17 years ago
54b6cfa
Initial Contribution
by The Android Open Source Project
· 18 years ago