Loading location/java/com/android/internal/location/GpsLocationProvider.java +1 −2 Original line number Diff line number Diff line Loading @@ -470,8 +470,7 @@ public class GpsLocationProvider extends LocationProviderImpl { for (int i = 0; i < size && l == null; i++) { Listener test = mListeners.get(i); if (binder.equals(test.mListener.asBinder())) { // listener already added return; l = test; } } Loading Loading
location/java/com/android/internal/location/GpsLocationProvider.java +1 −2 Original line number Diff line number Diff line Loading @@ -470,8 +470,7 @@ public class GpsLocationProvider extends LocationProviderImpl { for (int i = 0; i < size && l == null; i++) { Listener test = mListeners.get(i); if (binder.equals(test.mListener.asBinder())) { // listener already added return; l = test; } } Loading