Loading core/java/android/provider/Settings.java +7 −1 Original line number Diff line number Diff line Loading @@ -977,6 +977,9 @@ public final class Settings { public static float getFloat(ContentResolver cr, String name) throws SettingNotFoundException { String v = getString(cr, name); if (v == null) { throw new SettingNotFoundException(name); } try { return Float.parseFloat(v); } catch (NumberFormatException e) { Loading Loading @@ -2296,6 +2299,9 @@ public final class Settings { public static float getFloat(ContentResolver cr, String name) throws SettingNotFoundException { String v = getString(cr, name); if (v == null) { throw new SettingNotFoundException(name); } try { return Float.parseFloat(v); } catch (NumberFormatException e) { Loading Loading
core/java/android/provider/Settings.java +7 −1 Original line number Diff line number Diff line Loading @@ -977,6 +977,9 @@ public final class Settings { public static float getFloat(ContentResolver cr, String name) throws SettingNotFoundException { String v = getString(cr, name); if (v == null) { throw new SettingNotFoundException(name); } try { return Float.parseFloat(v); } catch (NumberFormatException e) { Loading Loading @@ -2296,6 +2299,9 @@ public final class Settings { public static float getFloat(ContentResolver cr, String name) throws SettingNotFoundException { String v = getString(cr, name); if (v == null) { throw new SettingNotFoundException(name); } try { return Float.parseFloat(v); } catch (NumberFormatException e) { Loading