@@ -20439,32 +20439,46 @@ package android.telephony {
2043920439 public abstract class CellSignalStrength implements android.os.Parcelable {
2044020440 method public int describeContents();
2044120441 method public abstract boolean equals(java.lang.Object);
20442+ method public abstract int getAsuLevel();
20443+ method public abstract int getDbm();
20444+ method public abstract int getLevel();
2044220445 method public abstract int hashCode();
2044320446 method public abstract void writeToParcel(android.os.Parcel, int);
2044420447 field public static final android.os.Parcelable.Creator CREATOR;
2044520448 }
2044620449
2044720450 public class CellSignalStrengthCdma extends android.telephony.CellSignalStrength implements android.os.Parcelable {
2044820451 method public boolean equals(java.lang.Object);
20452+ method public int getAsuLevel();
2044920453 method public int getCdmaDbm();
2045020454 method public int getCdmaEcio();
20455+ method public int getCdmaLevel();
20456+ method public int getDbm();
2045120457 method public int getEvdoDbm();
2045220458 method public int getEvdoEcio();
20459+ method public int getEvdoLevel();
2045320460 method public int getEvdoSnr();
20461+ method public int getLevel();
2045420462 method public int hashCode();
2045520463 method public void writeToParcel(android.os.Parcel, int);
2045620464 field public static final android.os.Parcelable.Creator CREATOR;
2045720465 }
2045820466
2045920467 public class CellSignalStrengthGsm extends android.telephony.CellSignalStrength implements android.os.Parcelable {
2046020468 method public boolean equals(java.lang.Object);
20469+ method public int getAsuLevel();
20470+ method public int getDbm();
20471+ method public int getLevel();
2046120472 method public int hashCode();
2046220473 method public void writeToParcel(android.os.Parcel, int);
2046320474 field public static final android.os.Parcelable.Creator CREATOR;
2046420475 }
2046520476
2046620477 public class CellSignalStrengthLte extends android.telephony.CellSignalStrength implements android.os.Parcelable {
2046720478 method public boolean equals(java.lang.Object);
20479+ method public int getAsuLevel();
20480+ method public int getDbm();
20481+ method public int getLevel();
2046820482 method public int getTimingAdvance();
2046920483 method public int hashCode();
2047020484 method public void writeToParcel(android.os.Parcel, int);
0 commit comments