diff --git a/api/current.xml b/api/current.xml index 1b619fc089c83..7057866d297cc 100644 --- a/api/current.xml +++ b/api/current.xml @@ -125196,6 +125196,20 @@ deprecated="not deprecated" visibility="public" > + + + + + + + + @@ -126007,6 +126021,21 @@ + + + + + + + + + + + + @@ -126422,6 +126475,131 @@ > + + + + + + + + + + + + + + + + + + + + + + + + + + + + CREATOR = new Parcelable.Creator() { public SignalStrength createFromParcel(Parcel in) { return new SignalStrength(in); @@ -202,14 +218,14 @@ public class SignalStrength implements Parcelable { } /** - * @hide + * @return true if this is for GSM */ public boolean isGsm() { return this.isGsm; } /** - * @hide + * @return hash code */ @Override public int hashCode() { @@ -221,7 +237,7 @@ public class SignalStrength implements Parcelable { } /** - * @hide + * @return true if the signal strengths are the same */ @Override public boolean equals (Object o) { @@ -248,7 +264,7 @@ public class SignalStrength implements Parcelable { } /** - * @hide + * @return string representation. */ @Override public String toString() {