summaryrefslogtreecommitdiffstats
path: root/location/java/com/android/internal/location/GpsLocationProvider.java
Commit message (Expand)AuthorAgeFilesLines
* Possibly fix an issue where we thought an app was always using GPS.Dianne Hackborn2009-06-231-31/+48
* gps: Check for null APN name to avoid a runtime restart.Mike Lockwood2009-06-221-2/+7
* gps: Set SUPL server via hostname rather than IP address.Mike Lockwood2009-06-191-55/+15
* GpsLocationProvider: Add hooks for GPS location injection.Mike Lockwood2009-06-111-1/+6
* location: Replace ILocationCollector interface with new ILocationProvider methodMike Lockwood2009-05-211-0/+7
* GPS: Add support for forcing NTP time and XTRA data injection.Mike Lockwood2009-05-201-3/+29
* gps: Time out after 1 minute if we are unable to get a fix and our fix interv...Mike Lockwood2009-05-141-8/+33
* GPS: Generalize SUPL support to include AGPS for CDMAMike Lockwood2009-05-111-67/+100
* location: Location Manager wakelock cleanupMike Lockwood2009-05-071-6/+18
* gps: Move GPS scheduling from libgps to GpsLocationProvider.Mike Lockwood2009-05-061-13/+47
* location: Add support for location providers outside of the system process.Mike Lockwood2009-05-011-1/+1
* location: Use ILocationProvider Binder interface for all location providers.Mike Lockwood2009-05-011-69/+71
* location: Move DummyLocationProvider.java and LocationProviderImpl.java to th...Mike Lockwood2009-04-281-1/+0
* location: Remove redundant mLocationTracking field from GpsLocationProviderMike Lockwood2009-04-281-12/+1
* gps: Check for null APN name when receiving telephony notifications.Mike Lockwood2009-04-211-1/+1
* More Location Manager cleanup:Mike Lockwood2009-04-171-17/+0
* location: Generalize support for location provider usage tracking.Mike Lockwood2009-04-171-1/+48
* gps: Add support for bringing up a GSM data connection on demand for SUPL.Mike Lockwood2009-04-141-5/+65
* AI 144663: Use Binder interfaces between NetworkLocationManager and LocationM...Mike Lockwood2009-04-061-1/+6
* AI 144452: More Location Manager cleanup:Mike Lockwood2009-04-031-17/+7
* AI 143616: Fix ANR that could occur when disabling GPS in Settings while the ...Mike Lockwood2009-03-311-2/+8
* auto import from //branches/cupcake_rel/...@140373The Android Open Source Project2009-03-181-5/+86
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+925
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-925/+0
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-101-6/+10
* auto import from //branches/cupcake/...@127436The Android Open Source Project2009-01-221-5/+29
* auto import from //branches/cupcake/...@125939The Android Open Source Project2009-01-091-20/+38
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-9/+9
* Initial ContributionThe Android Open Source Project2008-10-211-0/+879