Loading core/java/android/net/ScoredNetwork.java +2 −1 Original line number Diff line number Diff line Loading @@ -219,7 +219,8 @@ public class ScoredNetwork implements Parcelable { "networkKey=" + networkKey + ", rssiCurve=" + rssiCurve + ", meteredHint=" + meteredHint); if (attributes != null) { // calling isEmpty will unparcel the bundle so its contents can be converted to a string if (attributes != null && !attributes.isEmpty()) { out.append(", attributes=" + attributes); } out.append('}'); Loading Loading
core/java/android/net/ScoredNetwork.java +2 −1 Original line number Diff line number Diff line Loading @@ -219,7 +219,8 @@ public class ScoredNetwork implements Parcelable { "networkKey=" + networkKey + ", rssiCurve=" + rssiCurve + ", meteredHint=" + meteredHint); if (attributes != null) { // calling isEmpty will unparcel the bundle so its contents can be converted to a string if (attributes != null && !attributes.isEmpty()) { out.append(", attributes=" + attributes); } out.append('}'); Loading