Loading services/core/java/com/android/server/location/GnssLocationProvider.java +16 −14 Original line number Diff line number Diff line Loading @@ -1361,6 +1361,7 @@ public class GnssLocationProvider implements LocationProviderInterface { public boolean sendExtraCommand(String command, Bundle extras) { long identity = Binder.clearCallingIdentity(); try { boolean result = false; if ("delete_aiding_data".equals(command)) { Loading @@ -1376,9 +1377,10 @@ public class GnssLocationProvider implements LocationProviderInterface { } else { Log.w(TAG, "sendExtraCommand: unknown command " + command); } Binder.restoreCallingIdentity(identity); return result; } finally { Binder.restoreCallingIdentity(identity); } } private IGpsGeofenceHardware mGpsGeofenceBinder = new IGpsGeofenceHardware.Stub() { Loading Loading
services/core/java/com/android/server/location/GnssLocationProvider.java +16 −14 Original line number Diff line number Diff line Loading @@ -1361,6 +1361,7 @@ public class GnssLocationProvider implements LocationProviderInterface { public boolean sendExtraCommand(String command, Bundle extras) { long identity = Binder.clearCallingIdentity(); try { boolean result = false; if ("delete_aiding_data".equals(command)) { Loading @@ -1376,9 +1377,10 @@ public class GnssLocationProvider implements LocationProviderInterface { } else { Log.w(TAG, "sendExtraCommand: unknown command " + command); } Binder.restoreCallingIdentity(identity); return result; } finally { Binder.restoreCallingIdentity(identity); } } private IGpsGeofenceHardware mGpsGeofenceBinder = new IGpsGeofenceHardware.Stub() { Loading