diff options
| author | 2016-09-13 08:38:09 -0700 | |
|---|---|---|
| committer | 2016-11-23 17:16:59 -0800 | |
| commit | 2ea296029f115376aaa7f4336d0082bdf47eee29 (patch) | |
| tree | 16e2b22d0cd6a4e98aafbe26cfe03332515d30d6 /location/java/com | |
| parent | 44b97824c9646b1b86d503a66f4ed67f36f8b918 (diff) | |
Modify GnssLocationProvider to use Treble Gnss HAL
Test: GPS functionality tested in binderized and pass-through modes on
Angler. All interfaces except AGnssRil, GnssNavigationMessage and
GnssNi. AGnssRil and AGnssNavigationMessage are not implemented by conventional
GPS HALs in Google devices that would be upgrading to O.
Change-Id: Ie4decb4c47892725c8c89bad3f48581550facff7
Diffstat (limited to 'location/java/com')
| -rw-r--r-- | location/java/com/android/internal/location/GpsNetInitiatedHandler.java | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/location/java/com/android/internal/location/GpsNetInitiatedHandler.java b/location/java/com/android/internal/location/GpsNetInitiatedHandler.java index 93e86afe2589..4c39c308ef87 100644 --- a/location/java/com/android/internal/location/GpsNetInitiatedHandler.java +++ b/location/java/com/android/internal/location/GpsNetInitiatedHandler.java @@ -131,14 +131,11 @@ public class GpsNetInitiatedHandler { public String text; public int requestorIdEncoding; public int textEncoding; - public Bundle extras; }; public static class GpsNiResponse { /* User response, one of the values in GpsUserResponseType */ int userResponse; - /* Optional extra data to pass with the user response */ - Bundle extras; }; private final BroadcastReceiver mBroadcastReciever = new BroadcastReceiver() { |