Loading location/java/android/location/LocationManager.java +20 −20 Original line number Diff line number Diff line Loading @@ -2954,11 +2954,11 @@ public class LocationManager { @Override protected void unregisterService() throws RemoteException { Preconditions.checkState(mListenerTransport != null); if (mListenerTransport != null) { mService.unregisterGnssStatusCallback(mListenerTransport); mListenerTransport = null; } } private class GnssStatusListener extends IGnssStatusListener.Stub { @Override Loading Loading @@ -3020,11 +3020,11 @@ public class LocationManager { @Override protected void unregisterService() throws RemoteException { Preconditions.checkState(mListenerTransport != null); if (mListenerTransport != null) { mService.removeGnssMeasurementsListener(mListenerTransport); mListenerTransport = null; } } @Override @Nullable Loading Loading @@ -3073,11 +3073,11 @@ public class LocationManager { @Override protected void unregisterService() throws RemoteException { Preconditions.checkState(mListenerTransport != null); if (mListenerTransport != null) { mService.removeGnssNavigationMessageListener(mListenerTransport); mListenerTransport = null; } } private class GnssNavigationMessageListener extends IGnssNavigationMessageListener.Stub { @Override Loading Loading @@ -3114,11 +3114,11 @@ public class LocationManager { @Override protected void unregisterService() throws RemoteException { Preconditions.checkState(mListenerTransport != null); if (mListenerTransport != null) { mService.removeGnssAntennaInfoListener(mListenerTransport); mListenerTransport = null; } } private class GnssAntennaInfoListener extends IGnssAntennaInfoListener.Stub { @Override Loading Loading @@ -3151,11 +3151,11 @@ public class LocationManager { @Override protected void unregisterService() throws RemoteException { Preconditions.checkState(mListenerTransport != null); if (mListenerTransport != null) { mService.removeGnssBatchingCallback(); mListenerTransport = null; } } private class BatchedLocationCallback extends IBatchedLocationCallback.Stub { @Override Loading Loading
location/java/android/location/LocationManager.java +20 −20 Original line number Diff line number Diff line Loading @@ -2954,11 +2954,11 @@ public class LocationManager { @Override protected void unregisterService() throws RemoteException { Preconditions.checkState(mListenerTransport != null); if (mListenerTransport != null) { mService.unregisterGnssStatusCallback(mListenerTransport); mListenerTransport = null; } } private class GnssStatusListener extends IGnssStatusListener.Stub { @Override Loading Loading @@ -3020,11 +3020,11 @@ public class LocationManager { @Override protected void unregisterService() throws RemoteException { Preconditions.checkState(mListenerTransport != null); if (mListenerTransport != null) { mService.removeGnssMeasurementsListener(mListenerTransport); mListenerTransport = null; } } @Override @Nullable Loading Loading @@ -3073,11 +3073,11 @@ public class LocationManager { @Override protected void unregisterService() throws RemoteException { Preconditions.checkState(mListenerTransport != null); if (mListenerTransport != null) { mService.removeGnssNavigationMessageListener(mListenerTransport); mListenerTransport = null; } } private class GnssNavigationMessageListener extends IGnssNavigationMessageListener.Stub { @Override Loading Loading @@ -3114,11 +3114,11 @@ public class LocationManager { @Override protected void unregisterService() throws RemoteException { Preconditions.checkState(mListenerTransport != null); if (mListenerTransport != null) { mService.removeGnssAntennaInfoListener(mListenerTransport); mListenerTransport = null; } } private class GnssAntennaInfoListener extends IGnssAntennaInfoListener.Stub { @Override Loading Loading @@ -3151,11 +3151,11 @@ public class LocationManager { @Override protected void unregisterService() throws RemoteException { Preconditions.checkState(mListenerTransport != null); if (mListenerTransport != null) { mService.removeGnssBatchingCallback(); mListenerTransport = null; } } private class BatchedLocationCallback extends IBatchedLocationCallback.Stub { @Override Loading