Add a meteredHint to ScoredNetwork. am: 85870d6 am: 30db6d9

am: a0b0a38

* commit 'a0b0a384fb008a375b732531ca7fb984e59de29b':
  Add a meteredHint to ScoredNetwork.
This commit is contained in:
Jeremy Joslin
2016-03-17 19:24:02 +00:00
committed by android-build-merger
2 changed files with 38 additions and 4 deletions

View File

@@ -25725,9 +25725,11 @@ package android.net {
public class ScoredNetwork implements android.os.Parcelable {
ctor public ScoredNetwork(android.net.NetworkKey, android.net.RssiCurve);
ctor public ScoredNetwork(android.net.NetworkKey, android.net.RssiCurve, boolean);
method public int describeContents();
method public void writeToParcel(android.os.Parcel, int);
field public static final android.os.Parcelable.Creator<android.net.ScoredNetwork> CREATOR;
field public final boolean meteredHint;
field public final android.net.NetworkKey networkKey;
field public final android.net.RssiCurve rssiCurve;
}