History log of /frameworks/base/location/java/android/location/GpsNavigationMessageEvent.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
4b1b8e4c44daf97e48f0fb21a74486072a505815 02-Feb-2015 destradaa <destradaa@google.com> Revert API breaking change in System API.

Change introduced in ag/616521

Change-Id: Ia95982b051496e123b4a179746aea15c6a0b8a65
/frameworks/base/location/java/android/location/GpsNavigationMessageEvent.java
13a60b0d41c740448ea39ca19842c7b193c61efd 16-Jan-2015 destradaa <destradaa@google.com> Fix race condition generating READY and NOT_SUPPORTED statuses.

The race condition only affects when the client registers for several (all) location listeners.
And the side efects are benign: only the measurement and navigation message status are incurrectly
being sent to the application, but there are no crashes or any real data from GPS being
misscommunicated.
Also:
- cache the last reported status to filter sending notifications when no changes have occurred
- do some cleanup and refactoring in the code changed

Change-Id: I0692e6b70847dc1ee092d7a05a2c6ba3cd9fa147
/frameworks/base/location/java/android/location/GpsNavigationMessageEvent.java
3546c9a5821fc8a754e05593d314c49cd6bca0d0 07-Nov-2014 destradaa <destradaa@google.com> Merge "Mark Gps Raw related APIs as System APIs. b/16727892" into lmp-mr1-dev
a62050d42c7d76d57ae555ffcb6d8efc5cf79de1 23-Oct-2014 destradaa <destradaa@google.com> Mark Gps Raw related APIs as System APIs.
b/16727892

Change-Id: I29d78d45aef7829c3321ae4e7c26549e46fa39f9
/frameworks/base/location/java/android/location/GpsNavigationMessageEvent.java
6568d709e78d6ccaf256b7d0e4a19cdfb26deafb 27-Oct-2014 destradaa <destradaa@google.com> Add support for GPS measurement/navigation message capabilities.
b/16727892
b/16815124

The listeners are changed to receive statuses asynchronously, this is required because GPS HAL,
requires time to be notified of the capabilities it supports.

Change-Id: Ie69fdd629d8680341386a2c736bc851632dd2bda
/frameworks/base/location/java/android/location/GpsNavigationMessageEvent.java
4b3e3931270f8e406fc806bc7fa1c2788256687d 22-Jul-2014 destradaa <destradaa@google.com> Expose Gps Navigation Messages in the platform.
b/16405976

Change-Id: Ic982ea2467d116585780c20c2fa7e974e50f8345
/frameworks/base/location/java/android/location/GpsNavigationMessageEvent.java