Loading core/java/android/os/SystemClock.java +1 −2 Original line number Diff line number Diff line Loading @@ -329,8 +329,7 @@ public final class SystemClock { try { time = mMgr.getGnssTimeMillis(); } catch (RemoteException e) { e.rethrowFromSystemServer(); return 0; throw e.rethrowFromSystemServer(); } if (time == null) { throw new DateTimeException("Gnss based time is not available."); Loading Loading
core/java/android/os/SystemClock.java +1 −2 Original line number Diff line number Diff line Loading @@ -329,8 +329,7 @@ public final class SystemClock { try { time = mMgr.getGnssTimeMillis(); } catch (RemoteException e) { e.rethrowFromSystemServer(); return 0; throw e.rethrowFromSystemServer(); } if (time == null) { throw new DateTimeException("Gnss based time is not available."); Loading