Loading location/java/com/android/internal/location/GpsNetInitiatedHandler.java +2 −2 Original line number Diff line number Diff line Loading @@ -325,7 +325,7 @@ public class GpsNetInitiatedHandler { } catch (UnsupportedEncodingException e) { Log.e(TAG, e.getMessage()); throw new AssertionError(); } return decoded; } Loading @@ -338,7 +338,7 @@ public class GpsNetInitiatedHandler { } catch (UnsupportedEncodingException e) { Log.e(TAG, e.getMessage()); throw new AssertionError(); } return decoded; } Loading Loading
location/java/com/android/internal/location/GpsNetInitiatedHandler.java +2 −2 Original line number Diff line number Diff line Loading @@ -325,7 +325,7 @@ public class GpsNetInitiatedHandler { } catch (UnsupportedEncodingException e) { Log.e(TAG, e.getMessage()); throw new AssertionError(); } return decoded; } Loading @@ -338,7 +338,7 @@ public class GpsNetInitiatedHandler { } catch (UnsupportedEncodingException e) { Log.e(TAG, e.getMessage()); throw new AssertionError(); } return decoded; } Loading