From 2ea296029f115376aaa7f4336d0082bdf47eee29 Mon Sep 17 00:00:00 2001 From: Hridya Valsaraju Date: Tue, 13 Sep 2016 08:38:09 -0700 Subject: 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 --- .../java/com/android/internal/location/GpsNetInitiatedHandler.java | 3 --- 1 file changed, 3 deletions(-) (limited to 'location/java/com') 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() { -- cgit v1.2.3-59-g8ed1b