Loading api/current.txt +1 −0 Original line number Original line Diff line number Diff line Loading @@ -37015,6 +37015,7 @@ package android.telephony { method public int getAsuLevel(); method public int getAsuLevel(); method public int getDbm(); method public int getDbm(); method public int getLevel(); method public int getLevel(); method public int getTimingAdvance(); method public int hashCode(); method public int hashCode(); method public void writeToParcel(android.os.Parcel, int); method public void writeToParcel(android.os.Parcel, int); field public static final android.os.Parcelable.Creator<android.telephony.CellSignalStrengthGsm> CREATOR; field public static final android.os.Parcelable.Creator<android.telephony.CellSignalStrengthGsm> CREATOR; api/system-current.txt +1 −0 Original line number Original line Diff line number Diff line Loading @@ -40104,6 +40104,7 @@ package android.telephony { method public int getAsuLevel(); method public int getAsuLevel(); method public int getDbm(); method public int getDbm(); method public int getLevel(); method public int getLevel(); method public int getTimingAdvance(); method public int hashCode(); method public int hashCode(); method public void writeToParcel(android.os.Parcel, int); method public void writeToParcel(android.os.Parcel, int); field public static final android.os.Parcelable.Creator<android.telephony.CellSignalStrengthGsm> CREATOR; field public static final android.os.Parcelable.Creator<android.telephony.CellSignalStrengthGsm> CREATOR; api/test-current.txt +1 −0 Original line number Original line Diff line number Diff line Loading @@ -37097,6 +37097,7 @@ package android.telephony { method public int getAsuLevel(); method public int getAsuLevel(); method public int getDbm(); method public int getDbm(); method public int getLevel(); method public int getLevel(); method public int getTimingAdvance(); method public int hashCode(); method public int hashCode(); method public void writeToParcel(android.os.Parcel, int); method public void writeToParcel(android.os.Parcel, int); field public static final android.os.Parcelable.Creator<android.telephony.CellSignalStrengthGsm> CREATOR; field public static final android.os.Parcelable.Creator<android.telephony.CellSignalStrengthGsm> CREATOR; telephony/java/android/telephony/CellSignalStrengthGsm.java +10 −0 Original line number Original line Diff line number Diff line Loading @@ -140,6 +140,16 @@ public final class CellSignalStrengthGsm extends CellSignalStrength implements P return level; return level; } } /** * Get the GSM timing advance between 0..219 symbols (normally 0..63). * Integer.MAX_VALUE is reported when there is no RR connection. * Refer to 3GPP 45.010 Sec 5.8 * @return the current GSM timing advance, if available. */ public int getTimingAdvance() { return mTimingAdvance; } /** /** * Get the signal strength as dBm * Get the signal strength as dBm */ */ Loading telephony/java/android/telephony/CellSignalStrengthLte.java +4 −2 Original line number Original line Diff line number Diff line Loading @@ -220,8 +220,10 @@ public final class CellSignalStrengthLte extends CellSignalStrength implements P } } /** /** * Get the timing advance value for LTE. * Get the timing advance value for LTE, as a value between 0..63. * See 3GPP xxxx * Integer.MAX_VALUE is reported when there is no active RRC * connection. Refer to 3GPP 36.213 Sec 4.2.3 * @return the LTE timing advance, if available. */ */ public int getTimingAdvance() { public int getTimingAdvance() { return mTimingAdvance; return mTimingAdvance; Loading Loading
api/current.txt +1 −0 Original line number Original line Diff line number Diff line Loading @@ -37015,6 +37015,7 @@ package android.telephony { method public int getAsuLevel(); method public int getAsuLevel(); method public int getDbm(); method public int getDbm(); method public int getLevel(); method public int getLevel(); method public int getTimingAdvance(); method public int hashCode(); method public int hashCode(); method public void writeToParcel(android.os.Parcel, int); method public void writeToParcel(android.os.Parcel, int); field public static final android.os.Parcelable.Creator<android.telephony.CellSignalStrengthGsm> CREATOR; field public static final android.os.Parcelable.Creator<android.telephony.CellSignalStrengthGsm> CREATOR;
api/system-current.txt +1 −0 Original line number Original line Diff line number Diff line Loading @@ -40104,6 +40104,7 @@ package android.telephony { method public int getAsuLevel(); method public int getAsuLevel(); method public int getDbm(); method public int getDbm(); method public int getLevel(); method public int getLevel(); method public int getTimingAdvance(); method public int hashCode(); method public int hashCode(); method public void writeToParcel(android.os.Parcel, int); method public void writeToParcel(android.os.Parcel, int); field public static final android.os.Parcelable.Creator<android.telephony.CellSignalStrengthGsm> CREATOR; field public static final android.os.Parcelable.Creator<android.telephony.CellSignalStrengthGsm> CREATOR;
api/test-current.txt +1 −0 Original line number Original line Diff line number Diff line Loading @@ -37097,6 +37097,7 @@ package android.telephony { method public int getAsuLevel(); method public int getAsuLevel(); method public int getDbm(); method public int getDbm(); method public int getLevel(); method public int getLevel(); method public int getTimingAdvance(); method public int hashCode(); method public int hashCode(); method public void writeToParcel(android.os.Parcel, int); method public void writeToParcel(android.os.Parcel, int); field public static final android.os.Parcelable.Creator<android.telephony.CellSignalStrengthGsm> CREATOR; field public static final android.os.Parcelable.Creator<android.telephony.CellSignalStrengthGsm> CREATOR;
telephony/java/android/telephony/CellSignalStrengthGsm.java +10 −0 Original line number Original line Diff line number Diff line Loading @@ -140,6 +140,16 @@ public final class CellSignalStrengthGsm extends CellSignalStrength implements P return level; return level; } } /** * Get the GSM timing advance between 0..219 symbols (normally 0..63). * Integer.MAX_VALUE is reported when there is no RR connection. * Refer to 3GPP 45.010 Sec 5.8 * @return the current GSM timing advance, if available. */ public int getTimingAdvance() { return mTimingAdvance; } /** /** * Get the signal strength as dBm * Get the signal strength as dBm */ */ Loading
telephony/java/android/telephony/CellSignalStrengthLte.java +4 −2 Original line number Original line Diff line number Diff line Loading @@ -220,8 +220,10 @@ public final class CellSignalStrengthLte extends CellSignalStrength implements P } } /** /** * Get the timing advance value for LTE. * Get the timing advance value for LTE, as a value between 0..63. * See 3GPP xxxx * Integer.MAX_VALUE is reported when there is no active RRC * connection. Refer to 3GPP 36.213 Sec 4.2.3 * @return the LTE timing advance, if available. */ */ public int getTimingAdvance() { public int getTimingAdvance() { return mTimingAdvance; return mTimingAdvance; Loading